IconExtractorSplitIcon(Byte) - метод

Split an Icon consists of multiple icons into an array of Icon each consist of single icons.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public static Icon[] SplitIcon(
	byte[] iconBytes
)

Параметры

iconBytes  Byte
Data of the icon to be split.

Возвращаемое значение

Icon
An array of System.Drawing.Icon each consist of single icons.

См. также