|
|
Multimedia API ReferenceNovember 16, 2016 | 24.2.1 Release |
Public Member Functions | |
| Size () | |
| Size (uint32_t w, uint32_t h) | |
| Construct size from width and height. More... | |
| bool | operator== (const Size &a) const |
Data Fields | |
| uint32_t | width |
| uint32_t | height |
|
inline |
|
inline |
| uint32_t Argus::Size::height |
Definition at line 508 of file Types.h.
Referenced by operator==().
| uint32_t Argus::Size::width |
Definition at line 507 of file Types.h.
Referenced by operator==().