GraphicsPathIterator::GraphicsPathIterator (constGraphicsPath*) 方法 (gdipluspath.h)
创建新的 GraphicsPathIterator::GraphicsPathIterator 对象,并将其与 GraphicsPath 对象相关联。
语法
void GraphicsPathIterator(
[in] const GraphicsPath *path
);
parameters
[in] path
类型: GraphicsPath*
指向将与此 GraphicsPathIterator::GraphicsPathIterator 对象关联的 GraphicsPath 对象的指针。
返回值
无
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdipluspath.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |