Const
FPDPT_CLOSEFIGURE 指定在该点完成 FPDPT_LINETO 或 FPDPT_BEZIERTO 操作后,图形会自动闭合。
const closeFigure = DefineConst.FPDPT_CLOSEFIGURE; Copy
const closeFigure = DefineConst.FPDPT_CLOSEFIGURE;
Constant
FPDPT_CLOSEFIGURE 指定在该点完成 FPDPT_LINETO 或 FPDPT_BEZIERTO 操作后,图形会自动闭合。
Example