Table of Contents

Class WebPanArgs

Arguments that define additional behavior for the Pan method.

Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class WebPanArgs : TimedGestureArgs

Constructors

WebPanArgs(long, long)

Initializes a new instance of the WebPinchArgs class with default arguments (pans at the center of the object in 0.5 seconds).

Declaration
public WebPanArgs(long deltaX, long deltaY)
Parameters
Type Name Description
long deltaX

The distance moved on the x-axis.

long deltaY

The distance moved on the y-axis.

Properties

DeltaX

The distance moved on the x-axis, relative to the start point.

Declaration
public long DeltaX { get; set; }
Property Value
Type Description
long

DeltaY

The distance moved on the y-axis, relative to the start point.

Declaration
public long DeltaY { get; set; }
Property Value
Type Description
long