Skip to content

zeropdf v1.5.0


zeropdf / LineToCommand

Interface: LineToCommand

Defined in: src/types.ts:2971

Vector path command for drawing a straight line.

Properties

PropertyTypeDescriptionDefined in
type"lineTo"Discriminator identifying this option or command shape.src/types.ts:2973
xnumberHorizontal position in PDF points.src/types.ts:2975
ynumberVertical position in PDF points.src/types.ts:2977

Released under the ISC license.