|  | This document is archived and information here might be outdated. Recommended version. | 
Moves both the observer and the target so that the object picked as the starting point on screen assumes the ending-point position.
[Visual Basic .NET] Public Sub Pan ( _ ByVal startPoint As IPoint, _ ByVal endPoint As IPoint _ )
[C#] public void Pan ( IPoint startPoint, IPoint endPoint );
[C++]
HRESULT Pan(
  IPoint* startPoint,
  IPoint* endPoint
);
[C++] Parameters startPoint [in]
startPoint is a parameter of type IPoint* endPoint [in]
endPoint is a parameter of type IPoint*