言語

LineGeometry.Bounds プロパティ

定義

この LineGeometryの軸揃え境界ボックスを取得します。

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

プロパティ値

この LineGeometryの軸揃え境界ボックス。

注釈

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

適用対象