Draws an ellipse defined by a bounding RectangleF.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public void DrawEllipse( Pen pen, RectangleF rectangle )
Type: Aurigma.GraphicsMill.AdvancedDrawing.Pen
A Pen that determines the color, width, and style of the ellipse.Type: System.Drawing.RectangleF
A RectangleF structure that defines the boundaries of the ellipse.Ellipse is defined by its tightest bounding rectangle.
To fill an ellipse, use the FillEllipse(Brush, RectangleF) method.