contains abstract method

bool contains(
  1. CellOffset position
)

Returns true if the givenposition is within this range.

Implementation

bool contains(CellOffset position);