RectangleF::Contains Method (RectangleF)
.NET Framework (current version)
Determines if the rectangular region represented by rect is entirely contained within this RectangleF structure.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- rect
-
Type:
System.Drawing::RectangleF
The RectangleF to test.
Return Value
Type: System::BooleanThis method returns true if the rectangular region represented by rect is entirely contained within the rectangular region represented by this RectangleF; otherwise false.
.NET Framework
Available since 1.1
Available since 1.1
Show: