Banuba SDK
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
bnb::interfaces::size Struct Referencefinal

Public Member Functions

 size (int32_t width_, int32_t height_)
 

Public Attributes

int32_t width
 
int32_t height
 

Detailed Description

Definition at line 15 of file size.hpp.

Constructor & Destructor Documentation

◆ size()

bnb::interfaces::size::size ( int32_t width_,
int32_t height_ )
inline

Definition at line 19 of file size.hpp.

21 : width(std::move(width_))
22 , height(std::move(height_))
23 {}

Member Data Documentation

◆ height

int32_t bnb::interfaces::size::height

Definition at line 17 of file size.hpp.

◆ width

int32_t bnb::interfaces::size::width

Definition at line 16 of file size.hpp.


The documentation for this struct was generated from the following file: