Const
FPDPT_CLOSEFIGURE Specifies that the figure is automatically closed after the FPDPT_LINETO or FPDPT_BEZIERTO for this point is done.
const closeFigure = DefineConst.FPDPT_CLOSEFIGURE; Copy
const closeFigure = DefineConst.FPDPT_CLOSEFIGURE;
Constant
FPDPT_CLOSEFIGURE Specifies that the figure is automatically closed after the FPDPT_LINETO or FPDPT_BEZIERTO for this point is done.
Example