Method FillEllipse
FillEllipse(Brush, RectD)
Fills the interior of an ellipse defined by a bounding rectangle specified by a RectD structure.
public override void FillEllipse(Brush brush, RectD bounds)Parameters
- brushBrush
- Brush that determines the characteristics of the fill. 
- boundsRectD
- RectD structure that represents the bounding rectangle that defines the ellipse. 
Remarks
This method fills the interior of an ellipse with a Brush.
The ellipse is defined by the bounding rectangle represented by the bounds
parameter.