public final class EmfPlusPathPointTypeEnum
extends com.aspose.ms.System.Enum
The PathPointType enumeration defines types of points on a graphics path.
Graphics path point types are specified by Objects.EmfPlusPathPointType
objects (section 2.2.2.31).
Modifier and Type | Field and Description |
---|---|
static int |
PathPointTypeBezier
Specifies that the point is an endpoint or control point of a cubic Bezier curve.
|
static int |
PathPointTypeLine
Specifies that the point is one of the two endpoints of a line.
|
static int |
PathPointTypeStart
Specifies that the point is the starting point of a path.
|
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 int PathPointTypeStart
Specifies that the point is the starting point of a path.
public static final int PathPointTypeLine
Specifies that the point is one of the two endpoints of a line.
public static final int PathPointTypeBezier
Specifies that the point is an endpoint or control point of a cubic Bezier curve.