sempdf v1.9.1Interfaces
Interface: LineToCommand
sempdf / LineToCommand
Defined in: src/types.ts:3616
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:3618 |
x | number | Horizontal position in PDF points. | src/types.ts:3620 |
y | number | Vertical position in PDF points. | src/types.ts:3622 |