nn::util::Rect::Rect Constructor
Rect();
Rect(
f32 l,
f32 t,
f32 r,
f32 b
);
Rect(
const Rect & v
);
Rect ( )
|
This is the default constructor. |
Rect ( f32, f32, f32, f32 )
|
Constructor. |
Rect ( const Rect & )
|
Copy constructor. |
Rect()This is the default constructor.
Rect(f32, f32, f32, f32)Constructor.
Rect(const Rect &)Copy constructor.
CONFIDENTIAL