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

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
BEZIERTOSpecifies that this point is a control point or ending point for a Bezier curve.
CLOSEFIGUREA 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
LINETOSpecifies that a line is to be drawn from the current position to this point,
which then becomes the new current position
MOVETOSpecifies that this point starts a disjoint figure. This point becomes the new current position.