Show / Hide Table of Contents

Class SwipeDetector

Inheritance
System.Object
SwipeDetector
Namespace: pdftron.PDF.Tools.Utils
Assembly: PDFViewCtrlTools.dll
Syntax
public class SwipeDetector : Object

Constructors

SwipeDetector()

Declaration
public SwipeDetector()

SwipeDetector(IntPtr, JniHandleOwnership)

Declaration
protected SwipeDetector(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Properties

IsHorizontalSwipe

Declaration
public virtual bool IsHorizontalSwipe { get; }
Property Value
Type Description
System.Boolean

IsVerticalSwipe

Declaration
public virtual bool IsVerticalSwipe { get; }
Property Value
Type Description
System.Boolean

JniPeerMembers

Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type Description
Java.Interop.JniPeerMembers

ThresholdClass

Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type Description
System.IntPtr

ThresholdType

Declaration
protected override Type ThresholdType { get; }
Property Value
Type Description
System.Type

Methods

HandleOnDown(MotionEvent)

Declaration
public virtual void HandleOnDown(MotionEvent ev)
Parameters
Type Name Description
Android.Views.MotionEvent ev

HandleOnUp(MotionEvent)

Declaration
public virtual void HandleOnUp(MotionEvent ev)
Parameters
Type Name Description
Android.Views.MotionEvent ev
In This Article
Back to top Generated by DocFX