DrawPie(Pen, Rectangle, Single, Single)
|
pen, rect, startAngle, sweepAngle
|
Draws a pie shape defined by an ellipse specified by a Rectangle structure and two radial lines.
|
DrawPie(Pen, RectangleF, Single, Single)
|
pen, rect, startAngle, sweepAngle
|
Draws a pie shape defined by an ellipse specified by a RectangleF structure and two radial lines.
|
DrawPie(Pen, Int32, Int32, Int32, Int32, Int32, Int32)
|
pen, x, y, width, height, startAngle, sweepAngle
|
Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines.
|
DrawPie(Pen, Single, Single, Single, Single, Single, Single)
|
pen, x, y, width, height, startAngle, sweepAngle
|
Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines.
|