RectangleGeometry.Bounds プロパティ

定義

Rect の境界ボックスを指定する RectangleGeometry を取得します。 このメソッドでは、ペンは考慮されません。

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

プロパティ値

RectangleGeometry の境界ボックス。

注釈

アニメーションが存在する場合、オブジェクトの基本値を RectangleGeometry 使用して境界ボックスが計算されます。

適用対象