Rectangle::Contains Method
.NET Framework (current version)
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Contains(Int32, Int32) | Determines if the specified point is contained within this Rectangle structure. |
![]() | Contains(Point) | Determines if the specified point is contained within this Rectangle structure. |
![]() | Contains(Rectangle) | Determines if the rectangular region represented by rect is entirely contained within this Rectangle structure. |
Show:
