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