Graphics.DrawEllipse Method (Pen, RectangleF)

Draws an ellipse defined by a bounding RectangleF.

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

Syntax

C#
public void DrawEllipse(
	Pen pen,
	RectangleF rectangle
)

Parameters

pen

Type: Aurigma.GraphicsMill.AdvancedDrawing.Pen

A Pen that determines the color, width, and style of the ellipse.
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 fill an ellipse, use the FillEllipse(Brush, RectangleF) method.

See Also

Reference

Manual