Click or drag to resize
PolarMapDeviceToUser Method
Map the device coordinates to polar coordinates.

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

Parameters

devX
Type: SystemInt32
An int which specifies the device x-coordinate.
devY
Type: SystemInt32
An int which specifes the device y-coordinate.
userRT
Type: SystemDouble
A double[2] in which the user coordinates, (radius,theta), are returned.
See Also