Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTextFragment Class / FillRect Method / FillRect(Graphics,Rectangle,Style,IScriptContext) Method

In This Topic
    FillRect(Graphics,Rectangle,Style,IScriptContext) Method
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub FillRect( _
       ByVal graphics As Graphics, _
       ByVal rect As Rectangle, _
       ByVal style As Style, _
       ByVal context As IScriptContext _
    ) 
    protected virtual void FillRect( 
       Graphics graphics,
       Rectangle rect,
       Style style,
       IScriptContext context
    )

    Parameters

    graphics
    rect
    style
    context
    See Also