Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / Image Class / Image Constructor / Image Constructor(UIImage)


In This Topic
    Image Constructor(UIImage)
    In This Topic
    Create an instance of Image.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As UIKit.UIImage _
    )
    'Usage
     
    
    Dim value As UIKit.UIImage
     
    Dim instance As New Image(value)
    public Image( 
       UIKit.UIImage value
    )

    Parameters

    value
    See Also