TSensorSize
Declaration
Delphi
TSensorSize = record MinX: Word; MinY: Word; MaxX: Word; MaxY: Word; HorizDPI: Word; VertDPI: Word; end;
C/C++
typedef struct{ short MinX; short MinY; short MaxX; short MaxY; short HorizDPI; short VertDPI;} SOPAD_TSensorSize;
Description
This type represents physical characteristics of the sensor installed in attached signature device.
Members
MinX and MinY
Minimum sensor coordinates by X and Y axis.
MaxX and MaxY
Maximum sensor coordinates by X and Y axis.
HorizDPI and VertDPI
Sensor resolution in horizontal and vertical directions.