Bagikan melalui


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

Membuat objek GraphicsPathIterator::GraphicsPathIterator baru dan mengaitkannya dengan objek GraphicsPath .

Sintaks

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

Parameter

[in] path

Jenis: GraphicsPath*

Penunjuk ke objek GraphicsPath yang akan dikaitkan dengan objek GraphicsPathIterator::GraphicsPathIterator ini.

Mengembalikan nilai

Tidak ada

Persyaratan

   
Klien minimum yang didukung Windows XP, Windows 2000 Professional [hanya aplikasi desktop]
Server minimum yang didukung Windows 2000 Server [hanya aplikasi desktop]
Target Platform Windows
Header gdipluspath.h (termasuk Gdiplus.h)
Pustaka Gdiplus.lib
DLL Gdiplus.dll

Lihat juga

GraphicsPath

GraphicsPathIterator