Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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 String _
    )
    'Usage
     
    
    Dim path As String
     
    Dim instance As New Image(path)
    public Image( 
       string path
    )

    Parameters

    path
    See Also