Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Line Class / Line Constructor / Line Constructor(Segment2D)
The 2D segment

In This Topic
    Line Constructor(Segment2D)
    In This Topic
    2D segment constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal seg As Segment2D _
    )
    public Line( 
       Segment2D seg
    )

    Parameters

    seg
    The 2D segment
    See Also