Drawing.Bounds プロパティ

定義

描画のコンテンツの軸平行境界を取得します。

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

プロパティ値

Rect

描画のコンテンツの軸平行境界。

適用対象