Graphics.FillEllipse Method (Brush, Rectangle)

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

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void FillEllipse(
	Brush brush,
	Rectangle rect
)

Parameters

brush

Type: Aurigma.GraphicsMill.Drawing.Brush

A Brush that determines the characteristics of the fill.
rect

Type: System.Drawing.Rectangle

A Rectangle structure that represents the bounding rectangle that defines the ellipse.

Remarks

Ellipse is defined by its tightest bounding rectangle.

To outline an ellipse, use DrawEllipse(Pen, Rectangle) method.

See Also

Reference