Click or drag to resize

ShellThumbnail Constructor (String)

Initializes a new instance of the ShellThumbnail class.

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

Parameters

imageLocation
Type: SystemString
The image path.
Exceptions
ExceptionCondition
ArgumentNullExceptionimageLocation is null.
See Also