'宣言 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
- 画像の垂直解像度。
戻り値の型
画像(メタファイル)。