ArcGIS API for Silverlight - Library Reference
Navigate Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Automation.Peers Namespace > MapAutomationPeer Class : Navigate Method

deltaX
Horizontal offset in pixels.
deltaY
Vertical offset in pixels.
deltaResolution
Delta resolution for zoom.
deltaAngle
Rotation offset.
Changes the associated map's offset, resolution and rotation.

Syntax

Visual Basic (Declaration) 
Public Sub Navigate( _
   ByVal deltaX As Double, _
   ByVal deltaY As Double, _
   Optional ByVal deltaResolution As Double, _
   Optional ByVal deltaAngle As Double _
) 
C# 
public void Navigate( 
   double deltaX,
   double deltaY,
   double deltaResolution,
   double deltaAngle
)

Remarks

Use this method for automating pan and zoom operations to create custom navigation input and animations.

Parameters

deltaX
Horizontal offset in pixels.
deltaY
Vertical offset in pixels.
deltaResolution
Delta resolution for zoom.
deltaAngle
Rotation offset.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.