pointInArea abstract method

bool pointInArea(
  1. Point point
)

A method which checks if a certain point is in the Area

Implementation

bool pointInArea(Point point);