Defines a rectangle in pixel space.
More...
#include <Types.h>
List of all members.
Detailed Description
Defines a rectangle in pixel space.
Definition at line 478 of file Types.h.
Constructor & Destructor Documentation
Argus::Rectangle::Rectangle |
( |
| ) |
|
|
inline |
Argus::Rectangle::Rectangle |
( |
uint32_t |
_left, |
|
|
uint32_t |
_top, |
|
|
uint32_t |
_width, |
|
|
uint32_t |
_height |
|
) |
| |
|
inline |
Member Function Documentation
bool Argus::Rectangle::operator== |
( |
const Rectangle & |
other | ) |
const |
|
inline |
Member Data Documentation
uint32_t Argus::Rectangle::height |
uint32_t Argus::Rectangle::left |
uint32_t Argus::Rectangle::top |
uint32_t Argus::Rectangle::width |
The documentation for this struct was generated from the following file: