IconExtractorGetIcon - метод
Extract an icon from the loaded executable file or DLL.
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public Icon GetIcon(
int iconIndex
)
Public Function GetIcon (
iconIndex As Integer
) As Icon
public:
Icon^ GetIcon(
int iconIndex
)
member GetIcon :
iconIndex : int -> Icon
- iconIndex Int32
- The zero-based index of the icon to be extracted.
IconA System.Drawing.Icon object which may consists of multiple icons.
Always returns new copy of the Icon. It should be disposed by the user.