ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi Namespace / BorderRenderer Class / Render(Border,Graphics,RectangleF,Boolean) Method
The border to render.
The Graphics go render the border on.
The Border's rectangle in inches.
Printing flag.

In This Topic
    Render(Border,Graphics,RectangleF,Boolean) Method
    In This Topic
    Renders the border around the specified rectangle.
    Syntax
    'Declaration
     
    Public Shared Sub Render( _
       ByVal border As Border, _
       ByVal graphics As Graphics, _
       ByVal bounds As RectangleF, _
       Optional ByVal printing As Boolean _
    ) 
    public static void Render( 
       Border border,
       Graphics graphics,
       RectangleF bounds,
       bool printing
    )

    Parameters

    border
    The border to render.
    graphics
    The Graphics go render the border on.
    bounds
    The Border's rectangle in inches.
    printing
    Printing flag.
    Remarks
    This method must be public as the FormatBorderDialog in ARDesigner requires this method.
    See Also