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