ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PageDoubleLineExtensions Class / DrawEllipseDoubleLine Method
The canvas where the ellipse will be drawn.
The left coordinate of the ellipse.
The top coordinate of the ellipse.
The width of the ellipse.
The height of the ellipse.

In This Topic
    DrawEllipseDoubleLine Method (PageDoubleLineExtensions)
    In This Topic
    Draws the double-lined ellipse.
    Syntax
    'Declaration
     
    Public Shared Sub DrawEllipseDoubleLine( _
       ByVal canvas As DrawCanvas, _
       ByVal left As Single, _
       ByVal top As Single, _
       ByVal width As Single, _
       ByVal height As Single _
    ) 
    public static void DrawEllipseDoubleLine( 
       DrawCanvas canvas,
       float left,
       float top,
       float width,
       float height
    )

    Parameters

    canvas
    The canvas where the ellipse will be drawn.
    left
    The left coordinate of the ellipse.
    top
    The top coordinate of the ellipse.
    width
    The width of the ellipse.
    height
    The height of the ellipse.
    See Also