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