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

Public Member Functions

 pixel_rect (int32_t x_, int32_t y_, int32_t w_, int32_t h_)
 

Public Attributes

int32_t x
 
int32_t y
 
int32_t w
 
int32_t h
 

Detailed Description

Definition at line 15 of file pixel_rect.hpp.

Constructor & Destructor Documentation

◆ 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 {}

Member Data Documentation

◆ h

int32_t bnb::interfaces::pixel_rect::h

Definition at line 19 of file pixel_rect.hpp.

◆ w

int32_t bnb::interfaces::pixel_rect::w

Definition at line 18 of file pixel_rect.hpp.

◆ x

int32_t bnb::interfaces::pixel_rect::x

Definition at line 16 of file pixel_rect.hpp.

◆ y

int32_t bnb::interfaces::pixel_rect::y

Definition at line 17 of file pixel_rect.hpp.


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