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.Drawing.Image _
) 
             
        
            
            public void Render( 
   System.Drawing.Graphics ,
   System.Drawing.Rectangle ,
   System.Drawing.Image 
)
             
        
             
        
            パラメータ
- g
 
- System.Drawing.Graphics object to render into.
 - rc
 
- Area where the element will be displayed.
 - img
 
- Image to render.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照