WebPlanner Programmer's Guide

IGraphics.DrawEllipse Method (Pen, RectangleF)

See Also
 


Draws an ellipse defined by a bounding RectangleF structure.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void DrawEllipse (
    Pen pen,
    RectangleF rect
)

Visual Basic  Copy Code

Public MustOverride Sub DrawEllipse ( _
    pen As Pen, _
    rect As RectangleF _
)

 Parameters

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

 See Also