PaintValueEventArgs.Bounds プロパティ

定義

描画領域を示す四角形を取得します。

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

プロパティ値

描画領域を示す四角形。

適用対象