Click or drag to resize
TransformMapUnitToUser Method
Maps points in the interval [0,1] to user coordinates.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double MapUnitToUser(
	double unit
)

Parameters

unit
Type: SystemDouble
A double which contains a location in unit coordinates to be converted to user coordinates.

Return Value

Type: Double

[Missing <returns> documentation for "M:Imsl.Chart2D.Transform.MapUnitToUser(System.Double)"]

See Also