Click or drag to resize

ShellThumbnailAsImage Constructor

Initializes a new instance of the ShellThumbnailAsImage class.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public ShellThumbnailAsImage(
	string location
)

Parameters

location
Type: SystemString
The image location.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocation is null.
See Also