DrawClosedCurve

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

使用指定的张力绘制由 PointF 结构数组定义的闭合基数样条曲线。

public void DrawClosedCurve(Pen pen, PointF[] points, float tension, FillMode fillmode)
范围类型描述
penPenPen它决定了曲线的颜色、宽度和高度。
pointsPointF[]数组PointF定义样条的结构。
tensionSingle大于或等于 0.0F 的值指定曲线的张力。
fillmodeFillModeFillMode 枚举的成员,用于确定曲线的填充方式。 此参数是必需的,但被忽略。

也可以看看


DrawClosedCurve(Pen, PointF[])

绘制由数组定义的闭合基数样条PointF结构.

public void DrawClosedCurve(Pen pen, PointF[] points)
范围类型描述
penPenPen它决定了曲线的颜色、宽度和高度。
pointsPointF[]数组PointF定义样条的结构。

也可以看看


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

绘制由数组定义的闭合基数样条Point使用指定张力的结构。

public void DrawClosedCurve(Pen pen, Point[] points, float tension, FillMode fillmode)
范围类型描述
penPenPen它决定了曲线的颜色、宽度和高度。
pointsPoint[]数组Point定义样条的结构。
tensionSingle大于或等于 0.0F 的值指定曲线的张力。
fillmodeFillModeFillMode 枚举的成员,用于确定曲线的填充方式。 此参数是必需的,但被忽略。

也可以看看


DrawClosedCurve(Pen, Point[])

绘制由数组定义的闭合基数样条Point结构.

public void DrawClosedCurve(Pen pen, Point[] points)
范围类型描述
penPenPen它决定了曲线的颜色、宽度和高度。
pointsPoint[]数组Point定义样条的结构。

也可以看看