共用方式為


GraphicsPathIterator::GraphicsPathIterator (constGraphicsPath*) 方法 (gdipluspath.h)

建立新的 GraphicsPathIterator::GraphicsPathIterator 物件,並將它與 GraphicsPath 物件產生關聯。

語法

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

參數

[in] path

類型: GraphicsPath*

與這個 GraphicsPathIterator::GraphicsPathIterator物件相關聯的GraphicsPath物件指標。

傳回值

需求

   
最低支援的用戶端 Windows XP、Windows 2000 Professional [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限傳統型應用程式]
目標平台 Windows
標頭 gdipluspath.h (包含 Gdiplus.h)
程式庫 Gdiplus.lib
Dll Gdiplus.dll

另請參閱

GraphicsPath

GraphicsPathIterator