Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1BitmapIcon Class / C1BitmapIcon Constructor
The context.


In This Topic
    C1BitmapIcon Constructor
    In This Topic
    Initializes a new instance of the C1BitmapIcon class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal context As Android.Content.Context _
    )
    'Usage
     
    
    Dim context As Android.Content.Context
     
    Dim instance As New C1BitmapIcon(context)
    public C1BitmapIcon( 
       Android.Content.Context context
    )

    Parameters

    context
    The context.
    See Also