SRGraphComponent::Measurement_type

enum SRGraphComponent {
	PIXELS,
	MILLIMETERS,
	INCHES,
	PERCENT,
};

The measurement standard used in this rectangle

Defined in: SRGComp.h

Members

PIXELS

No conversion. Data is in pixels

MILLIMETERS

The floating point value is in millimeters.

INCHES

The floating point value is in inches.

PERCENT

The value is a percentage of the available client area (Not currently implemented. Do not use)