MapControl.TrySetViewBoundsAsync Methode

Definition

Legt die Ansicht der im MapControl angezeigten Karte auf den Inhalt des angegebenen GeoboundingBox-Objekts mit dem angegebenen Rand fest. Die Ansichtsänderung verwendet die angegebene Animation.

public:
 virtual IAsyncOperation<bool> ^ TrySetViewBoundsAsync(GeoboundingBox ^ bounds, IReference<Thickness> ^ margin, MapAnimationKind animation) = TrySetViewBoundsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TrySetViewBoundsAsync(GeoboundingBox const& bounds, IReference<Thickness> const& margin, MapAnimationKind const& animation);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TrySetViewBoundsAsync(GeoboundingBox bounds, System.Nullable<Thickness> margin, MapAnimationKind animation);
function trySetViewBoundsAsync(bounds, margin, animation)
Public Function TrySetViewBoundsAsync (bounds As GeoboundingBox, margin As Nullable(Of Thickness), animation As MapAnimationKind) As IAsyncOperation(Of Boolean)

Parameter

bounds
GeoboundingBox

Der geografische Bereich, der in der Ansicht angezeigt werden soll.

margin

IReference<Thickness>

Nullable<Thickness>

Der in der Ansicht zu verwendende Rand.

animation
MapAnimationKind

Die Animation, die beim Ändern der Ansicht verwendet werden soll. Weitere Informationen finden Sie unter MapAnimationKind.

Gibt zurück

true , wenn der asynchrone Vorgang erfolgreich war; andernfalls false.

Attribute

Hinweise

Wenn der von GeoboundingBox angegebene Bereich das MapControl nicht füllt, zeigt das Steuerelement auch den umgebenden Bereich außerhalb der GeoboundingBox an.

Gilt für:

Weitere Informationen