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