VE Standard Map Control SDK, version 2.0
MapControl.ContinuousPan Method
MapControl.ContinuousPan Method

Moves the map to a specific latitude and longitude at the specified rate.

MapControl.ContinuousPan(deltaX, deltaY, count);

Parameters

deltaX
The amount to move the map horizontally, in pixels.
deltaY
The amount to move the map vertically, in pixels.
count
The number of times the pan executes before stopping. If the count is not supplied, or has a value equal to or less than 0, the map will pan indefinitely until StopContinuousPan is called

Page view tracker