Class MotionEvent.PointerCoords
public class MotionEvent.PointerCoords : JVMBridgeBase<MotionEvent.PointerCoords>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition- Inheritance
- 
      
      
      JVMBridgeBaseMotionEvent.PointerCoords
- Implements
- 
      
      IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
- 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    JVMBridgeBase<MotionEvent.PointerCoords>.SExecute<TReturn>(Type, IJavaType, string, params object[])JVMBridgeBase<MotionEvent.PointerCoords>.IsAssignableFrom(IJavaType)JVMBridgeBase<MotionEvent.PointerCoords>.IsAssignableFrom<T>()JVMBridgeBase<MotionEvent.PointerCoords>.Execute<T>(params T[])JVMBridgeBase<MotionEvent.PointerCoords>.DynBridgeClazzJVMBridgeBase<MotionEvent.PointerCoords>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
PointerCoords()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public PointerCoords()PointerCoords(PointerCoords)
public PointerCoords(MotionEvent.PointerCoords arg0)Parameters
PointerCoords(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 PointerCoords(params object[] args)Parameters
- argsobject[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }Property Value
IsBridgeStatic
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
GetAxisValue(int)
public float GetAxisValue(int arg0)Parameters
Returns
IsResampled()
public bool IsResampled()Returns
SetAxisValue(int, float)
public void SetAxisValue(int arg0, float arg1)