MapControl.StartContinuousRotate(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts an asynchronous operation to rotate the map's camera continuously from its current position.
public:
virtual void StartContinuousRotate(double rateInDegreesPerSecond) = StartContinuousRotate;
void StartContinuousRotate(double const& rateInDegreesPerSecond);
public void StartContinuousRotate(double rateInDegreesPerSecond);
function startContinuousRotate(rateInDegreesPerSecond)
Public Sub StartContinuousRotate (rateInDegreesPerSecond As Double)
Parameters
- rateInDegreesPerSecond
-
Double
double
The degrees that the map's camera rotates per second in a horizontal clockwise direction.
Remarks
Heading values greater than 360 degrees are normalized to their equivalent 0-360 degree value.