Returns a "screenshot" of the 
C1BulletGraph control as an image with given width and height.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Function GetImage( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As System.Drawing.Image
             
        
            
            public System.Drawing.Image GetImage( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- width
 
- The width, in pixels, of the new System.Drawing.Bitmap. Must be greater than zero.
 - height
 
- The height, in pixels, of the new System.Drawing.Bitmap. Must be greater than zero.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照