TabletPropertyMetricUnit enumeration (msinkaut.h)

Indicates the unit of measurement of a property.

Syntax

typedef enum TabletPropertyMetricUnit {
  TPMU_Default = 0,
  TPMU_Inches,
  TPMU_Centimeters,
  TPMU_Degrees,
  TPMU_Radians,
  TPMU_Seconds,
  TPMU_Pounds,
  TPMU_Grams
} ;

Constants

 
TPMU_Default
Value: 0
The units are unknown.
TPMU_Inches
The property value is in inches (distance units).
TPMU_Centimeters
The property value is in centimeters (distance units).
TPMU_Degrees
The property value is in degrees (angle units).
TPMU_Radians
The property value is in radians (angle units).
TPMU_Seconds
The property value is in seconds (angle units).
TPMU_Pounds
The property value is in pounds (force, or mass, units).
TPMU_Grams
The property value is in grams (force, or mass, units).

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Header msinkaut.h

See also

GetPacketDescriptionPropertyMetrics Method [IInkStrokeDisp Interface]

GetPropertyMetrics Method [IInkTablet Interface]

IInkTablet Interface