Translate from screen coordinates to image coordinates
Syntax
Visual Basic
PublicFunction Location3D( _
ByValxAsSingle, _
ByValyAsSingle _
) As Variant
Parameters
x
The screen X position
y
The screen Y position
Remarks
This returns a 3 element array, containing the X,Y & Z coordinates in real world space corresponding to the screen location identified by the X & Y input parameters.