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

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 > C1Gauge クラス > GetImage メソッド : GetImage(Int32,Int32,PixelFormat) メソッド
Returns a "screenshot" of the C1Gauge control as an Bitmap image with given width, height, and pixel format.
シンタックス
'宣言
 
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
解説
The method supports System.Drawing.Imaging.PixelFormat value whose name does start with Format. For example, specifying System.Drawing.Imaging.PixelFormat.Gdi will cause an System.ArgumentException, but System.Drawing.Imaging.PixelFormat.Format48bppRgb will not.
参照

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