ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IDrawingCanvas Interface / DrawEllipse Method

In This Topic
    DrawEllipse Method (IDrawingCanvas)
    In This Topic
    Draws an ellipse defined by a bounding System.Drawing.RectangleF.
    Syntax
    'Declaration
     
    Sub DrawEllipse( _
       ByVal pen As PenEx, _
       ByVal rect As RectangleF _
    ) 
    void DrawEllipse( 
       PenEx pen,
       RectangleF rect
    )

    Parameters

    pen
    rect
    See Also