Pan(Int64,Int64) Method
Performs a pan gesture on this object.
Remarks
This method is not supported in Internet Explorer.

C# Syntax

void Pan( 
   long deltaX,
   long deltaY
)

Parameters

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