DicomObjects Reference
DicomObjects Reference / DicomViewer Object / Location3D Method
The screen X position
The screen Y position
In This Topic
    Location3D Method
    In This Topic
    Description
    Translate from screen coordinates to image coordinates
    Syntax
    Visual Basic
    Public Function Location3D( _
       ByVal x As Single, _
       ByVal y As Single _
    ) 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.
    See Also