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