GraphicsPathIterator Constructor (GraphicsPath^)

 

Initializes a new instance of the GraphicsPathIterator class with the specified GraphicsPath object.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
GraphicsPathIterator(
	GraphicsPath^ path
)

Parameters

path
Type: System.Drawing.Drawing2D::GraphicsPath^

The GraphicsPath object for which this helper class is to be initialized.

.NET Framework
Available since 1.1
Return to top
Show: