Returns whether or not point is within the draw area bounds.
point
bool withinDrawArea(Point<num> point) => _layoutManager.withinDrawArea(point);