Click or drag to resize

IconUtilitiesLoadIconsFromStream Method

Lods all the icons from an .ICO stream.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IReadOnlyList<Bitmap> LoadIconsFromStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream.

Return Value

Type: IReadOnlyListBitmap
A list of icons, loaded as bitmaps.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
See Also