Creates a new Path shaped as an ellipse defined by a bounding RectangleF.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static Path Ellipse( RectangleF rectangle )
Type: System.Drawing.RectangleF
A RectangleF structure that defines the boundaries of the ellipse.Unlike DrawEllipse(RectangleF), which adds an ellipse segment to an existing path, this static method returns a new, standalone Path.