CreateImage(Int32,Int32,Int32,Int32) Method
In This Topic
Syntax
'Declaration
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
)
Parameters
- topRow
- leftCol
- bottomRow
- rightCol
See Also