DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / ImagePosition Method
Point as Point






    ImagePosition Method
    Returns the Image coordinates conversion of the user provided Point
    Syntax
    'Declaration
     
    
    Public Function ImagePosition( _
       ByVal Point As System.Drawing.Point _
    ) As System.Drawing.PointF
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim Point As System.Drawing.Point
    Dim value As System.Drawing.PointF
     
    value = instance.ImagePosition(Point)

    Parameters

    Point
    Point as 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: .NET CLR 4.8 or higher

    See Also