Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / CopyToClipboardRaster Method / CopyToClipboardRaster(Size) Method
The size in which the viewport will be fitted.

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

    Parameters

    bitmapSize
    The size in which the viewport will be fitted.
    Remarks
    The copied image will be a 24-bit bitmap.
    See Also