Table of Contents

Class MotionEvent.PointerCoords

Namespace
Android.View
Assembly
MASES.Netdroid.dll
public class MotionEvent.PointerCoords : JVMBridgeBase<MotionEvent.PointerCoords>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
MotionEvent.PointerCoords
Implements
Extension Methods

Constructors

PointerCoords()

public PointerCoords()

PointerCoords(PointerCoords)

public PointerCoords(MotionEvent.PointerCoords arg0)

Parameters

arg0 MotionEvent.PointerCoords

MotionEvent.PointerCoords

PointerCoords(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PointerCoords(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

orientation

public float orientation { get; set; }

Property Value

float

pressure

public float pressure { get; set; }

Property Value

float

size

public float size { get; set; }

Property Value

float

toolMajor

public float toolMajor { get; set; }

Property Value

float

toolMinor

public float toolMinor { get; set; }

Property Value

float

touchMajor

public float touchMajor { get; set; }

Property Value

float

touchMinor

public float touchMinor { get; set; }

Property Value

float

x

public float x { get; set; }

Property Value

float

y

public float y { get; set; }

Property Value

float

Methods

Clear()

public void Clear()

CopyFrom(PointerCoords)

public void CopyFrom(MotionEvent.PointerCoords arg0)

Parameters

arg0 MotionEvent.PointerCoords

MotionEvent.PointerCoords

CreatePoolableInstance()

HPA initializer for PointerCoords()

public static MotionEvent.PointerCoords CreatePoolableInstance()

Returns

MotionEvent.PointerCoords

CreatePoolableInstance(PointerCoords)

HPA initializer for PointerCoords(Android.View.MotionEvent.PointerCoords arg0)

public static MotionEvent.PointerCoords CreatePoolableInstance(MotionEvent.PointerCoords arg0)

Parameters

arg0 MotionEvent.PointerCoords

Returns

MotionEvent.PointerCoords

GetAxisValue(int)

public float GetAxisValue(int arg0)

Parameters

arg0 int

int

Returns

float

float

IsResampled()

public bool IsResampled()

Returns

bool

bool

SetAxisValue(int, float)

public void SetAxisValue(int arg0, float arg1)

Parameters

arg0 int

int

arg1 float

float