Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLineSegmentF 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 NLineSegmentF
    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 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