CalibrationState Class |
Namespace: ProScript
The CalibrationState type exposes the following members.
Name | Description | |
---|---|---|
CalibrationState |
Initializes a new instance of the CalibrationState class.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPoint |
If the device is calibrating this will contain the point at which the
device is presently waiting for the pen.
| |
GetPointName |
Gets a human readable name for the currently calibrating point
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsCalibrationMode |
Tells whether or not the device is in calibration mode.
| |
ToString |
Converts this object into a human readable string.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
PointCenter |
The calibration point is in the center of the screen.
| |
PointLowerLeft |
The calibration point is in the lower left of the screen.
| |
PointLowerRight |
The calibration point is in the lower right of the screen.
| |
PointUpperLeft |
The calibration point is in the upper left of the screen.
| |
PointUpperRight |
The calibration point is in the upper right of the screen.
|