次の方法で共有


InvalidateEventArgs.InvalidRect プロパティ

無効化されたウィンドウ領域を含む Rectangle を取得します。

Public ReadOnly Property InvalidRect As Rectangle
[C#]
public Rectangle InvalidRect {get;}
[C++]
public: __property Rectangle get_InvalidRect();
[JScript]
public function get InvalidRect() : Rectangle;

プロパティ値

無効化されたウィンドウ領域。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

InvalidateEventArgs クラス | InvalidateEventArgs メンバ | System.Windows.Forms 名前空間 | Rectangle