Click or drag to resize

CalibrationState Class

This class represents the current calibration state of the device.
Inheritance Hierarchy
SystemObject
  ProScriptCalibrationState

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

The CalibrationState type exposes the following members.

Constructors
  NameDescription
Public methodCalibrationState
Initializes a new instance of the CalibrationState class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPoint
If the device is calibrating this will contain the point at which the device is presently waiting for the pen.
Public methodStatic memberGetPointName
Gets a human readable name for the currently calibrating point
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCalibrationMode
Tells whether or not the device is in calibration mode.
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberPointCenter
The calibration point is in the center of the screen.
Public fieldStatic memberPointLowerLeft
The calibration point is in the lower left of the screen.
Public fieldStatic memberPointLowerRight
The calibration point is in the lower right of the screen.
Public fieldStatic memberPointUpperLeft
The calibration point is in the upper left of the screen.
Public fieldStatic memberPointUpperRight
The calibration point is in the upper right of the screen.
Top
See Also