getWidth method

int getWidth()

Returns the width of the symbol image.

Implementation

int getWidth() {
  return _image.width;
}