Partager via


GraphicsPathIterator(GraphicsPath) Constructeur

Définition

Initialise une nouvelle instance de la classe GraphicsPathIterator avec l'objet GraphicsPath spécifié.

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)

Paramètres

path
GraphicsPath

Objet GraphicsPath pour lequel une classe d'assistance doit être initialisée.

S’applique à