Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NLineSegment Structure / ExtendEnd Method
distance with which to move the end point.


In This Topic
    ExtendEnd Method
    In This Topic
    Moves the end point along the line with the specified distance. A positive distance is directed away from the line center.
    Syntax
    'Declaration
     
    
    Public Sub ExtendEnd( _
       ByVal distance As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NLineSegment
    Dim distance As System.Double
     
    instance.ExtendEnd(distance)
    public void ExtendEnd( 
       System.double distance
    )

    Parameters

    distance
    distance with which to move the end 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