System::Drawing::Graphics::DrawLines 方法
Graphics::DrawLines(const SharedPtr<Pen>&, const System::ArrayPtr<System::Drawing::Point>&) method
使用指定的笔绘制一系列线段。
void System::Drawing::Graphics::DrawLines(const SharedPtr<Pen> &pen, const System::ArrayPtr<System::Drawing::Point> &points)
| 参数 | 类型 | 描述 |
|---|---|---|
| 笔 | const SharedPtr<Pen>& | 绘制线条时使用的笔 |
| points | const System::ArrayPtr<System::Drawing::Point>& | Array 要连接的点的数组 |
另见
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::DrawLines(const SharedPtr<Pen>&, const System::ArrayPtr<System::Drawing::PointF>&) method
使用指定的笔绘制一系列线段。
void System::Drawing::Graphics::DrawLines(const SharedPtr<Pen> &pen, const System::ArrayPtr<System::Drawing::PointF> &points)
| 参数 | 类型 | 描述 |
|---|---|---|
| 笔 | const SharedPtr<Pen>& | 绘制线条时使用的笔 |
| points | const System::ArrayPtr<System::Drawing::PointF>& | Array 要连接的点的数组 |
另见
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++