Viewport.GetThumbnail Method

Gets a bitmap of the user inteferace element.
Public Overridable Function GetThumbnail( _ 
ByVal viewport As Viewport, _ 
ByVal size As Size, _ 
ByVal backgroundColor As Color
) As Image
This language is not supported or no code example is available.
public virtual Image GetThumbnail( 
Viewport viewport
Size size
Color backgroundColor 
)
This language is not supported or no code example is available.

Parameters

viewport
Viewport

Unused

size
Size

The desired bitmap size

backgroundColor
Color

Unused

Return Value

Image

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition