GraphicsPathIterator(GraphicsPath) Konstruktor

Definicja

Inicjuje GraphicsPathIterator nowe wystąpienie klasy z określonym GraphicsPath obiektem.

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)

Parametry

path
GraphicsPath

GraphicsPath Obiekt, dla którego ma zostać zainicjowana ta klasa pomocnika.

Dotyczy