FPDPT_LINETO: 2 = 0x02

FPDPT_LINETO Specifies that a line is to be drawn from the current position to this point, which then becomes the new current position.

const lineTo = DefineConst.FPDPT_LINETO;