sempdf v1.9.1Interfaces
Interface: MoveToCommand
sempdf / MoveToCommand
Defined in: src/types.ts:3604
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:3606 |
x | number | Horizontal position in PDF points. | src/types.ts:3608 |
y | number | Vertical position in PDF points. | src/types.ts:3610 |