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

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

    Parameters

    another
    See Also