Pan(Point,Point) Method
Perform a Pan gesture on the object with default PanArgs.

C# Syntax

void Pan( 
   Point start,
   Point end
)

Parameters

start
The System.Drawing.Point at which to start the pan gesture.
end
The System.Drawing.Point at which to end the pan gesture.