Draws an ellipse defined by a bounding System.Drawing.RectangleF.
- pen
- System.Drawing.Pen that determines the color, width, and style of the ellipse.
- rect
- System.Drawing.RectangleF structure that defines the boundaries of the ellipse.
This method draws an ellipse that is defined by the bounding rectangle specified by the rect parameter.