Reports for WinForms
GetImage メソッド (C1Mapper)

C1.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > C1Mapper クラス : GetImage メソッド
画像の水平解像度。
画像の垂直解像度。
現在のマップを表す System.Drawing.Image を取得します。
シンタックス
'宣言
 
Public Function GetImage( _
   ByVal dpiX As System.Double, _
   ByVal dpiY As System.Double _
) As System.Drawing.Image
public System.Drawing.Image GetImage( 
   System.double dpiX,
   System.double dpiY
)

パラメータ

dpiX
画像の水平解像度。
dpiY
画像の垂直解像度。

戻り値の型

画像(ビットマップ)。
参照

C1Mapper クラス
C1Mapper メンバ