ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / DrawBorder Method / DrawBorder(Border,RectangleF) Method
The border.
The bounds.

In This Topic
    DrawBorder(Border,RectangleF) Method
    In This Topic
    Draws the border.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawBorder( _
       ByVal border As Border, _
       ByVal bounds As RectangleF _
    ) 
    public void DrawBorder( 
       Border border,
       RectangleF bounds
    )

    Parameters

    border
    The border.
    bounds
    The bounds.
    See Also