Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLineSegmentF 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 NLineSegmentF
    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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also