loadIcoFromMemory

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

MemoryImage[]
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.

Meta