AddPie

AddPie(Rectangle, float, float)

将饼形的轮廓添加到此路径。

public void AddPie(Rectangle rect, float startAngle, float sweepAngle)
范围类型描述
rectRectangle一个 Rectangle ,表示定义绘制饼图的椭圆的边界矩形。
startAngleSingle饼图部分的起始角度,以从 x 轴顺时针方向测量的度数为单位。
sweepAngleSinglestartAngle 与饼图部分末端之间的角度,从 startAngle 顺时针方向测量。

也可以看看


AddPie(float, float, float, float, float, float)

将饼形的轮廓添加到此路径。

public void AddPie(float x, float y, float width, float height, float startAngle, float sweepAngle)
范围类型描述
xSingle边界 rectangle 左上角的 x 坐标,它定义了绘制饼图的椭圆。
ySingle边界 rectangle 左上角的 y 坐标,它定义了绘制饼图的椭圆。
widthSingle定义绘制饼图的 ellipse 的边界矩形的宽度。
heightSingle定义绘制饼图的 ellipse 的边界矩形的高度。
startAngleSingle饼图部分的起始角度, 从 x 轴顺时针测量。
sweepAngleSinglestartAngle 与饼图部分末端之间的角度, 从 startAngle 顺时针测量。

也可以看看