![]() |
Multimedia API ReferenceNovember 16, 2016 | 24.2.1 Release |
Public Member Functions | |
NormalizedRect () | |
NormalizedRect (float l, float t, float r, float b) | |
bool | operator== (const NormalizedRect &other) const |
Data Fields | |
float | left |
float | top |
float | right |
float | bottom |
|
inline |
|
inline |
float Argus::NormalizedRect::bottom |
Definition at line 548 of file Types.h.
Referenced by operator==().
float Argus::NormalizedRect::left |
Definition at line 545 of file Types.h.
Referenced by operator==().
float Argus::NormalizedRect::right |
Definition at line 547 of file Types.h.
Referenced by operator==().
float Argus::NormalizedRect::top |
Definition at line 546 of file Types.h.
Referenced by operator==().