'Declaration
Public Overloads Sub FillEllipse( _ ByVal brush As Brush, _ ByVal rc As RectangleF _ )
public void FillEllipse( Brush brush, RectangleF rc )
Parameters
- brush
- The object that determines the color used to fill the ellipse.
- rc
- The rectangle structure that specifies the bounding rectangle.