loadIcoFromMemory

Loads a ico file off the given file or from the given memory block.

loadIcoFromMemory
(
const(ubyte)[] data
)

Return Value

Type: MemoryImage[]

Array of individual images found in the icon file. These are typically different size representations of the same icon.

Suggestion Box / Bug Report