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


In This Topic
    Distance Method (NPointF)
    In This Topic
    Measures the distance between this pofloat and the specified pofloat
    Syntax
    'Declaration
     
    
    Public Function Distance( _
       ByVal pofloat As NPointF _
    ) As System.Single
    'Usage
     
    
    Dim instance As NPointF
    Dim pofloat As NPointF
    Dim value As System.Single
     
    value = instance.Distance(pofloat)
    public System.float Distance( 
       NPointF pofloat
    )

    Parameters

    pofloat
    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