Skip to content

LinePoints

@scaryterry/pdfium


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

A line segment with start and end points.

endX: number

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

End point X coordinate.


endY: number

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

End point Y coordinate.


startX: number

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

Start point X coordinate.


startY: number

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

Start point Y coordinate.