Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / CopyToClipboardRaster Method / CopyToClipboardRaster(Single) Method
The image scale

In This Topic
    CopyToClipboardRaster(Single) Method
    In This Topic
    Copies a raster image of the current viewport scene on the clipboard.
    Syntax
    'Declaration
     
    Public Overloads Sub CopyToClipboardRaster( _
       ByVal drawScale As Single _
    ) 
    public void CopyToClipboardRaster( 
       float drawScale
    )

    Parameters

    drawScale
    The image scale
    Remarks
    The copied image will be a 24-bit bitmap.
    See Also