Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NPoint Structure / Distance Method


In This Topic
    Distance Method (NPoint)
    In This Topic
    Measures the distance between this point and the specified point.
    Syntax
    'Declaration
     
    
    Public Function Distance( _
       ByVal point As NPoint _
    ) As System.Double
    'Usage
     
    
    Dim instance As NPoint
    Dim point As NPoint
    Dim value As System.Double
     
    value = instance.Distance(point)
    public System.double Distance( 
       NPoint point
    )

    Parameters

    point
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also