Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / CopyToClipboardRaster Method / CopyToClipboardRaster(Size,Double,Boolean,Boolean) Method
The size in which the viewport will be fitted.
The factor applied to the line weight of the wire entities
If true, the drawing of the background is skipped
If true, use the hardware acceleration (openGL only)

In This Topic
    CopyToClipboardRaster(Size,Double,Boolean,Boolean) 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, _
       ByVal lineWeightFactor As Double, _
       ByVal drawBackground As Boolean, _
       Optional ByVal hdwAcceleration As Boolean _
    ) 
    public void CopyToClipboardRaster( 
       Size bitmapSize,
       double lineWeightFactor,
       bool drawBackground,
       bool hdwAcceleration
    )

    Parameters

    bitmapSize
    The size in which the viewport will be fitted.
    lineWeightFactor
    The factor applied to the line weight of the wire entities
    drawBackground
    If true, the drawing of the background is skipped
    hdwAcceleration
    If true, use the hardware acceleration (openGL only)
    Remarks
    The copied image will be a 24-bit bitmap.
    See Also