Appearance
zeropdf / LineToCommand
Interface: LineToCommand
Defined in: src/types.ts:2971
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:2973 |
x | number | Horizontal position in PDF points. | src/types.ts:2975 |
y | number | Vertical position in PDF points. | src/types.ts:2977 |