EmfPointEnum Enumeration
The Point enumeration is used to specify how a point is to be used in a drawing call.
Module: aspose.imaging.fileformats.emf.emf.consts
Full Name: aspose.imaging.fileformats.emf.emf.consts.EmfPointEnum
Members
Member name | Description |
---|---|
BEZIERTO | Specifies that this point is a control point or ending point for a Bezier curve. |
CLOSEFIGURE | A PT_LINETO or PT_BEZIERTO type can be combined with this value by using the bitwise operator OR to indicate that the corresponding point is the last point in a figure and the figure is closed |
LINETO | Specifies that a line is to be drawn from the current position to this point, which then becomes the new current position |
MOVETO | Specifies that this point starts a disjoint figure. This point becomes the new current position. |