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