CombinedGeometry.Bounds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 來計算周框方塊。