Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsPath Class / AddLineSegment Method / AddLineSegment(Double,Double,Double,Double) Method


In This Topic
    AddLineSegment(Double,Double,Double,Double) Method
    In This Topic
    Adds a line segment to the path.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddLineSegment( _
       ByVal startX As System.Double, _
       ByVal startY As System.Double, _
       ByVal endX As System.Double, _
       ByVal endY As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim startX As System.Double
    Dim startY As System.Double
    Dim endX As System.Double
    Dim endY As System.Double
     
    instance.AddLineSegment(startX, startY, endX, endY)
    public void AddLineSegment( 
       System.double startX,
       System.double startY,
       System.double endX,
       System.double endY
    )

    Parameters

    startX
    startY
    endX
    endY
    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