MapControl.StartContinuousPan(Double, Double) Méthode

Définition

Démarre une opération asynchrone pour faire un panoramique continu de la carte à partir de sa position actuelle.

public:
 virtual void StartContinuousPan(double horizontalPixelsPerSecond, double verticalPixelsPerSecond) = StartContinuousPan;
void StartContinuousPan(double const& horizontalPixelsPerSecond, double const& verticalPixelsPerSecond);
public void StartContinuousPan(double horizontalPixelsPerSecond, double verticalPixelsPerSecond);
function startContinuousPan(horizontalPixelsPerSecond, verticalPixelsPerSecond)
Public Sub StartContinuousPan (horizontalPixelsPerSecond As Double, verticalPixelsPerSecond As Double)

Paramètres

horizontalPixelsPerSecond
Double

double

Pixels par seconde à déplacer horizontalement.

verticalPixelsPerSecond
Double

double

Pixels par seconde à déplacer verticalement.

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v4.0)

S’applique à