Method | Description | |
---|---|---|
GetAllIcons ( ) : System.Drawing.Icon[] |
Extracts all the icons from the file. Always returns new copies of the Icons. They should be disposed by the user. |
|
GetIcon ( int index ) : |
Extracts an icon from the file. Always returns new copy of the Icon. It should be disposed by the user. |
|
IconExtractor ( string fileName ) : System |
Initializes a new instance of the IconExtractor class from the specified file name.
|
Method | Description | |
---|---|---|
GetDataFromResource ( |
||
GetFileName ( |
||
Initialize ( string fileName ) : void |
public GetAllIcons ( ) : System.Drawing.Icon[] | ||
return | System.Drawing.Icon[] |
public GetIcon ( int index ) : |
||
index | int | Zero based index of the icon to be extracted. |
return |
public IconExtractor ( string fileName ) : System | ||
fileName | string | The file to extract icons from. |
return | System |