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