Appearance
a11ydocs / MoveToCommand
Interface: MoveToCommand
Defined in: src/types.ts:3013
Vector path command for moving the current point without drawing.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
type | "moveTo" | Discriminator identifying this option or command shape. | src/types.ts:3015 |
x | number | Horizontal position in PDF points. | src/types.ts:3017 |
y | number | Vertical position in PDF points. | src/types.ts:3019 |