'宣言
Public Overloads Function CreateImage( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Drawing.Image
public System.Drawing.Image CreateImage(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- topRow
- 範囲内の上端の行。
- leftCol
- 範囲内の左端の列。
- bottomRow
- 範囲内の下端の行。
- rightCol
- 範囲内の右端の列。
戻り値の型
グリッドのメタファイル画像を含む System.Drawing.Imageオブジェクト。