ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / GraphicalUtils Class / RenderFrame Method

In This Topic
    RenderFrame Method
    In This Topic
    Renders a frame and background for layout area according to the specified parameters
    Syntax
    'Declaration
     
    Public Shared Function RenderFrame( _
       ByVal context As GraphicsRenderContext, _
       ByVal area As ILayoutArea, _
       ByVal doBackground As Boolean, _
       ByVal doBorders As Boolean _
    ) As GraphicalUtils.Clip
    public static GraphicalUtils.Clip RenderFrame( 
       GraphicsRenderContext context,
       ILayoutArea area,
       bool doBackground,
       bool doBorders
    )

    Parameters

    context
    area
    doBackground
    doBorders
    See Also