GraphicsPathIterator::GraphicsPathIterator(constGraphicsPath*)-Methode (gdipluspath.h)

Erstellt ein neues GraphicsPathIterator::GraphicsPathIterator-Objekt und ordnet es einem GraphicsPath-Objekt zu.

Syntax

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

Parameter

[in] path

Typ: GraphicsPath*

Zeiger auf ein GraphicsPath-Objekt , das diesem GraphicsPathIterator::GraphicsPathIterator-Objekt zugeordnet wird.

Rückgabewert

Keine

Anforderungen

   
Unterstützte Mindestversion (Client) Windows XP, Windows 2000 Professional [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows 2000 Server [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile gdipluspath.h (include Gdiplus.h)
Bibliothek Gdiplus.lib
DLL Gdiplus.dll

Weitere Informationen

Graphicspath

Graphicspathiterator