Click or drag to resize

TouchParameters Class

This class represents touch parameters in a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptTouchParameters

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class TouchParameters

The TouchParameters type exposes the following members.

Constructors
  NameDescription
Public methodTouchParameters
Initializes a new instance of the TouchParameters class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAdcAverage
Gets the number of ADC averages required to produce a coordinate.
Public methodGetCoordinateAverage
Gets the number of coordinate averages required to produce a coordinate.
Public methodGetGain
Gets the gain.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOffsetX
Gets the x offset.
Public methodGetOffsetY
Gets the y offset.
Public methodGetPressureMultiple
Gets the pressure multiple.
Public methodGetPressureSingle
Gets the pressure single.
Public methodGetReserved
The parameter is not used.
Public methodGetScaleX
Gets the scale x.
Public methodGetScaleY
Gets the scale y.
Public methodGetSlopeDown
Gets the slope down.
Public methodGetSlopeLiftoff
Gets the slope liftoff.
Public methodGetSlopeMinimum
Gets the slope minimum.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsErrorCorrectionEnabled
Gets whether or not error correction is enabled.
Public methodSetAdcAverage
Sets the adc average.
Public methodSetCoordinateAverage
Sets the coordinate average.
Public methodSetErrorCorrectionEnabled
Sets if error correction is enabled.
Public methodSetGain
Sets the gain.
Public methodSetOffsetX
Sets the x offset.
Public methodSetOffsetY
Sets the y offset.
Public methodSetPressureMultiple
Sets the pressure multiple.
Public methodSetPressureSingle
Sets the pressure single.
Public methodSetReserved
The parameter is not used.
Public methodSetScaleX
Sets the x scale.
Public methodSetScaleY
Sets the y scale.
Public methodSetSlopeDown
Sets the slope down.
Public methodSetSlopeLiftoff
Sets the slope liftoff.
Public methodSetSlopeMinimum
Sets the slope minimum.
Public methodToString
Prints this object as a human readable string.
(Overrides ObjectToString.)
Top
See Also