'Declaration Public Function ScreenToWorld( _ ByVal ScreenLocation As PointF, _ ByVal Viewer As DicomViewer _ ) As Nullable(Of Point3D)
'Usage Dim instance As DicomImage Dim ScreenLocation As PointF Dim Viewer As DicomViewer Dim value As Nullable(Of Point3D) value = instance.ScreenToWorld(ScreenLocation, Viewer)
public Nullable<Point3D> ScreenToWorld( PointF ScreenLocation, DicomViewer Viewer )
public: Nullable<Point3D> ScreenToWorld( PointF ScreenLocation, DicomViewer^ Viewer )
Parameters
- ScreenLocation
- The point on the output space
- Viewer
- The Viewer being used for display
Return Value
Point in 3D space if appropriate, or null, if the necessary coordinate
information is not available