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