EmfPlusPathPointTypeFlags
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusPathPointTypeFlags extends 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 EmfPlusPath objects.
Fields
Field | Description |
---|---|
PathPointTypeDashMode | Specifies that a line segment that passes through the point is dashed. |
PathPointTypePathMarker | Specifies that the point is a position marker. |
PathPointTypeCloseSubpath | Specifies that the point is the endpoint of a subpath. |
PathPointTypeDashMode
public static final int PathPointTypeDashMode
Specifies that a line segment that passes through the point is dashed.
PathPointTypePathMarker
public static final int PathPointTypePathMarker
Specifies that the point is a position marker.
PathPointTypeCloseSubpath
public static final int PathPointTypeCloseSubpath
Specifies that the point is the endpoint of a subpath.