Для изменения размера нажмите или перетащите

IconExtractorGetIcon - метод

Extract an icon from the loaded executable file or DLL.

Пространство имён:  Tessa.UI
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public Icon GetIcon(
	int iconIndex
)

Параметры

iconIndex
Тип: SystemInt32
The zero-based index of the icon to be extracted.

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

Тип: Icon
A System.Drawing.Icon object which may consists of multiple icons.
Заметки
Always returns new copy of the Icon. It should be disposed by the user.
См. также