PointF

A point with x and y coordinate.

TypeObject

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.