The properties of System.Drawing.Drawing2D.GraphicsPath are listed below. For a list of all members, see the GraphicsPath Members list.
See Also: Inherited members from System.MarshalByRefObject
FillMode | FillMode.
![]() Gets or sets a System.Drawing.Drawing2D.FillMode enumeration that determines how the interiors of shapes in this System.Drawing.Drawing2D.GraphicsPath are filled. | |
[read-only] | PathData | PathData.
![]() Gets a System.Drawing.Drawing2D.PathData that encapsulates arrays of points (points) and types (types) for this System.Drawing.Drawing2D.GraphicsPath. |
[read-only] | PathPoints | System.Drawing.PointF[].
![]() Gets the points in the path. |
[read-only] | PathTypes | byte[].
![]() Gets the types of the corresponding points in the GraphicsPath.PathPoints array. |
[read-only] | PointCount | int.
![]() Gets the number of elements in the GraphicsPath.PathPoints or the GraphicsPath.PathTypes array. |