PathPointType Enumeration
Specifies the type of point in a GraphicsPath object.
Assembly: System.Drawing (in System.Drawing.dll)
| Member name | Description | |
|---|---|---|
| Bezier | A default Bézier curve. | |
| Bezier3 | A cubic Bézier curve. | |
| CloseSubpath | The endpoint of a subpath. | |
| DashMode | The corresponding segment is dashed. | |
| Line | A line segment. | |
| PathMarker | A path marker. | |
| PathTypeMask | A mask point. | |
| Start | The starting point of a GraphicsPath object. |
Each point in a GraphicsPath object has a type associated with it. The type determines how the point is used to draw the path. Point types that make up shapes include start points, stop points, and Bézier curve points. Types also include markers, which allow easy traversal of a path or a mask to show or hide points. The Line type and any of the Bezier types can be combined with CloseSubpath (by using the bitwise operator OR) to indicate that the corresponding point is the last point in a figure and that the figure should be closed.
Available since 1.1