|
Synergy Color Management Component - SDK -
2018.0.80
|
Rectangle class. More...
Public Member Functions | |
| Rect (float x, float y, float width, float height) | |
| Constructor. More... | |
| ~Rect () | |
| Destructor. More... | |
| float | getX () const |
| Origin x coordinate. More... | |
| float | getY () const |
| Origin y coordinate. More... | |
| float | getWidth () const |
| Rectangle width. More... | |
| float | getHeight () const |
| Rectangle height. More... | |
Private Attributes | |
| float | _x |
| Origin x coordinate. More... | |
| float | _y |
| Origin y coordinate. More... | |
| float | _width |
| Rectangle width. More... | |
| float | _height |
| Rectangle height. More... | |
Rectangle class.
This rectangle class is use to define an image. The image origin (x,y) is assumed to be at the bottom left as is typical in graphical coordinate systems.
| SYNCOLOR::Rect::Rect | ( | float | x, |
| float | y, | ||
| float | width, | ||
| float | height | ||
| ) |
Constructor.
| x | Origin x coordinate. |
| y | Origin y coordinate. |
| width | Rectangle width. |
| height | Rectangle height. |
| SYNCOLOR::Rect::~Rect | ( | ) |
Destructor.
|
inline |
Origin x coordinate.
|
inline |
Origin y coordinate.
|
inline |
Rectangle width.
|
inline |
Rectangle height.
|
private |
Origin x coordinate.
|
private |
Origin y coordinate.
|
private |
Rectangle width.
|
private |
Rectangle height.