DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / DistanceFromPoint Method
The reference point
Frame within the image being used for calculation



In This Topic
    DistanceFromPoint Method
    In This Topic
    Perpendicular distance from a Point to the plane of this image
    Syntax
    'Declaration
     
    
    Public Overridable Function DistanceFromPoint( _
       ByVal Point As SkiaSharp.SKPoint3, _
       ByVal Frame As Integer _
    ) As Single
    'Usage
     
    
    Dim instance As DicomImage
    Dim Point As SkiaSharp.SKPoint3
    Dim Frame As Integer
    Dim value As Single
     
    value = instance.DistanceFromPoint(Point, Frame)
    public virtual float DistanceFromPoint( 
       SkiaSharp.SKPoint3 Point,
       int Frame
    )
    public:
    virtual float DistanceFromPoint( 
       SkiaSharp.SKPoint3 Point,
       int Frame
    ) 

    Parameters

    Point
    The reference point
    Frame
    Frame within the image being used for calculation

    Return Value

    Distance in mm
    Remarks
    The distance may be positive/negative
    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