Click or drag to resize

TouchParameters Constructor

Initializes a new instance of the TouchParameters class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public TouchParameters(
	byte adcAverage,
	byte coordinateAverage,
	short slopeDown,
	short slopeLiftoff,
	byte slopeMinimum,
	ushort pressureSingle,
	ushort pressureMultiple,
	byte gain,
	bool errorCorrectionEnabled,
	byte reserved,
	ushort scaleX,
	short offsetX,
	ushort scaleY,
	short offsetY
)

Parameters

adcAverage
Type: SystemByte
The number of ADC averages required to produce a coordinate.
coordinateAverage
Type: SystemByte
The number of coordinate averages required to produce a coordinate.
slopeDown
Type: SystemInt16
slope down
slopeLiftoff
Type: SystemInt16
slope liftoff
slopeMinimum
Type: SystemByte
slope minimum
pressureSingle
Type: SystemUInt16
pressure single
pressureMultiple
Type: SystemUInt16
pressure multiple
gain
Type: SystemByte
The gain.
errorCorrectionEnabled
Type: SystemBoolean
error correction enabled
reserved
Type: SystemByte
The parameter is not used.
scaleX
Type: SystemUInt16
scale x
offsetX
Type: SystemInt16
offset x
scaleY
Type: SystemUInt16
scale y
offsetY
Type: SystemInt16
offset y
See Also