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

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

    Parameters

    p0
    Start point
    p1
    End point
    See Also