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