ESRI.ArcGIS.Mobile.Client
Pan Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace > WidgetMap Class : Pan Method

dx
dy

Syntax

Visual Basic (Declaration) 
Public Sub Pan( _
   ByVal dx As Integer, _
   ByVal dy As Integer _
) 
C# 
public void Pan( 
   int dx,
   int dy
)

Parameters

dx
dy

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also