DrawArc
内容
[
隐藏
]DrawArc(Pen, RectangleF, float, float)
绘制表示由 RectangleF 结构指定的椭圆的一部分的圆弧。
public void DrawArc(Pen pen, RectangleF rect, float startAngle, float sweepAngle)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | 确定圆弧颜色、宽度和样式的钢笔。 |
rect | RectangleF | 定义椭圆边界的 RectangleF 结构。 |
startAngle | Single | 从 x 轴到圆弧起点顺时针测量的角度(以度为单位)。 |
sweepAngle | Single | 从 startAngle 参数到圆弧终点顺时针测量的角度(以度为单位)。 |
也可以看看
- class Pen
- struct RectangleF
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
DrawArc(Pen, float, float, float, float, float, float)
绘制表示由一对坐标、宽度和高度指定的椭圆的一部分的弧。
public void DrawArc(Pen pen, float x, float y, float width, float height, float startAngle,
float sweepAngle)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | 确定圆弧颜色、宽度和样式的钢笔。 |
x | Single | 定义椭圆的矩形左上角的 x 坐标。 |
y | Single | 定义椭圆的矩形左上角的 y 坐标。 |
width | Single | 定义椭圆的矩形的宽度。 |
height | Single | 定义椭圆的矩形的高度。 |
startAngle | Single | 从 x 轴到圆弧起点顺时针测量的角度(以度为单位)。 |
sweepAngle | Single | 从 startAngle 参数到圆弧终点顺时针测量的角度(以度为单位)。 |
也可以看看
- class Pen
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing