GraphicsPathIterator(GraphicsPath) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.