Click or drag to resize
AxisMapDeviceToUser Method
Maps the device coordinates to user coordinates.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public abstract void MapDeviceToUser(
	int devX,
	int devY,
	double[] userXY
)

Parameters

devX
Type: SystemInt32
An int which specifies the device x-coordinate.
devY
Type: SystemInt32
An int which specifies the device y-coordinate.
userXY
Type: SystemDouble
An int[2] array on input, on output, the user coordinates.
See Also