Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderSectionFragment Class / DrawBackground Method

In This Topic
    DrawBackground Method (RenderSectionFragment)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overrides Sub DrawBackground( _
       ByVal graphics As Graphics, _
       ByVal backgroundRect As Rectangle _
    ) 
    protected override void DrawBackground( 
       Graphics graphics,
       Rectangle backgroundRect
    )

    Parameters

    graphics
    backgroundRect
    See Also