GraphicsPathIterator(GraphicsPath) Konstruktor

Definition

Initialisiert eine neue Instanz der GraphicsPathIterator-Klasse mit dem angegebenen GraphicsPath-Objekt.

public:
 GraphicsPathIterator(System::Drawing::Drawing2D::GraphicsPath ^ path);
public GraphicsPathIterator (System.Drawing.Drawing2D.GraphicsPath path);
public GraphicsPathIterator (System.Drawing.Drawing2D.GraphicsPath? path);
new System.Drawing.Drawing2D.GraphicsPathIterator : System.Drawing.Drawing2D.GraphicsPath -> System.Drawing.Drawing2D.GraphicsPathIterator
Public Sub New (path As GraphicsPath)

Parameter

path
GraphicsPath

Das GraphicsPath-Objekt, für das diese Unterstützungsklasse initialisiert werden soll.

Gilt für: