DrawEllipse Method
DrawEllipse(Pen, Rect)
Draws an ellipse defined by a bounding Rect.
Declaration
public void DrawEllipse(Pen pen, Rect bounds)
Parameters
| Type | Name | Description |
|---|---|---|
| Pen | pen | Pen that determines the color, width, and style of the ellipse. |
| Rect | bounds | Rect structure that defines the boundaries of the ellipse. |