Environment.GetThumbnail Method

Returns a thumbnail bitmap of the whole Environment control. The maximum size is 256x256.
Public Function GetThumbnail( _ 
ByVal thumbnailSize As Integer
) As Bitmap
This language is not supported or no code example is available.
public Bitmap GetThumbnail( 
int thumbnailSize 
)
This language is not supported or no code example is available.

Parameters

thumbnailSize
int

Desired size of the biggest dimension of the Environment control.

Return Value

Bitmap

The bitmap of the current Environment control.

Remarks
 
For internal use only.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition