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

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

    Parameters

    another
    See Also