GraphicsPathIterator(GraphicsPath) Constructor

Definitie

Initialiseert een nieuw exemplaar van de GraphicsPathIterator klasse met het opgegeven GraphicsPath object.

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)

Parameters

path
GraphicsPath

Het GraphicsPath object waarvoor deze helperklasse moet worden geïnitialiseerd.

Van toepassing op