Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / Viewport Constructor / Viewport Constructor(Viewport)
The viewport whose data is copied to this

In This Topic
    Viewport Constructor(Viewport)
    In This Topic
    Shallow-copy constructor.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal other As Viewport _
    )
    protected Viewport( 
       Viewport other
    )

    Parameters

    other
    The viewport whose data is copied to this
    See Also