Skip to main content

move()

Moves the cursor to the origin.

Returns: Geometry

Signatures

move(): Geometry

Moves the cursor to the origin.


move(to: Point2DLike): Geometry

Moves the cursor to the given point.

ParameterTypeDescription
toPoint2DLikeThe target point