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