System.Drawing.Drawing2D.GraphicsPathIterator Members

The members of System.Drawing.Drawing2D.GraphicsPathIterator are listed below.

See Also: Inherited members from System.MarshalByRefObject

Public Constructors

Public Properties

[read-only]
Countint.

Gets the number of points in the path.

[read-only]
SubpathCountint.

Gets the number of subpaths in the path.

Public Methods

CopyData(ref System.Drawing.PointF[], ref byte[], int, int) : int
Documentation for this section has not yet been entered.
Dispose()

Releases all resources used by this System.Drawing.Drawing2D.GraphicsPathIterator object.

Enumerate(ref System.Drawing.PointF[], ref byte[]) : int
Documentation for this section has not yet been entered.
Finalize()
Documentation for this section has not yet been entered.
HasCurve() : bool

Indicates whether the path associated with this System.Drawing.Drawing2D.GraphicsPathIterator contains a curve.

NextMarker(GraphicsPath) : int

This System.Drawing.Drawing2D.GraphicsPathIterator object has a System.Drawing.Drawing2D.GraphicsPath object associated with it. The GraphicsPathIterator.NextMarker(GraphicsPath) method increments the associated System.Drawing.Drawing2D.GraphicsPath to the next marker in its path and copies all the points contained between the current marker and the next marker (or end of path) to a second System.Drawing.Drawing2D.GraphicsPath object passed in to the parameter.

NextMarker(out int, out int) : int
Documentation for this section has not yet been entered.
NextPathType(out byte, out int, out int) : int
Documentation for this section has not yet been entered.
NextSubpath(GraphicsPath, out bool) : int
Documentation for this section has not yet been entered.
NextSubpath(out int, out int, out bool) : int
Documentation for this section has not yet been entered.
Rewind()

Rewinds this System.Drawing.Drawing2D.GraphicsPathIterator to the beginning of its associated path.