これは内部使用専用です。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Protected Overloads Overridable Sub FillRect( _
   ByVal  As System.Drawing.Graphics, _
   ByVal  As System.Drawing.Rectangle, _
   ByVal  As Style, _
   ByVal  As IScriptContext _
) 
             
        
            
            '使用法
 
Dim instance As RenderFragment
Dim graphics As System.Drawing.Graphics
Dim rect As System.Drawing.Rectangle
Dim style As Style
Dim context As IScriptContext
 
instance.FillRect(graphics, rect, style, context)
             
        
            
            protected virtual void FillRect( 
   System.Drawing.Graphics ,
   System.Drawing.Rectangle ,
   Style ,
   IScriptContext 
)
             
        
             
        
            パラメータ
- graphics
 
- rect
 
- style
 
- context
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照