Rectangle::Contains Method (Point)
.NET Framework (current version)
Determines if the specified point is contained within this Rectangle structure.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- pt
-
Type:
System.Drawing::Point
The Point to test.
Return Value
Type: System::BooleanThis method returns true if the point represented by pt is contained within this Rectangle structure; otherwise false.
The containing rectangle must be normalized for this method to return accurate results.
.NET Framework
Available since 1.1
Available since 1.1
Show: