Definition at line 16 of file full_image_format.hpp.
◆ full_image_format()
bnb::interfaces::full_image_format::full_image_format |
( |
int32_t | width_, |
|
|
int32_t | height_, |
|
|
rotation | orientation_ ) |
|
inline |
Definition at line 21 of file full_image_format.hpp.
24 : width(std::move(width_))
25 , height(std::move(height_))
26 , orientation(std::move(orientation_))
27 {}
◆ height
int32_t bnb::interfaces::full_image_format::height |
◆ orientation
rotation bnb::interfaces::full_image_format::orientation |
◆ width
int32_t bnb::interfaces::full_image_format::width |
The documentation for this struct was generated from the following file: