Box.StrictlyInside Method
Checks whether the specified Point is inside the current Box.
Thread safety: This method is thread-safe.
StrictlyInside(Point point)
Checks whether the specified Point is inside the current Box.Syntax
public System.Boolean StrictlyInside (
Point point
)
Parameters
point
Type: Point
A point.
A point.
Return Value
Type: System.Boolean
True if point is inside the current box; otherwise, False.
True if point is inside the current box; otherwise, False.
Platforms
Windows, Linux, Android