For internal use.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Protected Overloads Overridable Sub FillRect( _
   ByVal  As System.Drawing.Graphics, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As Style, _
   ByVal  As IScriptContext _
) 
             
        
            
            '使用法
 
Dim instance As RenderFragment
Dim graphics As System.Drawing.Graphics
Dim left As System.Integer
Dim top As System.Integer
Dim right As System.Integer
Dim bottom As System.Integer
Dim style As Style
Dim context As IScriptContext
 
instance.FillRect(graphics, left, top, right, bottom, style, context)
             
        
            
            protected virtual void FillRect( 
   System.Drawing.Graphics ,
   System.int ,
   System.int ,
   System.int ,
   System.int ,
   Style ,
   IScriptContext 
)
             
        
             
        
            パラメータ
- graphics
 
- left
 
- top
 
- right
 
- bottom
 
- style
 
- context
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照