IMSL C# Numerical Library

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

See Also

Pie Class | Imsl.Chart2D Namespace