PointF
A point with x and y coordinate.
Type | Object |
This type is represented by an Object
with x
and y
properties.
painter.moveTo({x: 11, y: 24})
Properties
Number
x
X coordinate.
Number
y
Y coordinate.
A point with x and y coordinate.
Type | Object |
This type is represented by an Object
with x
and y
properties.
painter.moveTo({x: 11, y: 24})
Number
xX coordinate.
Number
yY coordinate.