IconResourceDecoder
Decodes an icon from a .RES formatted byte array.
Implements:
Public:
Methods:
Name | Description |
---|
Decode |
Decodes a byte array into a StdPicture that represents an icon.
|
GetDecodeType |
Returns the type of resource this decoder supports.
|
GetResource |
Returns the next available resource in the decoder.
|
Remarks
This takes a byte array formatted like that in a .RES file and extracts the Icon picture.
See Also
Project CorLib Overview
Class IconResourceDecoder Overview
ResourceReader
WinResourceReader