FillCircle Method
FillCircle(Brush, Point, Double)
Fills the interior of a circle specified by a center Point and a radius.
Declaration
public void FillCircle(Brush brush, Point center, double radius)
Parameters
| Type | Name | Description |
|---|---|---|
| Brush | brush | Brush that determines the characteristics of the fill. |
| Point | center | Point structure that defines the center of the circle. |
| System.Double | radius | Defines the radius of the circle. |