PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderShapeFragment Class / FillRect Method / FillRect(Graphics,Int32,Int32,Int32,Int32,Style,IScriptContext) Method

In This Topic
    FillRect(Graphics,Int32,Int32,Int32,Int32,Style,IScriptContext) Method
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub FillRect( _
       ByVal graphics As Graphics, _
       ByVal left As Integer, _
       ByVal top As Integer, _
       ByVal right As Integer, _
       ByVal bottom As Integer, _
       ByVal style As Style, _
       ByVal context As IScriptContext _
    ) 
    protected virtual void FillRect( 
       Graphics graphics,
       int left,
       int top,
       int right,
       int bottom,
       Style style,
       IScriptContext context
    )

    Parameters

    graphics
    left
    top
    right
    bottom
    style
    context
    See Also