IMSL C# Numerical Library

Pie.MapDeviceToUser Method 

Maps the device coordinates devXY to user coordinates (userX,userY).

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] in which the the user coordinates are returned.

See Also

Pie Class | Imsl.Chart2D Namespace