Method Contains
Namespace TallComponents.Interaction
Class Rectangle
Tests whether the given coordinate is inside the rectangle.
Syntax
public Boolean Contains(Point point)
Returns
Boolean
true if the coordinate is inside the rectangle.
Parameters
Point
point
The coordinate.