CombinedGeometry.Bounds 属性

定义

获取一个 Rect,它指定此 CombinedGeometry 对象的边界框。 注意:此方法不考虑任何钢笔

public:
 virtual property System::Windows::Rect Bounds { System::Windows::Rect get(); };
public override System.Windows.Rect Bounds { get; }
member this.Bounds : System.Windows.Rect
Public Overrides ReadOnly Property Bounds As Rect

属性值

CombinedGeometry 的边界框。

注解

如果存在动画,则对象的基值 Geometry 用于计算边界框。

适用于