public final class EmfPointEnum
extends com.aspose.ms.System.Enum
The Point enumeration is used to specify how a point is to be used in a drawing call.
Modifier and Type | Field and Description |
---|---|
static byte |
PT_BEZIERTO
Specifies that this point is a control point or ending point for a Bezier curve.
|
static byte |
PT_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
|
static byte |
PT_LINETO
Specifies that a line is to be drawn from the current position to this point,
which then becomes the new current position
|
static byte |
PT_MOVETO
Specifies that this point starts a disjoint figure.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte PT_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
public static final byte PT_LINETO
Specifies that a line is to be drawn from the current position to this point, which then becomes the new current position
public static final byte PT_BEZIERTO
Specifies that this point is a control point or ending point for a Bezier curve.
public static final byte PT_MOVETO
Specifies that this point starts a disjoint figure. This point becomes the new current position.