IMSL C# Numerical Library

AxisXY.MapUserToDevice Method 

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

public override void MapUserToDevice(
   double userX,
   double userY,
   int[] devXY
);

Parameters

userX
A double which specifies the user x-coordinate.
userY
A double which specifies the user y-coordinate.
devXY
An int[2] array on input, on output, the device coordinates.

See Also

AxisXY Class | Imsl.Chart2D Namespace