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.
| Parameter | Type | Description |
|---|---|---|
to | Point2DLike | The target point |
Moves the cursor to the origin.
Returns: Geometry
move(): Geometry
Moves the cursor to the origin.
move(to: Point2DLike): Geometry
Moves the cursor to the given point.
| Parameter | Type | Description |
|---|---|---|
to | Point2DLike | The target point |