This documentation is archived and is not being maintained.
GraphicsPathIterator Class
Visual Studio 2010
Provides the ability to iterate through subpaths in a GraphicsPath and test the types of shapes contained in each subpath. This class cannot be inherited.
Assembly: System.Drawing (in System.Drawing.dll)
The GraphicsPathIterator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GraphicsPathIterator | Initializes a new instance of the GraphicsPathIterator class with the specified GraphicsPath object. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of points in the path. |
![]() | SubpathCount | Gets the number of subpaths in the path. |
| Name | Description | |
|---|---|---|
![]() | CopyData | Copies the PathPoints property and PathTypes property arrays of the associated GraphicsPath into the two specified arrays. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Dispose | Releases all resources used by this GraphicsPathIterator object. |
![]() | Enumerate | Copies the PathPoints property and PathTypes property arrays of the associated GraphicsPath into the two specified arrays. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasCurve | Indicates whether the path associated with this GraphicsPathIterator contains a curve. |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | NextMarker(GraphicsPath) | This GraphicsPathIterator object has a GraphicsPath object associated with it. The NextMarker method increments the associated 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 GraphicsPath object passed in to the parameter. |
![]() | NextMarker(Int32%, Int32%) | Increments the GraphicsPathIterator to the next marker in the path and returns the start and stop indexes by way of the [out] parameters. |
![]() | NextPathType | Gets the starting index and the ending index of the next group of data points that all have the same type. |
![]() | NextSubpath(GraphicsPath, Boolean%) | Gets the next figure (subpath) from the associated path of this GraphicsPathIterator. |
![]() | NextSubpath(Int32%, Int32%, Boolean%) | Moves the GraphicsPathIterator to the next subpath in the path. The start index and end index of the next subpath are contained in the [out] parameters. |
![]() | Rewind | Rewinds this GraphicsPathIterator to the beginning of its associated path. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
