Path.Ellipse Method (RectangleF)

Creates a new Path shaped as an ellipse defined by a bounding RectangleF.

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

Syntax

C#
public static Path Ellipse(
	RectangleF rectangle
)

Parameters

rectangle

Type: System.Drawing.RectangleF

A RectangleF structure that defines the boundaries of the ellipse.

Return Value

A new Path instance.

Remarks

Unlike DrawEllipse(RectangleF), which adds an ellipse segment to an existing path, this static method returns a new, standalone Path.

See Also

Reference