FlexReport for WinForms
GetImage メソッド


C1.Win.FlexReport.CustomFields.4.5.2 アセンブリ > C1.Win.FlexReport.CustomFields.Maps 名前空間 > C1Mapper クラス : GetImage メソッド
設計時であるか、実行時であるかを指定します。
画像の水平解像度。
画像の垂直解像度。
現在のマップを表す System.Drawing.Image を取得します。
シンタックス
'宣言
 
Public Function GetImage( _
   ByVal designTime As System.Boolean, _
   ByVal dpiX As System.Double, _
   ByVal dpiY As System.Double _
) As System.Drawing.Image
'使用法
 
Dim instance As C1Mapper
Dim designTime As System.Boolean
Dim dpiX As System.Double
Dim dpiY As System.Double
Dim value As System.Drawing.Image
 
value = instance.GetImage(designTime, dpiX, dpiY)
public System.Drawing.Image GetImage( 
   System.bool designTime,
   System.double dpiX,
   System.double dpiY
)

パラメータ

designTime
設計時であるか、実行時であるかを指定します。
dpiX
画像の水平解像度。
dpiY
画像の垂直解像度。

戻り値の型

画像(メタファイル)。
参照

C1Mapper クラス
C1Mapper メンバ