|
| pixel_rect (int32_t x_, int32_t y_, int32_t w_, int32_t h_) |
|
|
int32_t | x |
|
int32_t | y |
|
int32_t | w |
|
int32_t | h |
|
Definition at line 15 of file pixel_rect.hpp.
◆ pixel_rect()
bnb::interfaces::pixel_rect::pixel_rect |
( |
int32_t | x_, |
|
|
int32_t | y_, |
|
|
int32_t | w_, |
|
|
int32_t | h_ ) |
|
inline |
Definition at line 21 of file pixel_rect.hpp.
25 : x(std::move(x_))
26 , y(std::move(y_))
27 , w(std::move(w_))
28 , h(std::move(h_))
29 {}
int32_t bnb::interfaces::pixel_rect::h |
int32_t bnb::interfaces::pixel_rect::w |
int32_t bnb::interfaces::pixel_rect::x |
int32_t bnb::interfaces::pixel_rect::y |
The documentation for this struct was generated from the following file:
- /Users/itumashyk/Workspace/banuba_sdk/libs/types/bnb/types/interfaces/pixel_rect.hpp