共用方式為


MapControl.TrySetViewBoundsAsync 方法

定義

MapControl 中顯示的地圖檢視設定為具有指定邊界的指定 GeoboundingBox 內容。 檢視變更會使用指定的動畫。

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)

參數

bounds
GeoboundingBox

要顯示在檢視中的地理區域。

margin

IReference<Thickness>

Nullable<Thickness>

檢視中使用的邊界。

animation
MapAnimationKind

變更檢視時要使用的動畫。 如需詳細資訊,請參閱 MapAnimationKind

傳回

如果 非同步作業成功,則為 true;否則為 false

屬性

備註

如果 GeoboundingBox 指定的區域未填滿 MapControl,控制項也會在 GeoboundingBox外部顯示周圍區域。

適用於

另請參閱