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.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
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.

См. также