Click or drag to resize

CoordinateRange Class

This class represents the logical coordinate range of a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptCoordinateRange

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

The CoordinateRange type exposes the following members.

Constructors
  NameDescription
Public methodCoordinateRange
Initializes a new instance of the CoordinateRange 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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXMax
Gets the maximum X coordinate.
Public methodGetXMin
Gets the minimum X coordinate.
Public methodGetYMax
Gets the maximum Y coordinate.
Public methodGetYMin
Gets the minimum Y coordinate.
Public methodRangeCoordinate
This method corrects a raw coordinate's range to match the range specified by the device. The x and y of the coordinate will be between 0 and 1 after being corrected indicating the percentage of the range the coordinate is.
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
See Also