Public Member Functions | |
| Region (Common::ReadStream *stream) | |
| Region (const Common::Rect &rect) | |
| Common::Rect | getBoundingBox () const |
| bool | pointInRegion (const Common::Point &point) const |
| void | moveTo (CoordType h, CoordType v) |
| void | moveTo (const Common::Point &point) |
| void | translate (CoordType h, CoordType v) |
| void | translate (const Common::Point &point) |
| void | getCenter (CoordType &h, CoordType &v) const |
| void | getCenter (Common::Point &point) const |