Table of Contents

Class WebPanArgs

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

Arguments that define additional behavior for the Pan method.

public class WebPanArgs : TimedGestureArgs
Inheritance
WebPanArgs
Inherited Members

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).

public WebPanArgs(long deltaX, long deltaY)

Parameters

deltaX long

The distance moved on the x-axis.

deltaY long

The distance moved on the y-axis.

Properties

DeltaX

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

public long DeltaX { get; set; }

Property Value

long

DeltaY

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

public long DeltaY { get; set; }

Property Value

long