Environment.CopyToClipboardRaster (Size) Method

Copies a raster image of the current viewport scene on the clipboard.
Public Sub CopyToClipboardRaster( _ 
ByVal bitmapSize As Size
)
This language is not supported or no code example is available.
public void CopyToClipboardRaster( 
Size bitmapSize 
)
This language is not supported or no code example is available.

Parameters

bitmapSize
Size

The size in which the viewport will be fitted.

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition