Click or drag to resize

PenParameters Class

This class represents pen parameters of a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptPenParameters

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

The PenParameters type exposes the following members.

Constructors
  NameDescription
Public methodPenParameters
Initializes a new instance of the PenParameters class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAdcAverage
Gets the adc average.
Public methodGetAutoPenThreshold
Gets the auto pen threshold.
Public methodGetAutoTouchThreshold
Gets the auto touch threshold.
Public methodGetCoordinateAverage
Gets the coordinate average.
Public methodGetDebouncePostDown
Gets the debounce post down.
Public methodGetDebouncePostUp
Gets the debounce post up.
Public methodGetDebouncePreDown
Gets the debounce pre down.
Public methodGetDebouncePreUp
Gets the debounce pre up.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInterruptRate
Gets the interrupt rate.
Public methodGetOffsetInterval
Gets the offset interval.
Public methodGetProximity
Gets the proximity.
Public methodGetReserved1
The parameter is not used.
Public methodGetReserved2
The parameter is not used.
Public methodGetReserved3
The parameter is not used.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsErrorCorrectionEnabled
Gets whether or not error correction is enabled.
Public methodIsOffsetCorrectionEnabled
Gets whether or not offset correction is enabled.
Public methodIsTipInverted
Gets whether or not the tip switch is inverted.
Public methodSetAdcAverage
Sets the adc average.
Public methodSetAutoPenThreshold
Sets the auto pen threshold.
Public methodSetAutoTouchThreshold
Sets the auto touch threshold.
Public methodSetCoordinateAverage
Sets the coordinate average.
Public methodSetDebouncePostDown
Sets the debounce post-down.
Public methodSetDebouncePostUp
Sets the debounce post-up.
Public methodSetDebouncePreDown
Sets the debounce pre-down.
Public methodSetDebouncePreUp
Sets the debounce pre-up.
Public methodSetErrorCorrectionEnabled
Sets whether or not error correction is enabled.
Public methodSetInterruptRate
Sets the interrupt rate.
Public methodSetOffsetCorrectionEnabled
Sets whether or not offset correction is enabled.
Public methodSetOffsetInterval
Sets the offset interval.
Public methodSetProximity
Sets the proximity.
Public methodSetReserved1
Sets reserved 1.
Public methodSetReserved2
Sets reserved 2.
Public methodSetReserved3
Sets reserved 3.
Public methodSetTipInverted
Sets whether or not the pen tip switch is inverted.
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
See Also