DrawClosedCurve

DrawClosedCurve(Pen, PointF[], float, FillMode)

public void DrawClosedCurve(Pen pen, PointF[] points, float tension, FillMode fillmode)

也可以看看


DrawClosedCurve(Pen, PointF[])

public void DrawClosedCurve(Pen pen, PointF[] points)

也可以看看


DrawClosedCurve(Pen, Point[], float, FillMode)

public void DrawClosedCurve(Pen pen, Point[] points, float tension, FillMode fillmode)

也可以看看


DrawClosedCurve(Pen, Point[])

public void DrawClosedCurve(Pen pen, Point[] points)

也可以看看