GraphicsPathIterator::GraphicsPathIterator (constGraphicsPathIterator&) 方法 (gdipluspath.h)

GraphicsPathIterator 的复制构造函数。

语法

void GraphicsPathIterator(
  const GraphicsPathIterator & unnamedParam1
);

参数

unnamedParam1

要复制到此对象的 对象。

返回值

要求

要求
最低受支持的客户端 Windows XP、Windows 2000 Professional [仅限桌面应用]
最低受支持的服务器 Windows 2000 Server [仅限桌面应用]
目标平台 Windows
标头 gdipluspath.h (包括 Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

另请参阅

GraphicsPath

GraphicsPathIterator