Const
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; Copy
const lineTo = DefineConst.FPDPT_LINETO;
Constant
FPDPT_LINETO Specifies that a line is to be drawn from the current position to this point, which then becomes the new current position.
Example