Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment2D Class / Segment2D Constructor / Segment2D Constructor(Segment2D)

In This Topic
    Segment2D Constructor(Segment2D)
    In This Topic
    Empty constructor.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal another As Segment2D _
    )
    protected Segment2D( 
       Segment2D another
    )

    Parameters

    another
    See Also