DicomObjects.NET10 Documentation
DicomObjects Namespace / IDicomViewer Interface / ImagePosition Method



In This Topic
    ImagePosition Method
    In This Topic
    Returns the Image coordinates conversion of the user provided Point
    Syntax
    'Declaration
     
    
    Function ImagePosition( _
       ByVal point As SkiaSharp.SKPointI _
    ) As SkiaSharp.SKPointI
    'Usage
     
    
    Dim instance As IDicomViewer
    Dim point As SkiaSharp.SKPointI
    Dim value As SkiaSharp.SKPointI
     
    value = instance.ImagePosition(point)
    SkiaSharp.SKPointI ImagePosition( 
       SkiaSharp.SKPointI point
    )
    SkiaSharp.SKPointI ImagePosition( 
       SkiaSharp.SKPointI point
    ) 

    Parameters

    point

    Return Value

    PointF
    Remarks
    This method takes a Point (normally a mouse click on the DicomViewer) and returns it's Image Cell coordinate conversion in PointF format, if no image selected then it returns (0.0, 0.0).
    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