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

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

    Parameters

    border
    The border.
    bounds
    The bounds.
    bWidthT
    bWidthL
    bWidthB
    bWidthR
    See Also