ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / DrawCanvas Class / DrawEllipse Method

In This Topic
    DrawEllipse Method (DrawCanvas)
    In This Topic
    DrawEllipse
    Syntax
    'Declaration
     
    Public Sub DrawEllipse( _
       ByVal left As Single, _
       ByVal top As Single, _
       ByVal width As Single, _
       ByVal height As Single _
    ) 
    public void DrawEllipse( 
       float left,
       float top,
       float width,
       float height
    )

    Parameters

    left
    top
    width
    height
    See Also