Provides a rectangle with position, width and height, provided as a double value.
|
| AllocatedRect2D (double width=0.0, double height=0.0, double x=0.0, double y=0.0) |
|
bool | operator== (const AllocatedRect2D &rhs) const |
|
void | add (OMC::Point2d *pt) |
| Adds the point to the rect so that the rect will now encompass that point.
|
|
void | add (OMC::AllocatedRect2D *pt) |
| Adds the rect to the rect so that the rect will now encompass that rect.
|
|
void | expand (double x, double y) |
| Expands the rect by a hoeizontal and vertical direction.
|
|
void | expand (double left, double top, double right, double bottom) |
| Expands the rect by a hoeizontal and vertical direction.
|
|