GraphicsPathIterator(GraphicsPath) Konstruktor

Definice

Inicializuje novou instanci GraphicsPathIterator třídy se zadaným GraphicsPath objektem.

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

Objekt GraphicsPath , pro který má být tato pomocná třída inicializována.

Platí pro