DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / ImageToScreen Method
The image coordinates.
The viewer.



In This Topic
    ImageToScreen Method (DicomImage3D)
    In This Topic
    Converts image coordinates to screen coordinates.
    Syntax
    'Declaration
     
    
    Public Overrides Function ImageToScreen( _
       ByVal ImageCoordinates As SkiaSharp.SKPoint, _
       ByVal Viewer As DicomViewer _
    ) As Nullable(Of SKPoint)
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim ImageCoordinates As SkiaSharp.SKPoint
    Dim Viewer As DicomViewer
    Dim value As Nullable(Of SKPoint)
     
    value = instance.ImageToScreen(ImageCoordinates, Viewer)
    public override Nullable<SKPoint> ImageToScreen( 
       SkiaSharp.SKPoint ImageCoordinates,
       DicomViewer Viewer
    )
    public:
    Nullable<SKPoint> ImageToScreen( 
       SkiaSharp.SKPoint ImageCoordinates,
       DicomViewer^ Viewer
    ) override 

    Parameters

    ImageCoordinates
    The image coordinates.
    Viewer
    The viewer.

    Return Value

    Point in 2D image space if appropriate.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also