Determines if the specfied point is contained within this rectangle.
[Visual Basic] Overloads Public Function Contains( _ ByVal x As Integer, _ ByVal y As Integer _ ) As Boolean [C#] public bool Contains( int x, int y ); [C++] public: bool Contains( int x, int y ); [JScript] public function Contains( x : int, y : int ) : Boolean;
true if the point is contained within this rectangle.
Rectangle Structure | Rectangle Members | System.Drawing Namespace | Rectangle.Contains Overload List