AddLine

AddLine(PointF, PointF)

将线段附加到此 GraphicsPath。

public void AddLine(PointF pt1, PointF pt2)
范围类型描述
pt1PointF表示直线起点的 PointF。
pt2PointF表示直线端点的 PointF。

也可以看看


AddLine(float, float, float, float)

将线段附加到此 GraphicsPath。

public void AddLine(float x1, float y1, float x2, float y2)
范围类型描述
x1Single线的起点的 x 坐标。
y1Single直线起点的 y 坐标。
x2Single线端点的 x 坐标。
y2Single线端点的 y 坐标。

也可以看看