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

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override 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] in which the the user coordinates are returned.
See Also