Get the world-coordinate based on the screen-coordinate passed in.
Syntax
'Declaration
Public Function GetWorldCoordinateByScreen( _
ByVal As Double, _
ByVal As Double _
) As Double()
'Usage
Dim instance As CADCamera
Dim screenX As Double
Dim screenY As Double
Dim value() As Double
value = instance.GetWorldCoordinateByScreen(screenX, screenY)
Parameters
- screenX
- screenY
See Also