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

C# Syntax

public WebPanArgs( 
   long deltaX,
   long deltaY
)

Parameters

deltaX
The distance moved on the x-axis.
deltaY
The distance moved on the y-axis.