Eyeshot 9.0 WPF API Reference
CopyToClipboardRaster(Size,Double,Boolean) Method

WPF Assembly > devDept.Eyeshot Namespace > ViewportLayout Class > CopyToClipboardRaster Method : CopyToClipboardRaster(Size,Double,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
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 _
) 
public void CopyToClipboardRaster( 
   Size bitmapSize,
   double lineWeightFactor,
   bool drawBackground
)

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
Remarks
The copied image will be a 24-bit bitmap.
See Also

Reference

ViewportLayout Class
ViewportLayout Members
Overload List
CopyToClipboardRaster(Size) Method