IsInRegion Command

IsInRegion( <Point>, <Region> )

Returns true if the point is in given region and false otherwise.

IsInRegion((1,2), Polygon((0,0), (2,0), (1,3))) returns true.