Image Constructor(String,Double,Double)
Create an instance of Image.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim path As String
Dim width As Double
Dim height As Double
Dim instance As New Image(path, width, height)
Parameters
- path
- width
- height