TAlfXYMetric Struct Reference

struct TAlfXYMetric

A pair of metrics used to represent a value in both X and Y directions, similar to a TAlfRealPoint .

Constructor & Destructor Documentation

TAlfXYMetric()

IMPORT_C TAlfXYMetric ( )

Constructor.

TAlfXYMetric(const TAlfMetric &)

IMPORT_C TAlfXYMetric ( const TAlfMetric & aMetric )

Constructor. Uses the same metric for both axes.

Parameters

const TAlfMetric & aMetric Metric for the X and Y axes.

TAlfXYMetric(const TAlfMetric &, const TAlfMetric &)

IMPORT_C TAlfXYMetric ( const TAlfMetric & aX,
const TAlfMetric & aY
)

Constructor.

Parameters

const TAlfMetric & aX metric for the X axis
const TAlfMetric & aY metric for the Y axis

Member Data Documentation

TAlfMetric iX

TAlfMetric iX

TAlfMetric iY

TAlfMetric iY