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

In This Topic
    Image Constructor(String,Double,Double)
    In This Topic
    Create an instance of Image.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal path As System.String, _
       ByVal width As System.Double, _
       ByVal height As System.Double _
    )
    public Image( 
       System.string path,
       System.double width,
       System.double height
    )

    Parameters

    path
    width
    height
    See Also