Appearance
zeropdf / MoveToCommand
Interface: MoveToCommand
Defined in: src/types.ts:2923
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:2925 |
x | number | Horizontal position in PDF points. | src/types.ts:2927 |
y | number | Vertical position in PDF points. | src/types.ts:2929 |