Click or drag to resize

FrequencyAmplitude Class

This class represents frequency and amplitude settings for a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptFrequencyAmplitude

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

The FrequencyAmplitude type exposes the following members.

Constructors
  NameDescription
Public methodFrequencyAmplitude
Initializes a new instance of the FrequencyAmplitude class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetFrequency
Gets the frequency.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPenAmplitude
Gets the pen amplitude.
Public methodGetTouchAmplitude
Gets the touch amplitude.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetFrequency
Sets the frequency.
Public methodSetPenAmplitude
Sets the pen amplitude.
Public methodSetTouchAmplitude
Sets the touch amplitude.
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
See Also