Reports for WPF
GetImage メソッド

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > C1Mapper クラス : GetImage メソッド
The horizontal resolution of the image.
The vertical resolution of the image.
Gets a System.Drawing.Image representing the current map.
シンタックス
'宣言
 
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
The horizontal resolution of the image.
dpiY
The vertical resolution of the image.

戻り値の型

The image (bitmap).
参照

C1Mapper クラス
C1Mapper メンバ