nw::lyt::Size Structure

Syntax

struct Size
{
   ut::ResF32 width;
   ut::ResF32 height;
};

Description

The structure holding the width and height.

Member Variables

width Width.
height Height.

Member Functions

Constructors and Destructors
Size Constructor.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL