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


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

    Parameters

    context
    The context.
    See Also