Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NLineSegment Structure / DistanceSquare Method
The target point.


In This Topic
    DistanceSquare Method
    In This Topic
    Gets the minimal distance (to the power of 2) from a point from the line segment to the given point. The point on the segment closest to the target point is used.
    Syntax
    'Declaration
     
    
    Public Function DistanceSquare( _
       ByVal point As NPoint _
    ) As System.Double
    'Usage
     
    
    Dim instance As NLineSegment
    Dim point As NPoint
    Dim value As System.Double
     
    value = instance.DistanceSquare(point)
    public System.double DistanceSquare( 
       NPoint point
    )

    Parameters

    point
    The target 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