AddLine
AddLine(PointF, PointF)
将线段附加到此 GraphicsPath。
public void AddLine(PointF pt1, PointF pt2)
范围 | 类型 | 描述 |
---|---|---|
pt1 | PointF | 表示直线起点的 PointF。 |
pt2 | PointF | 表示直线端点的 PointF。 |
也可以看看
- struct PointF
- class GraphicsPath
- 命名空间 System.Drawing.Drawing2D
- 部件 Aspose.Drawing
AddLine(float, float, float, float)
将线段附加到此 GraphicsPath。
public void AddLine(float x1, float y1, float x2, float y2)
范围 | 类型 | 描述 |
---|---|---|
x1 | Single | 线的起点的 x 坐标。 |
y1 | Single | 直线起点的 y 坐标。 |
x2 | Single | 线端点的 x 坐标。 |
y2 | Single | 线端点的 y 坐标。 |
也可以看看
- class GraphicsPath
- 命名空间 System.Drawing.Drawing2D
- 部件 Aspose.Drawing