Render the 
C1BulletGraph control in specified graphics with given width and height.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Render( _
   ByVal  As System.Drawing.Graphics, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) 
             
        
            
            public void Render( 
   System.Drawing.Graphics ,
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- g
 
- graphics where to draw render.
 - width
 
- output width.
 - height
 
- output height.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照