Table of Contents

Class PointerIcon

Namespace
Android.View
Assembly
MASES.Netdroid.dll
public class PointerIcon : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
PointerIcon
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

PointerIcon()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PointerIcon()

PointerIcon(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public PointerIcon(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

TYPE_ALIAS

public static int TYPE_ALIAS { get; }

Property Value

int

TYPE_ALL_SCROLL

public static int TYPE_ALL_SCROLL { get; }

Property Value

int

TYPE_ARROW

public static int TYPE_ARROW { get; }

Property Value

int

TYPE_CELL

public static int TYPE_CELL { get; }

Property Value

int

TYPE_CONTEXT_MENU

public static int TYPE_CONTEXT_MENU { get; }

Property Value

int

TYPE_COPY

public static int TYPE_COPY { get; }

Property Value

int

TYPE_CROSSHAIR

public static int TYPE_CROSSHAIR { get; }

Property Value

int

TYPE_DEFAULT

[Obsolete]
public static int TYPE_DEFAULT { get; }

Property Value

int

TYPE_GRAB

public static int TYPE_GRAB { get; }

Property Value

int

TYPE_GRABBING

public static int TYPE_GRABBING { get; }

Property Value

int

TYPE_HAND

public static int TYPE_HAND { get; }

Property Value

int

TYPE_HANDWRITING

public static int TYPE_HANDWRITING { get; }

Property Value

int

TYPE_HELP

public static int TYPE_HELP { get; }

Property Value

int

TYPE_HORIZONTAL_DOUBLE_ARROW

public static int TYPE_HORIZONTAL_DOUBLE_ARROW { get; }

Property Value

int

TYPE_NO_DROP

public static int TYPE_NO_DROP { get; }

Property Value

int

TYPE_NULL

public static int TYPE_NULL { get; }

Property Value

int

TYPE_TEXT

public static int TYPE_TEXT { get; }

Property Value

int

TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW

public static int TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW { get; }

Property Value

int

TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW

public static int TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW { get; }

Property Value

int

TYPE_VERTICAL_DOUBLE_ARROW

public static int TYPE_VERTICAL_DOUBLE_ARROW { get; }

Property Value

int

TYPE_VERTICAL_TEXT

public static int TYPE_VERTICAL_TEXT { get; }

Property Value

int

TYPE_WAIT

public static int TYPE_WAIT { get; }

Property Value

int

TYPE_ZOOM_IN

public static int TYPE_ZOOM_IN { get; }

Property Value

int

TYPE_ZOOM_OUT

public static int TYPE_ZOOM_OUT { get; }

Property Value

int

Methods

Create(Bitmap, float, float)

public static PointerIcon Create(Bitmap arg0, float arg1, float arg2)

Parameters

arg0 Bitmap

Bitmap

arg1 float

float

arg2 float

float

Returns

PointerIcon

PointerIcon

DescribeContents()

public int DescribeContents()

Returns

int

int

GetSystemIcon(Context, int)

public static PointerIcon GetSystemIcon(Context arg0, int arg1)

Parameters

arg0 Context

Context

arg1 int

int

Returns

PointerIcon

PointerIcon

Load(Resources, int)

public static PointerIcon Load(Resources arg0, int arg1)

Parameters

arg0 Resources

Resources

arg1 int

int

Returns

PointerIcon

PointerIcon

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int