System.Drawing.Drawing2D.GraphicsPath: Property Members

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

Public Properties

FillModeFillMode.

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]
PathDataPathData.

Gets a System.Drawing.Drawing2D.PathData that encapsulates arrays of points (points) and types (types) for this System.Drawing.Drawing2D.GraphicsPath.

[read-only]
PathPointsSystem.Drawing.PointF[].

Gets the points in the path.

[read-only]
PathTypesbyte[].

Gets the types of the corresponding points in the GraphicsPath.PathPoints array.

[read-only]
PointCountint.

Gets the number of elements in the GraphicsPath.PathPoints or the GraphicsPath.PathTypes array.