AddLines
AddLines(PointF[])
将一系列连接的线段附加到此末尾GraphicsPath.
public void AddLines(PointF[] points)
范围 | 类型 | 描述 |
---|---|---|
points | PointF[] | 一个数组PointF表示 定义要添加的线段的点的结构。 |
也可以看看
- struct PointF
- class GraphicsPath
- 命名空间 System.Drawing.Drawing2D
- 部件 Aspose.Drawing
AddLines(Point[])
将一系列连接的线段附加到此末尾GraphicsPath.
public void AddLines(Point[] points)
范围 | 类型 | 描述 |
---|---|---|
points | Point[] | 一个数组Point表示定义要添加的线段的 points 的结构。 |
也可以看看
- struct Point
- class GraphicsPath
- 命名空间 System.Drawing.Drawing2D
- 部件 Aspose.Drawing