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

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 > C1Gauge クラス > GetImage メソッド : GetImage(Int32,Int32,PixelFormat) メソッド
C1Gauge コントロールの「スクリーンショット」を 指定された幅、高さ、ピクセル形式のビットマップ画像として返します。
シンタックス
'宣言
 
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
height
format
解説
このメソッドは、名前が Format で始まる System.Drawing.Imaging.PixelFormat 値を サポートします。たとえば、System.Drawing.Imaging.PixelFormat.Gdi を指定すると System.ArgumentException が発生しますが、System.Drawing.Imaging.PixelFormat.Format48bppRgb では 発生しません。
参照

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