Click or drag to resize

ImageUtilitiesSaveAsIcon Method (IEnumerableImage, Stream)

Saves a list of images to an icon stream.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static void SaveAsIcon(
	IEnumerable<Image> images,
	Stream stream
)

Parameters

images
Type: System.Collections.GenericIEnumerableImage
The list of images.
stream
Type: System.IOStream
The target icon stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionimages is null or stream is null.
See Also