Method Contains | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Contains(float, float)
Determines if the specified point is contained within the rectangular region defined by thisRect .
public bool Contains(float x, float y)
Parameters
x
float
y
float
Returns
Contains(PointF)
Determines if the specified point is contained within the rectangular region defined by thisRect .
public bool Contains(PointF pt)
Parameters
pt
PointF
Returns
Contains(RectangleF)
Determines if the rectangular region represented by rect
is entirely contained within the rectangular region represented by this Rect .
public bool Contains(RectangleF rect)
Parameters
rect
RectangleF