Gauges for WinForms
GetImage(Int32,Int32,PixelFormat) メソッド

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 > C1BulletGraph クラス > GetImage メソッド : GetImage(Int32,Int32,PixelFormat) メソッド
新しい System.Drawing.Bitmap の幅(ピクセル単位)。ゼロより大きくする必要があります。
新しい System.Drawing.Bitmap の高さ(ピクセル単位)。ゼロより大きくする必要があります。
新しい System.Drawing.Bitmap のピクセル形式。これは、Format で始まる 値を指定する必要があります。
C1BulletGraph コントロールの「スクリーンショット」を 指定された幅、高さ、ピクセル形式の画像として返します。
シンタックス
'宣言
 
Public Overloads Function GetImage( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal format As System.Drawing.Imaging.PixelFormat _
) As System.Drawing.Image
public System.Drawing.Image GetImage( 
   System.int width,
   System.int height,
   System.Drawing.Imaging.PixelFormat format
)

パラメータ

width
新しい System.Drawing.Bitmap の幅(ピクセル単位)。ゼロより大きくする必要があります。
height
新しい System.Drawing.Bitmap の高さ(ピクセル単位)。ゼロより大きくする必要があります。
format
新しい System.Drawing.Bitmap のピクセル形式。これは、Format で始まる 値を指定する必要があります。
例外
例外解説
名前が Format から始まらない System.Drawing.Imaging.PixelFormat 値が 指定されました。たとえば、System.Drawing.Imaging.PixelFormat.Gdi を指定すると System.ArgumentException が発生しますが、System.Drawing.Imaging.PixelFormat.Format48bppRgb では 発生しません。
参照

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