Parameters
- brush
- The brush with which to fill the ellipse. This is optional, and can be null. If the brush is null, no fill is drawn.
- pen
- The pen with which to stroke the ellipse. This is optional, and can be null. If the pen is null, no stroke is drawn.
- center
- The location of the center of the ellipse.
- radiusX
- The horizontal radius of the ellipse.
- radiusY
- The vertical radius of the ellipse.