次の方法で共有


GhostShapeCollection.AbsoluteBoundingBox プロパティ

定義

コレクション内のすべての GhostShape を囲む現在の外接する四角形を取得します。 四角形は、図の左上を基準にワールド単位で表示されます。

public:
 property Microsoft::VisualStudio::Modeling::Diagrams::RectangleD AbsoluteBoundingBox { Microsoft::VisualStudio::Modeling::Diagrams::RectangleD get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.RectangleD AbsoluteBoundingBox { get; }
member this.AbsoluteBoundingBox : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Public ReadOnly Property AbsoluteBoundingBox As RectangleD

プロパティ値

コレクション内のすべての GhostShape を囲む現在の外接する四角形。

注釈

座標系は、正に下方向と右方向に増加します。

適用対象