Renders a string and an image into a System.Drawing.Graphics object using this style.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Render( _
   ByVal  As System.Drawing.Graphics, _
   ByVal  As System.Drawing.Rectangle, _
   ByVal  As System.String, _
   ByVal  As System.Drawing.Image, _
   ByVal  As DrawCellFlags _
) 
             
        
            
            public void Render( 
   System.Drawing.Graphics ,
   System.Drawing.Rectangle ,
   System.string ,
   System.Drawing.Image ,
   DrawCellFlags 
)
             
        
             
        
            パラメータ
- g
 
- System.Drawing.Graphics object to render into.
 - rc
 
- Area where the element will be displayed.
 - str
 
- Text to render.
 - img
 
- Image to render.
 - flags
 
- Combination of DrawCellFlags that determines which elements will be rendered.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照