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