DicomObjects Reference
DicomObjects Reference / DicomProjection Object / WorldToScreen Method
WorldToScreen Method
Description
Convert a world (X,Y,Z) point to a given screen location
Syntax
Visual Basic
Public Function WorldToScreen( _
   ByVal LocationX As Single, _
   ByVal LocationY As Single, _
   ByVal LocationZ As Single _
) As Variant
Parameters
LocationX
LocationY
LocationZ
See Also