AddLines

AddLines(PointF[])

将一系列连接的线段附加到此末尾GraphicsPath.

public void AddLines(PointF[] points)
范围类型描述
pointsPointF[]一个数组PointF表示 定义要添加的线段的点的结构。

也可以看看


AddLines(Point[])

将一系列连接的线段附加到此末尾GraphicsPath.

public void AddLines(Point[] points)
范围类型描述
pointsPoint[]一个数组Point表示定义要添加的线段的 points 的结构。

也可以看看