Show / Hide Table of Contents

Class ToolManager.MoveEventArgs

Inheritance
System.Object
ToolManager.MoveEventArgs
Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public class MoveEventArgs : EventArgs

Constructors

MoveEventArgs(Boolean, MotionEvent, MotionEvent, Single, Single)

Declaration
public MoveEventArgs(bool handled, MotionEvent e1, MotionEvent e2, float x_dist, float y_dist)
Parameters
Type Name Description
System.Boolean handled
Android.Views.MotionEvent e1
Android.Views.MotionEvent e2
System.Single x_dist
System.Single y_dist

Properties

E1

Declaration
public MotionEvent E1 { get; }
Property Value
Type Description
Android.Views.MotionEvent

E2

Declaration
public MotionEvent E2 { get; }
Property Value
Type Description
Android.Views.MotionEvent

Handled

Declaration
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean

X_dist

Declaration
public float X_dist { get; }
Property Value
Type Description
System.Single

Y_dist

Declaration
public float Y_dist { get; }
Property Value
Type Description
System.Single
In This Article
Back to top Generated by DocFX