Method FillEllipse
FillEllipse(Brush, RectD)
Fills the interior of an ellipse defined by a bounding rectangle specified by a RectD structure.
void FillEllipse(Brush brush, RectD bounds)
Parameters
brush
BrushBrush that determines the characteristics of the fill.
bounds
RectDRectD 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.