Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / Image Class / Image Constructor / Image Constructor(Bitmap)


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

    Parameters

    value
    See Also