言語

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 オブジェクトの基本値が使用されます。

適用対象