CoordinateRange Methods | 
The CoordinateRange type exposes the following members.
| 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.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| GetXMax | 
            Gets the maximum X coordinate.
              | |
| GetXMin | 
            Gets the minimum X coordinate.
              | |
| GetYMax | 
            Gets the maximum Y coordinate.
              | |
| GetYMin | 
            Gets the minimum Y coordinate.
              | |
| RangeCoordinate | 
            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.
              | |
| ToString | 
            Converts this object into a human readable string.
              (Overrides ObjectToString.) |