FPDPT_LINETO: 2 = 0x02

FPDPT_LINETO 指定从当前点绘制一条线到该点, 并将该点作为新的当前点。

const lineTo = DefineConst.FPDPT_LINETO;