ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Annotation Namespace / Image Class / Image Constructor / Image Constructor(ImageSource,Double,Double)

In This Topic
    Image Constructor(ImageSource,Double,Double)
    In This Topic
    Create an instance of Image.
    Syntax
    '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
    )

    Parameters

    value
    width
    height
    See Also