Click or drag to resize

ImageUtilitiesSaveAsIcon Method (IEnumerableImage, String)

Saves a list of images to an icon file.

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,
	string filePath
)

Parameters

images
Type: System.Collections.GenericIEnumerableImage
The list of images.
filePath
Type: SystemString
The target icon file path.
Exceptions
ExceptionCondition
ArgumentNullExceptionimages is null or filePath is null.
See Also