言語

Geometry.Bounds プロパティ

定義

Rectの軸揃え境界ボックスを指定するGeometryを取得します。

public:
 virtual property System::Windows::Rect Bounds { System::Windows::Rect get(); };
public virtual System.Windows.Rect Bounds { get; }
member this.Bounds : System.Windows.Rect
Public Overridable ReadOnly Property Bounds As Rect

プロパティ値

Geometryの軸揃え境界ボックス。

注釈

このプロパティでは、ストロークによって追加される可能性がある領域は考慮されません。

適用対象