RectangleF::Contains Method (Single, Single)
.NET Framework (current version)
Determines if the specified point is contained within this RectangleF structure.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- x
-
Type:
System::Single
The x-coordinate of the point to test.
- y
-
Type:
System::Single
The y-coordinate of the point to test.
Return Value
Type: System::BooleanThis method returns true if the point defined by x and y is contained within this RectangleF structure; otherwise false.
.NET Framework
Available since 1.1
Available since 1.1
Show: