IMSL C# Numerical Library
Axis.MapDeviceToUser Method
Maps the device coordinates to user coordinates.
public abstract
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
Axis Class
|
Imsl.Chart2D Namespace