System::Drawing::Drawing2D::GraphicsPath::AddPolygon 方法
GraphicsPath::AddPolygon(const ArrayPtr<Point>&) method
向当前对象表示的路径添加指定的多边形。
void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<Point> &points)
| 参数 | 类型 | 描述 |
|---|---|---|
| points | const ArrayPtr<Point>& | 一个包含指定要添加的多边形的点的数组 |
另见
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddPolygon(const ArrayPtr<PointF>&) method
向当前对象表示的路径添加指定的多边形。
void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<PointF> &points)
| 参数 | 类型 | 描述 |
|---|---|---|
| points | const ArrayPtr<PointF>& | 一个包含指定要添加的多边形的点的数组 |
另见
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++