Region.pointIn

Finds out if a point is in a region.

class Region
int
pointIn
(
int x
,
int y
)

Parameters

x int

the x coordinate of a point

y int

the y coordinate of a point

Return Value

Type: int

TRUE if the point is in region.

Meta