IMSL C# Numerical Library

Polar.MapDeviceToUser Method 

Map the device coordinates to polar coordinates.

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

Parameters

devX
An int which specifies the device x-coordinate.
devY
An int which specifes the device y-coordinate.
userRT
A double[2] in which the user coordinates, (radius,theta), are returned.

See Also

Polar Class | Imsl.Chart2D Namespace