Rectangle.Inside Method
Tells whether a point is inside this rectangle (regarding border points as inside).
Inside(Point point)
Tells whether a point is inside this rectangle (regarding border points as inside).Syntax
public System.Boolean Inside (
Point point
)
Parameters
A given point.
Return Value
True if the point is inside or on the border of this rectangle; otherwise False.
Remarks
If you do not want to regard the border as being inside, call StrictlyInside instead.
Platforms
Windows, Linux, Android