nw::lyt::Size Structure

Syntax

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

Description

The structure holding the width and height.

Member Variables

width ut::ResF32 Width.
height ut::ResF32 Height.

Member Functions

Constructors and Destructors
Size Constructor.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL