Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment2D Class / Segment2D Constructor / Segment2D Constructor(Point2D,Point2D)
Start point
End point

In This Topic
    Segment2D Constructor(Point2D,Point2D)
    In This Topic
    Point2D constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal p0 As Point2D, _
       ByVal p1 As Point2D _
    )
    public Segment2D( 
       Point2D p0,
       Point2D p1
    )

    Parameters

    p0
    Start point
    p1
    End point
    See Also