C1PathIcon Constructor
C1PathIcon(Context)
Initializes a new instance of the C1PathIcon class.
Declaration
public C1PathIcon(Context context)
Public Sub New(context As Context)
Parameters
| Type |
Name |
Description |
| Context |
context |
|
C1PathIcon(Context, IAttributeSet)
Initializes a new instance of the C1PathIcon class.
Declaration
public C1PathIcon(Context context, IAttributeSet attrs)
Public Sub New(context As Context, attrs As IAttributeSet)
Parameters
| Type |
Name |
Description |
| Context |
context |
|
| IAttributeSet |
attrs |
|
C1PathIcon(Context, IAttributeSet, int)
Initializes a new instance of the C1PathIcon class.
Declaration
public C1PathIcon(Context context, IAttributeSet attrs, int defStyleAttr)
Public Sub New(context As Context, attrs As IAttributeSet, defStyleAttr As Integer)
Parameters
| Type |
Name |
Description |
| Context |
context |
|
| IAttributeSet |
attrs |
|
| int |
defStyleAttr |
|
C1PathIcon(nint, JniHandleOwnership)
Declaration
protected C1PathIcon(nint javaReference, JniHandleOwnership transfer)
Protected Sub New(javaReference As IntPtr, transfer As JniHandleOwnership)
Parameters
| Type |
Name |
Description |
| nint |
javaReference |
|
| JniHandleOwnership |
transfer |
|