C1.Android.Core Assembly / C1.Android.Core Namespace / C1PathIcon Class / C1PathIcon Constructor
The context.


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

Parameters

context
The context.
See Also