PathPointType Enumeration
Specifies the type of point in a GraphicsPath object.
Assembly: System.Drawing (in System.Drawing.dll)
| Member name | Description | |
|---|---|---|
| Start | The starting point of a GraphicsPath object. | |
| Line | A line segment. | |
| Bezier | A default Bézier curve. | |
| PathTypeMask | A mask point. | |
| DashMode | The corresponding segment is dashed. | |
| PathMarker | A path marker. | |
| CloseSubpath | The endpoint of a subpath. | |
| Bezier3 | A cubic Bézier curve. |
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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.