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


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

    Parameters

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