nw::lyt::InflationLRTB Structure

Syntax

struct InflationLRTB
{
   ut::ResF32 l;
   ut::ResF32 r;
   ut::ResF32 t;
   ut::ResF32 b;
};

Description

The structure that holds the amount of inflation for each side of the pane.

Member Variables

l The amount of magnification for the left side.
r The amount of magnification for the right side.
t The amount of magnification for the top side.
b The amount of magnification for the bottom side.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL