computeCellSize method

Size computeCellSize()

The size should be a multiple of the value returned by this method.

This is called once when the tool is activated.

This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @return {Size}

Implementation

_i3.Size computeCellSize() => _i4.callMethod(
      this,
      'computeCellSize',
      [],
    );