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