Click or drag to resize

SourceThumbnail Property

Gets the Bitmap instance that contains the image of the capture source.

Namespace:  DotNetBrowser.Capture
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public Bitmap Thumbnail { get; }

Property Value

Type: Bitmap
The Bitmap instance that contains the image of the capture source.
See Also