IMSL C# Numerical Library

AxisXY.MapDeviceToUser Method 

Maps the device coordinates to user coordinates.

public override void MapDeviceToUser(
   int devX,
   int devY,
   double[] userXY
);

Parameters

devX
An int which specifies the device x-coordinate.
devY
An int which specifies the device y-coordinate.
userXY
An int[2] array on input, on output, the user coordinates.

See Also

AxisXY Class | Imsl.Chart2D Namespace