var instance = new GC.Spread.Sheets.Rect(x, y, w, h); var value; // Type: boolean value = instance.contains(x, y);
Parameters
- x
- The x-coordinate of the point to check.
- y
- The y-coordinate of the point to check.
Return Value
true
if (x, y) is contained by the rectangle; otherwise, false
.