getBounds method

GRect? getBounds()

Gets the bounds of the texture.

Implementation

GRect? getBounds() {
  return sourceRect;
}