GraphicsPath::GraphicsPath (constGraphicsPath&) 方法 (gdipluspath.h)
本主题列出了 GraphicsPath 类的构造函数。 有关完整的类列表,请参阅 GraphicsPath 类。
重载列表
构造函数 | 说明 |
---|---|
GraphicsPath (FillMode) | 创建 GraphicsPath::GraphicsPath 对象并初始化填充模式。 这是默认构造函数。 |
GraphicsPath (Point*,BYTE*,INT,FillMode) | 基于点数组、类型数组和填充模式创建 GraphicsPath::GraphicsPath 对象。 |
GraphicsPath (PointF*,BYTE*,INT,FillMode) | 基于点数组、类型数组和填充模式创建 GraphicsPath::GraphicsPath 对象。 |
语法
void GraphicsPath(
const GraphicsPath & path
);
参数
path
返回值
无
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | gdipluspath.h |