PxDimension Structure

typedef struct { ... } PxDimension;

A single paper measurement: a magnitude together with its unit.

Instance Properties

NameSummary
unitsThe unit that value is expressed in.
valueThe magnitude, expressed in units.
Top