PathGeometry.Bounds プロパティ

定義

このRect オブジェクトの境界ボックスを指定するPathGeometryを取得します。 メモ: このメソッドでは、ペンは考慮されません。

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

プロパティ値

この PathGeometryの境界ボックス。

注釈

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

適用対象