System::Drawing::Drawing2D::GraphicsPath::AddPolygon 方法

GraphicsPath::AddPolygon(const ArrayPtr<Point>&) method

向当前对象表示的路径添加指定的多边形。

void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<Point> &points)
参数类型描述
pointsconst ArrayPtr<Point>&一个包含指定要添加的多边形的点的数组

另见

GraphicsPath::AddPolygon(const ArrayPtr<PointF>&) method

向当前对象表示的路径添加指定的多边形。

void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<PointF> &points)
参数类型描述
pointsconst ArrayPtr<PointF>&一个包含指定要添加的多边形的点的数组

另见