DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / WorldToScreen(Point3D,DicomViewer) Method
The point on the output space
The Viewer being used to display the image



    WorldToScreen(Point3D,DicomViewer) Method
    Calculate where in real world (X,Y,Z) space, a given screen point lies
    Syntax
    'Declaration
     
    Public Function WorldToScreen( _
       ByVal WorldLocation As Point3D, _
       ByVal Viewer As DicomViewer _
    ) As PointF
     
    'Usage
     
    Dim instance As DicomImage
    Dim WorldLocation As Point3D
    Dim Viewer As DicomViewer
    Dim value As PointF
     
    value = instance.WorldToScreen(WorldLocation, Viewer)

    Parameters

    WorldLocation
    The point on the output space
    Viewer
    The Viewer being used to display the image

    Return Value

    POint in 3D space if appropriate, or null, if the necessary coordinate information is not available
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also