Graphics.FillEllipse Method (Brush, RectangleF)

Fills the interior of an ellipse defined by a bounding RectangleF.

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

Syntax

C#
public void FillEllipse(
	Brush brush,
	RectangleF rectangle
)

Parameters

brush

Type: Aurigma.GraphicsMill.AdvancedDrawing.Brush

A Brush that determines the characteristics of the fill.
rectangle

Type: System.Drawing.RectangleF

A RectangleF structure that defines the boundaries of the ellipse.

Remarks

Ellipse is defined by its tightest bounding rectangle.

To draw an outlined ellipse, use the DrawEllipse(Pen, RectangleF) method.

See Also

Reference

Manual