Click or drag to resize

IconUtilitiesSaveAsIcon Method (IEnumerableBitmap, String)

Saves multiple bitmaps as a .ICO file.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void SaveAsIcon(
	IEnumerable<Bitmap> bitmaps,
	string filePath
)

Parameters

bitmaps
Type: System.Collections.GenericIEnumerableBitmap
The list of bitmaps to write.
filePath
Type: SystemString
The target file path.
See Also