MapControl.TryPanAsync(Double, Double) Methode

Definition

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

public:
 virtual IAsyncOperation<bool> ^ TryPanAsync(double horizontalPixels, double verticalPixels) = TryPanAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryPanAsync(double const& horizontalPixels, double const& verticalPixels);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryPanAsync(double horizontalPixels, double verticalPixels);
function tryPanAsync(horizontalPixels, verticalPixels)
Public Function TryPanAsync (horizontalPixels As Double, verticalPixels As Double) As IAsyncOperation(Of Boolean)

Parameter

horizontalPixels
Double

double

Die Pixel, die horizontal verschoben werden sollen.

verticalPixels
Double

double

Die Pixel, die vertikal verschoben werden sollen.

Gibt zurück

Enthält die Ergebnisse des Vorgangs: true , wenn der Vorgang erfolgreich abgeschlossen wurde; andernfalls false.

Attribute

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: