Fills the interior of an ellipse defined by a bounding rectangle specified by a System.Drawing.Rectangle structure.
- brush
- System.Drawing.Brush that determines the characteristics of the fill.
- rect
- System.Drawing.Rectangle structure that represents the bounding rectangle that defines the ellipse.
This method fills the interior of an ellipse with a System.Drawing.Brush. The ellipse is defined by the bounding rectangle represented by the rect parameter.