'DeclarationPublic Function ScreenToWorld( _ ByVal ScreenLocation As System.Drawing.PointF, _ ByVal Viewer As DicomViewer _ ) As System.Nullable(Of Point3D)
public System.Nullable<Point3D> ScreenToWorld( System.Drawing.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