Search
GdiGraphics.DrawEllipse Method (Pen, Rectangle)
See Also
 





Draws an ellipse specified by a bounding Rectangle structure.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void DrawEllipse (
    Pen pen,
    Rectangle rect
)

Visual Basic  Copy Code

Public Overridable Sub DrawEllipse( _
    pen As Pen, _
    rect As Rectangle _
)

 Parameters

pen
A .NET Pen object that determines the color, width, and style of the ellipse.
rect
A .NET Rectangle structure that defines the boundaries of the ellipse.

 See Also