'Declaration Public Overridable Function ScreenToImage( _ ByVal ScreenLocation As PointF, _ ByVal Viewer As DicomViewer _ ) As Nullable(Of PointF)
'Usage Dim instance As DicomImage Dim ScreenLocation As PointF Dim Viewer As DicomViewer Dim value As Nullable(Of PointF) value = instance.ScreenToImage(ScreenLocation, Viewer)
public virtual Nullable<PointF> ScreenToImage( PointF ScreenLocation, DicomViewer Viewer )
public: virtual Nullable<PointF> ScreenToImage( PointF ScreenLocation, DicomViewer^ Viewer )
Parameters
- ScreenLocation
- The point on the output space
- Viewer
- The Viewer being used for display
Return Value
Point in 2D space if appropriate, or null, for 3D images