Click or drag to resize
AxisMapUserToDevice Method
Maps the user coordinates (userX, userY) to the device coordinates devXY.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public abstract void MapUserToDevice(
	double userX,
	double userY,
	int[] devXY
)

Parameters

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