IsLocationInRegion

Parameters
whichRegion region
whichLocation location

The location with the coordinates of the cell to be checked.

comment

Checks whether a point is contained within a region.

note

Returns false if whichRegion or whichLocation is null.

note

See: IsPointInRegion

patch

1.00

Source
common.j (suggest an edit or discuss on Github)
return type
boolean
Source code
native IsLocationInRegion           takes region whichRegion, location whichLocation returns boolean