Environment.CopyToClipboardRaster (Single, Double) Method

Copies a raster image of the current viewport scene on the clipboard.
Public Sub CopyToClipboardRaster( _ 
ByVal drawScale As Single, _ 
ByVal lineWeightFactor As Double
)
This language is not supported or no code example is available.
public void CopyToClipboardRaster( 
float drawScale
double lineWeightFactor 
)
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

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition