指定の Rectangle 構造体に、この Region オブジェクト内に含まれている部分があるかどうかをテストします。
Overloads Public Function IsVisible( _
ByVal rect As Rectangle _) As Boolean
[C#]
public bool IsVisible(Rectanglerect);
[C++]
public: bool IsVisible(Rectanglerect);
[JScript]
public function IsVisible(
rect : Rectangle) : Boolean;
パラメータ
- rect
テスト対象の Rectangle 構造体。
戻り値
このメソッドは、 rect に、この Region オブジェクトに含まれている部分がある場合は true を返します。それ以外の場合は false を返します。
使用例
例については、 Region.IsVisible Method (RectangleF) を参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
参照
Region クラス | Region メンバ | System.Drawing 名前空間 | Region.IsVisible オーバーロードの一覧