MapControl.TrySetViewBoundsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
ビューで使用する余白。
- animation
- MapAnimationKind
ビューを変更するときに使用するアニメーション。 詳細については、「 MapAnimationKind」を参照してください。
戻り値
非同期操作が成功した場合は true。それ以外の場合は false。
- 属性
注釈
GeoboundingBox で指定された領域が MapControl を満たしていない場合、コントロールには GeoboundingBox の外側の周囲の領域も表示されます。