IconShellThumbnail Constructor |
Initializes a new instance of the
IconShellThumbnail class.
The icon will be saved to a physical file path.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IconShellThumbnail(
Icon icon,
string cacheKey,
bool refreshCache
)
Parameters
- icon
- Type: System.DrawingIcon
The icon. - cacheKey
- Type: SystemString
The cache key. - refreshCache
- Type: SystemBoolean
if set to true the cache will be refreshed.
Exceptions See Also