'Declaration
Public Sub FillPie( _ ByVal brush As Brush, _ ByVal rectangle As Rectangle, _ ByVal startAngle As Single, _ ByVal sweepAngle As Single _ )
public void FillPie( Brush brush, Rectangle rectangle, float startAngle, float sweepAngle )
Parameters
- brush
- A Brush object used to fill the pie.
- rectangle
- A System.Drawing.Rectangle structure that defines the boundaries of the pie.
- startAngle
- A float value that defines the start angle of the pie.
- sweepAngle
- A float value that defines the sweep angle of the pie.