nw::lyt::Size::Size Constructor

Syntax

Size();
Size(
     f32 aWidth,
     f32 aHeight
);
Size(
     const Size & other
);

List of Overloaded Member Functions

Size ( ) Constructor.
Size ( f32, f32 ) Constructor.
Size ( const Size & ) Constructor.

Description of Size ( )

Initializes the height and width to 0.

Description of Size ( f32, f32 )

Initializes to the specified height and width.

Description of Size ( const Size & )

Copies settings.


CONFIDENTIAL