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

屬性值

Rect

這個 CombinedGeometry 的週框方塊。

備註

如果動畫存在,則會使用 物件的基底值 Geometry 來計算周框方塊。

適用於