CImage:XyToWcs
The XyToWcs method converts a pixel coordinate to a world coordinate system position. The result is returned as 2 numbers.
nWorldX, nWorldY = CImage:XyToWcs( x, y ) where |
x and y are pixel coordinates in pixel units and may be numbers or strings.
nWorldX and nWorldY are world coordinates and are numbers.