GraphicsPathIterator(GraphicsPath) Konstruktor

Definition

Initierar en ny instans av GraphicsPathIterator klassen med det angivna GraphicsPath objektet.

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)

Parametrar

path
GraphicsPath

Det GraphicsPath objekt som den här hjälpklassen ska initieras för.

Gäller för