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