[]
        
(Showing Draft Content)

GrapeCity.Drawing.IDrawingContext.DrawEllipse

DrawEllipse Method

DrawEllipse(Brush, Pen, Point, double, double)

Draws an ellipse with the specified Brush and Pen.

Declaration
void DrawEllipse(Brush brush, Pen pen, Point center, double radiusX, double radiusY)
Sub DrawEllipse(brush As Brush, pen As Pen, center As Point, radiusX As Double, radiusY As Double)
Parameters
Type Name Description
Brush 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 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.

Point center

The location of the center of the ellipse.

double radiusX

The horizontal radius of the ellipse.

double radiusY

The vertical radius of the ellipse.