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