Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / CopyToClipboardVector Method
If true captures the whole model, else the current viewport

In This Topic
    CopyToClipboardVector Method
    In This Topic
    Copies a vectorial image of the current scene of the active viewport on the clipboard.
    Syntax
    'Declaration
     
    Public Sub CopyToClipboardVector( _
       ByVal fit As Boolean _
    ) 
    public void CopyToClipboardVector( 
       bool fit
    )

    Parameters

    fit
    If true captures the whole model, else the current viewport
    See Also