public final class EmfPlusPathPointTypeFlags
extends com.aspose.ms.System.Enum
The PathPointType flags specify type properties of points on graphics paths. These flags can be combined to specify multiple options.
Graphics paths are specified by Objects.EmfPlusPath
objects.
Modifier and Type | Field and Description |
---|---|
static int |
PathPointTypeCloseSubpath
Specifies that the point is the endpoint of a subpath.
|
static int |
PathPointTypeDashMode
Specifies that a line segment that passes through the point is dashed.
|
static int |
PathPointTypePathMarker
Specifies that the point is a position marker.
|
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 PathPointTypeDashMode
Specifies that a line segment that passes through the point is dashed.
public static final int PathPointTypePathMarker
Specifies that the point is a position marker.
public static final int PathPointTypeCloseSubpath
Specifies that the point is the endpoint of a subpath.