Skip to content

LinePoints

@scaryterry/pdfium


Defined in: src/core/types.ts:1231

A line segment with start and end points.

endX: number

Defined in: src/core/types.ts:1237

End point X coordinate.


endY: number

Defined in: src/core/types.ts:1239

End point Y coordinate.


startX: number

Defined in: src/core/types.ts:1233

Start point X coordinate.


startY: number

Defined in: src/core/types.ts:1235

Start point Y coordinate.