DicomObjects Reference
DicomObjects Reference / DicomProjection Object / ScreenToWorld Method
ScreenToWorld Method
Description
Calculate where in real world (X,Y,Z) space, a given screen point lies
Syntax
Visual Basic
Public Function ScreenToWorld( _
   ByVal LocationX As Single, _
   ByVal LocationY As Single _
) As Variant
Parameters
LocationX
LocationY
See Also