Appearance
zeropdf / LineToCommand
Interface: LineToCommand
Defined in: src/types.ts:2935
Vector path command for drawing a straight line.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
type | "lineTo" | Discriminator identifying this option or command shape. | src/types.ts:2937 |
x | number | Horizontal position in PDF points. | src/types.ts:2939 |
y | number | Vertical position in PDF points. | src/types.ts:2941 |