EllipseGeometry.Bounds 屬性

定義

取得 Rect,這個項目表示這個 EllipseGeometry 的週框方塊。 這個方法並不會視為可能透過筆劃新增的額外區域。

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

屬性值

EllipseGeometry 的週框方塊。

適用於