FillPie(Brush, Rectangle, Single, Single)
|
brush, rect, startAngle, sweepAngle
|
Fills the interior of a pie section defined by an ellipse specified by a Rectangle structure and two radial lines.
|
FillPie(Brush, Int32, Int32, Int32, Int32, Int32, Int32)
|
brush, x, y, width, height, startAngle, sweepAngle
|
Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.
|
FillPie(Brush, Single, Single, Single, Single, Single, Single)
|
brush, x, y, width, height, startAngle, sweepAngle
|
Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.
|