UIOffset constructor

UIOffset(
  1. double horizontal,
  2. double vertical
)

Implementation

UIOffset(double horizontal, double vertical) : super(horizontal, vertical);