Click or drag to resize

IconUtilitiesSaveAsIcon Method (IEnumerableBitmap, Stream)

Saves multiple bitmaps as a .ICO stream.

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,
	Stream stream
)

Parameters

bitmaps
Type: System.Collections.GenericIEnumerableBitmap
The list of bitmaps to write.
stream
Type: System.IOStream
The target stream.
See Also