IconUtilitiesLoadIconsFromFileUsingShell Method |
Loads all icons from a file.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IReadOnlyList<Bitmap> LoadIconsFromFileUsingShell(
string iconFilePath,
int? byIndexOrResourceId = null,
int size = 0
)
Parameters
- iconFilePath
- Type: SystemString
The file path. - byIndexOrResourceId (Optional)
- Type: SystemNullableInt32
An optional index or resource id parameter. - size (Optional)
- Type: SystemInt32
The required icon size.
Return Value
Type:
IReadOnlyListBitmap
A list of icons, loaded as bitmaps.
See Also