Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGeometry2D Class / MergeColinearPoints Method


In This Topic
    MergeColinearPoints Method
    In This Topic
    Merges the colinear points of the given points list.
    Syntax
    'Declaration
     
    
    Public Shared Sub MergeColinearPoints( _
       ByVal points As NList(Of NPoint) _
    ) 
    'Usage
     
    
    Dim points As NList(Of NPoint)
     
    NGeometry2D.MergeColinearPoints(points)
    public static void MergeColinearPoints( 
       NList<NPoint> points
    )

    Parameters

    points
    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