------------------------------------ BOUNDS -------------------------------------------------------------
| 34 | } |
| 35 | // ------------------------------------ BOUNDS ------------------------------------------------------------- |
| 36 | int RegionImpl::getBoundsLeft() const |
| 37 | { |
| 38 | return self->leftMost; |
| 39 | } |
| 40 | int RegionImpl::getBoundsTop() const |
| 41 | { |
| 42 | return self->topMost; |