DicomObjects Reference
DicomObjects Reference / DicomProjection Object / ScreenToWorld Method
In This Topic
    ScreenToWorld Method
    In This Topic
    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