Click or drag to resize
PieMapUserToDevice 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 override 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] in which the device coordinates are returned.
See Also