Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment2D Class / ExtendBy Method
Extension amount at segment start
Extension amount at segment end

In This Topic
    ExtendBy Method
    In This Topic
    Extends the segment of the amount provided.
    Syntax
    'Declaration
     
    Public Sub ExtendBy( _
       ByVal atStart As Double, _
       ByVal atEnd As Double _
    ) 
    public void ExtendBy( 
       double atStart,
       double atEnd
    )

    Parameters

    atStart
    Extension amount at segment start
    atEnd
    Extension amount at segment end
    See Also