Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / CopyToClipboardRaster Method / CopyToClipboardRaster(Single,Double) Method
The image scale
The factor applied to the line weight of the wire entities

In This Topic
    CopyToClipboardRaster(Single,Double) 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, _
       ByVal lineWeightFactor As Double _
    ) 
    public void CopyToClipboardRaster( 
       float drawScale,
       double lineWeightFactor
    )

    Parameters

    drawScale
    The image scale
    lineWeightFactor
    The factor applied to the line weight of the wire entities
    Remarks
    The copied image will be a 24-bit bitmap.
    See Also