MapControl.StartContinuousPan(Double, Double) Methode

Definition

Startet einen asynchronen Vorgang, um die Karte kontinuierlich von ihrer aktuellen Position zu verschieben.

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)

Parameter

horizontalPixelsPerSecond
Double

double

Die Pixel pro Sekunde, die horizontal verschoben werden sollen.

verticalPixelsPerSecond
Double

double

Die Pixel pro Sekunde, die vertikal verschoben werden sollen.

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Gilt für: