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