Create an instance of Image.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Double, _
ByVal As System.Double _
)
public Image(
System.string ,
System.double ,
System.double
)
Parameters
- path
- width
- height
See Also