CoordinateRangeRangeCoordinate Method |
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.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void RangeCoordinate(
AdjustedCoordinate c
)
Public Sub RangeCoordinate (
c As AdjustedCoordinate
)
public:
void RangeCoordinate(
AdjustedCoordinate^ c
)
member RangeCoordinate :
c : AdjustedCoordinate -> unit
Parameters
- c
- Type: ProScriptAdjustedCoordinate
The coordinate to adjust
See Also