MapRouteLeg.BoundingBox プロパティ

定義

ルート レッグを含む境界ボックスを取得します。

public:
 property GeoboundingBox ^ BoundingBox { GeoboundingBox ^ get(); };
GeoboundingBox BoundingBox();
public GeoboundingBox BoundingBox { get; }
var geoboundingBox = mapRouteLeg.boundingBox;
Public ReadOnly Property BoundingBox As GeoboundingBox

プロパティ値

ルート レッグを含む境界ボックス。

注釈

この境界ボックスを MapControl に表示する場合は、GeoboundingBox を入力として受け入れる TrySetViewAsync メソッドのオーバーロードのいずれかを使用します。

適用対象

こちらもご覧ください