Skip to content

zeropdf v1.3.0


zeropdf / LineToCommand

Interface: LineToCommand

Defined in: src/types.ts:2935

Vector path command for drawing a straight line.

Properties

PropertyTypeDescriptionDefined in
type"lineTo"Discriminator identifying this option or command shape.src/types.ts:2937
xnumberHorizontal position in PDF points.src/types.ts:2939
ynumberVertical position in PDF points.src/types.ts:2941

Released under the ISC license.