Banuba SDK
|
Public Member Functions | |
bool | is_valid () const |
void | transpose () |
pixel_rect | intersect (const pixel_rect &rect) const |
bool | operator== (const pixel_rect &cmp) const noexcept |
bool | operator!= (const pixel_rect &cmp) const noexcept |
pixel_rect (int32_t _x, int32_t _y, int32_t _w, int32_t _h) | |
pixel_rect (int32_t _w, int32_t _h) | |
pixel_rect (const interfaces::pixel_rect &rect) | |
interfaces::pixel_rect | get_iface () const |
operator interfaces::pixel_rect () const | |
Public Attributes | |
int32_t | x = 0 |
int32_t | y = 0 |
int32_t | w = 0 |
int32_t | h = 0 |
Definition at line 14 of file pixel_rect.hpp.