DrawCurve
内容
[
隐藏
]DrawCurve(Pen, PointF[])
通过指定的数组绘制基数样条PointF结构.
public void DrawCurve(Pen pen, PointF[] points)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | Pen它决定了曲线的颜色、宽度和样式。 |
points | PointF[] | 数组PointF定义样条的结构。 |
也可以看看
- class Pen
- struct PointF
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawCurve(Pen, Point[])
通过指定的数组绘制基数样条Point结构.
public void DrawCurve(Pen pen, Point[] points)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | Pen它决定了曲线的颜色、宽度和样式。 |
points | Point[] | 数组Point定义样条的结构。 |
也可以看看
- class Pen
- struct Point
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawCurve(Pen, Point[], float)
通过指定的数组绘制基数样条Point使用指定张力的结构。
public void DrawCurve(Pen pen, Point[] points, float tension)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | Pen它决定了曲线的颜色、宽度和样式。 |
points | Point[] | 数组Point定义样条的结构。 |
tension | Single | 大于或等于 0.0F 的值指定曲线的张力。 |
也可以看看
- class Pen
- struct Point
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawCurve(Pen, PointF[], int, int)
通过指定的数组绘制基数样条PointF使用指定张力的结构。绘图从数组的开头偏移开始。
public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | Pen它决定了曲线的颜色、宽度和样式。 |
points | PointF[] | 数组PointF定义样条的结构。 |
offset | Int32 | 从 points 参数数组中的第一个元素到曲线起点的偏移量。 |
numberOfSegments | Int32 | 要包含在曲线中的起点之后的段数。 |
也可以看看
- class Pen
- struct PointF
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawCurve(Pen, PointF[], int, int, float)
通过指定的数组绘制基数样条PointF使用指定张力的结构。绘图从数组的开头偏移开始。
public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments, float tension)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | Pen它决定了曲线的颜色、宽度和样式。 |
points | PointF[] | 数组PointF定义样条的结构。 |
offset | Int32 | 从 points 参数数组中的第一个元素到曲线起点的偏移量。 |
numberOfSegments | Int32 | 要包含在曲线中的起点之后的段数。 |
tension | Single | 大于或等于 0.0F 的值指定曲线的张力。 |
也可以看看
- class Pen
- struct PointF
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawCurve(Pen, Point[], int, int, float)
通过指定的数组绘制基数样条Point使用指定张力的结构。绘图从数组的开头偏移开始。
public void DrawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, float tension)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | Pen它决定了曲线的颜色、宽度和样式。 |
points | Point[] | 数组Point定义样条的结构。 |
offset | Int32 | 从 points 参数数组中的第一个元素到曲线起点的偏移量。 |
numberOfSegments | Int32 | 要包含在曲线中的起点之后的段数。 |
tension | Single | 大于或等于 0.0F 的值指定曲线的张力。 |
也可以看看
- class Pen
- struct Point
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawCurve(Pen, PointF[], float)
通过指定的数组绘制基数样条PointF使用指定张力的结构。
public void DrawCurve(Pen pen, PointF[] points, float tension)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | Pen它决定了曲线的颜色、宽度和样式。 |
points | PointF[] | 数组PointF定义样条的结构。 |
tension | Single | 大于或等于 0.0F 的值指定曲线的张力。 |
也可以看看
- class Pen
- struct PointF
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing