System.Drawing.Graphics.FillEllipse Method

Fills the interior of an ellipse defined by a bounding rectangle specified by a System.Drawing.Rectangle structure.

Syntax

public void FillEllipse (Brush brush, Rectangle rect)

Parameters

brush
System.Drawing.Brush that determines the characteristics of the fill.
rect
System.Drawing.Rectangle structure that represents the bounding rectangle that defines the ellipse.

Remarks

This method fills the interior of an ellipse with a System.Drawing.Brush. The ellipse is defined by the bounding rectangle represented by the rect parameter.

Requirements

Namespace: System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0