DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / ImageToScreen Method
The image coordinates
The Viewer being used for display






    ImageToScreen Method (DicomImage)
    Calculate where in screen (X,Y) space, a given image point lies
    Syntax
    'Declaration
     
    
    Public Overridable Function ImageToScreen( _
       ByVal ImageCoordinates As System.Drawing.PointF, _
       ByVal Viewer As DicomViewer _
    ) As System.Nullable(Of PointF)
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim ImageCoordinates As System.Drawing.PointF
    Dim Viewer As DicomViewer
    Dim value As System.Nullable(Of PointF)
     
    value = instance.ImageToScreen(ImageCoordinates, 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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also