Viewport.CopyToClipboardRaster (Single, Double, Boolean, Boolean) Method

Copies a raster image of the current viewport scene on the clipboard.
Public Sub CopyToClipboardRaster( _ 
ByVal drawScale As Single, _ 
ByVal lineWeightFactor As Double, _ 
ByVal drawBackground As Boolean, _ 
Optional ByVal hdwAcceleration As Boolean = true _ 
)
This language is not supported or no code example is available.
public void CopyToClipboardRaster( 
float drawScale
double lineWeightFactor
bool drawBackground
bool hdwAcceleration = true 
)
This language is not supported or no code example is available.

Parameters

drawScale
float

The image scale

lineWeightFactor
double

The factor applied to the line weight of the wire entities

drawBackground
bool

If true, the drawing of the background is skipped

hdwAcceleration
bool

If true, use the hardware acceleration (OpenGL)

Remarks
 
The copied image will be a 24-bit bitmap.

.NET Framework

Supported in: 4.8

In this article

Definition