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