Condividi tramite


Metodo GraphicsPathIterator::GraphicsPathIterator(constGraphicsPath*) (gdipluspath.h)

Crea un nuovo oggetto GraphicsPathIterator::GraphicsPathIterator e lo associa a un oggetto GraphicsPath .

Sintassi

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

Parametri

[in] path

Tipo: GraphicsPath*

Puntatore a un oggetto GraphicsPath associato a questo oggetto GraphicsPathIterator::GraphicsPathIterator.

Valore restituito

nessuno

Requisiti

   
Client minimo supportato Windows XP, Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Piattaforma di destinazione Windows
Intestazione gdipluspath.h (include Gdiplus.h)
Libreria Gdiplus.lib
DLL Gdiplus.dll

Vedi anche

GraphicsPath

GraphicsPathIterator