ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawBorder Method / DrawBorder(Border,Single,Single,Single,Single) Method
The border.
The left.
The top.
The width.
The height.

In This Topic
    DrawBorder(Border,Single,Single,Single,Single) Method
    In This Topic
    Draws the border.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawBorder( _
       ByVal border As Border, _
       ByVal left As Single, _
       ByVal top As Single, _
       ByVal width As Single, _
       ByVal height As Single _
    ) 
    public void DrawBorder( 
       Border border,
       float left,
       float top,
       float width,
       float height
    )

    Parameters

    border
    The border.
    left
    The left.
    top
    The top.
    width
    The width.
    height
    The height.
    See Also