Class MotionEvent.PointerCoords
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
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
orientation
public float orientation { get; set; }
Property Value
pressure
public float pressure { get; set; }
Property Value
size
public float size { get; set; }
Property Value
toolMajor
public float toolMajor { get; set; }
Property Value
toolMinor
public float toolMinor { get; set; }
Property Value
touchMajor
public float touchMajor { get; set; }
Property Value
touchMinor
public float touchMinor { get; set; }
Property Value
x
public float x { get; set; }
Property Value
y
public float y { get; set; }
Property Value
Methods
Clear()
public void Clear()
CopyFrom(PointerCoords)
public void CopyFrom(MotionEvent.PointerCoords arg0)
Parameters
CreatePoolableInstance()
HPA initializer for PointerCoords()
public static MotionEvent.PointerCoords CreatePoolableInstance()
Returns
CreatePoolableInstance(PointerCoords)
HPA initializer for PointerCoords(Android.View.MotionEvent.PointerCoords arg0)
public static MotionEvent.PointerCoords CreatePoolableInstance(MotionEvent.PointerCoords arg0)
Parameters
arg0MotionEvent.PointerCoords
Returns
GetAxisValue(int)
public float GetAxisValue(int arg0)
Parameters
Returns
IsResampled()
public bool IsResampled()
Returns
SetAxisValue(int, float)
public void SetAxisValue(int arg0, float arg1)