GraphicsPath Properties
.NET Framework (current version)
Namespace:
System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | FillMode | Gets or sets a FillMode enumeration that determines how the interiors of shapes in this GraphicsPath are filled. |
![]() | PathData | Gets a PathData that encapsulates arrays of points (points) and types (types) for this GraphicsPath. |
![]() | PathPoints | Gets the points in the path. |
![]() | PathTypes | Gets the types of the corresponding points in the PathPoints array. |
![]() | PointCount | Gets the number of elements in the PathPoints or the PathTypes array. |
Show:
