Rectangle.Contains メソッド (Point)
指定した点が Rectangle 構造体に含まれているかどうかを判断します。
Overloads Public Function Contains( _
ByVal pt As Point _) As Boolean
[C#]
public bool Contains(Pointpt);
[C++]
public: bool Contains(Pointpt);
[JScript]
public function Contains(
pt : Point) : Boolean;
パラメータ
- pt
テスト対象の Point 。
戻り値
pt によって表される点がこの Rectangle 構造体に含まれている場合、このメソッドは true を返します。それ以外の場合は false を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
Rectangle 構造体 | Rectangle メンバ | System.Drawing 名前空間 | Rectangle.Contains オーバーロードの一覧