GhostShapeCollection.AbsoluteBoundingBox 属性

定义

获取集合中所有 GhostShapes 周围的当前边框。 矩形以相对于图表左上角的世界单位表示。

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

属性值

集合中所有 GhostShapes 周围的当前边框。

注解

坐标系正向向下和向右增加。

适用于