Enum PathPointType
PathPointType enumeration
Specifies the type of point in a GraphicsPath object.
public enum PathPointType
Values
Name | Value | Description |
---|---|---|
Start | 0 | The starting point of a GraphicsPath object. |
Line | 1 | A line segment. |
Bezier | 3 | A default Bézier curve. |
PathTypeMask | 7 | A mask point. |
DashMode | 16 | The corresponding segment is dashed. |
PathMarker | 32 | A path marker. |
CloseSubpath | 128 | The endpoint of a subpath. |
Bezier3 | 3 | A cubic Bézier curve. |
See Also
- namespace Aspose.Drawing.Drawing2D
- assembly Aspose.Drawing.Common