ShellThumbnailGetAsImage Method |
Gets as an image.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual ShellThumbnailAsImage GetAsImage(
int width,
int height
)
Parameters
- width
- Type: SystemInt32
The width. - height
- Type: SystemInt32
The height.
Return Value
Type:
ShellThumbnailAsImageAn instance of the ShellThumbnailAsImage class.
See Also