Xojo.Core.Rect.Contains
From Xojo Documentation
Method
Xojo.Core.Rect.Contains(P As Xojo.Core.Point) As Boolean
Supported for all project types and targets.
Supported for all project types and targets.
Determines if the point is contained within the rect.
Method
Xojo.Core.Rect.Contains(Other As Xojo.Core.Rect) As Boolean
Supported for all project types and targets.
Supported for all project types and targets.
Determines if the other rect is contained with the rect.