BulletGraph for WinForms
GetImage(Int32,Int32) メソッド

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 > C1BulletGraph クラス > GetImage メソッド : GetImage(Int32,Int32) メソッド
The width, in pixels, of the new System.Drawing.Bitmap. Must be greater than zero.
The height, in pixels, of the new System.Drawing.Bitmap. Must be greater than zero.
Returns a "screenshot" of the C1BulletGraph control as an image with given width and height.
シンタックス
'宣言
 
Public Overloads Function GetImage( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
) As System.Drawing.Image
public System.Drawing.Image GetImage( 
   System.int width,
   System.int height
)

パラメータ

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.
参照

C1BulletGraph クラス
C1BulletGraph メンバ
オーバーロード一覧