DrawClosedCurve
内容
[
隐藏
]DrawClosedCurve(Pen, PointF[], float, FillMode)
使用指定的张力绘制由 PointF 结构数组定义的闭合基数样条曲线。
public void DrawClosedCurve(Pen pen, PointF[] points, float tension, FillMode fillmode)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | Pen它决定了曲线的颜色、宽度和高度。 |
points | PointF[] | 数组PointF定义样条的结构。 |
tension | Single | 大于或等于 0.0F 的值指定曲线的张力。 |
fillmode | FillMode | FillMode 枚举的成员,用于确定曲线的填充方式。 此参数是必需的,但被忽略。 |
也可以看看
- class Pen
- struct PointF
- enum FillMode
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawClosedCurve(Pen, PointF[])
绘制由数组定义的闭合基数样条PointF结构.
public void DrawClosedCurve(Pen pen, PointF[] points)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | Pen 它决定了曲线的颜色、宽度和高度。 |
points | PointF[] | 数组PointF定义样条的结构。 |
也可以看看
- class Pen
- struct PointF
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawClosedCurve(Pen, Point[], float, FillMode)
绘制由数组定义的闭合基数样条Point使用指定张力的结构。
public void DrawClosedCurve(Pen pen, Point[] points, float tension, FillMode fillmode)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | Pen它决定了曲线的颜色、宽度和高度。 |
points | Point[] | 数组Point定义样条的结构。 |
tension | Single | 大于或等于 0.0F 的值指定曲线的张力。 |
fillmode | FillMode | FillMode 枚举的成员,用于确定曲线的填充方式。 此参数是必需的,但被忽略。 |
也可以看看
- class Pen
- struct Point
- enum FillMode
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawClosedCurve(Pen, Point[])
绘制由数组定义的闭合基数样条Point结构.
public void DrawClosedCurve(Pen pen, Point[] points)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | Pen 它决定了曲线的颜色、宽度和高度。 |
points | Point[] | 数组Point定义样条的结构。 |
也可以看看
- class Pen
- struct Point
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing