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