nw::ut::Rect::Rect Constructor

Syntax

Rect();

Rect(
     f32 l,
     f32 t,
     f32 r,
     f32 b
);

Rect(
     const Rect & v
);

List of Overloaded Member Functions

Rect ( ) This is the default constructor.
Rect ( f32, f32, f32, f32 ) Constructor.
Rect ( const Rect & ) Copy constructor.

Description of Rect ( )

This is the default constructor.

Description of Rect ( f32, f32, f32, f32 )

Constructor.

Description of Rect ( const Rect & )

Copy constructor.


CONFIDENTIAL