GraphicsPath Properties
.NET Framework 1.1
The properties of the GraphicsPath class are listed here. For a complete list of GraphicsPath class members, see the GraphicsPath Members topic.
Public Properties
FillMode | Gets or sets a FillMode enumeration that determines how the interiors of shapes in this GraphicsPath object are filled. |
PathData | Gets a PathData object that encapsulates arrays of points (points) and types (types) for this GraphicsPath object. |
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. |
