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