ShellThumbnailGetAsImage Method |
Gets as an image.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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