TransformMapUserToUnit Method |
Maps user coordinates to the interval [0,1].
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax double MapUserToUnit(
double user
)
Function MapUserToUnit (
user As Double
) As Double
double MapUserToUnit(
double user
)
abstract MapUserToUnit :
user : float -> float
Parameters
- user
- Type: SystemDouble
A double which contains a location in user coordinates to be
converted to unit coordinates.
Return Value
Type:
Double[Missing <returns> documentation for "M:Imsl.Chart2D.Transform.MapUserToUnit(System.Double)"]
Remarks
The user coordinate interval is specified by the "Window" attribute
for the axis with which the transform is associated.
See Also