Share via


GraphicsPathIterator::GraphicsPathIterator(constGraphicsPath*), méthode (gdipluspath.h)

Crée un objet GraphicsPathIterator::GraphicsPathIterator et l’associe à un objet GraphicsPath .

Syntaxe

void GraphicsPathIterator(
  [in] const GraphicsPath *path
);

Paramètres

[in] path

Type : GraphicsPath*

Pointeur vers un objet GraphicsPath qui sera associé à cet objet GraphicsPathIterator::GraphicsPathIterator .

Valeur de retour

None

Spécifications

   
Client minimal pris en charge Windows XP, Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
Plateforme cible Windows
En-tête gdipluspath.h (include Gdiplus.h)
Bibliothèque Gdiplus.lib
DLL Gdiplus.dll

Voir aussi

Graphicspath

GraphicsPathIterator