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

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

    Parameters

    path
    See Also