FillEllipse(RectangleF,Color) Method
In This Topic
Fills an ellipse with a specified solid color.
Syntax
'Declaration
Public Overloads Sub FillEllipse( _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Drawing.Color _
)
public void FillEllipse(
System.Drawing.RectangleF ,
System.Drawing.Color
)
Parameters
- bounds
- A System.Drawing.RectangleF structure that specifies the ellipse to fill.
- color
- The fill color.
See Also