|
Provides a rectangle with position, width and height, provided as a double value.
Public Member Functions | |
| AllocatedRect2D (double width=0.0, double height=0.0, double x=0.0, double y=0.0) | |
Public Attributes | |
| double | x |
| Origin of the object in the x axis. | |
| double | y |
| Origin of the object in the y axis. | |
| double | width |
| width of the object | |
| double | height |
| height of the object | |
| OMC::AllocatedRect2D::AllocatedRect2D | ( | double | width = 0.0, |
| double | height = 0.0, |
||
| double | x = 0.0, |
||
| double | y = 0.0 |
||
| ) |
Generic 2D Rect Object

