'Declaration
Public Function New( _
ByVal value As System.Windows.Media.ImageSource, _
ByVal width As System.Double, _
ByVal height As System.Double _
)
public Image(
System.Windows.Media.ImageSource value,
System.double width,
System.double height
)