getHeight method

int getHeight()

Returns the height of the symbol image.

Implementation

int getHeight() {
  return _image.height;
}