Skip to content

Graphics.moveTo method

Graphics › moveTo

Unofficial

Moves the drawing cursor to a point.

Signature:

moveTo(x: number, y: number): this

Parameters:

Parameter Type Description
x number X coordinate.
y number Y coordinate.

Returns: thisThis graphics for chaining.