GraphicsFormats Xojo plugin

RawICOImporter.OpenFromFile Method

Opens a ICO Image from a file, reading the first bitmap in the ICO file.

OpenFromFile(
   f as FolderItem) as RawBitmap

Parameters

f
The FolderItem to open the image from.

Returns

RawBitmap
Returns the imported Picture as RawBitmap.

Remarks

See Also

RawICOImporter Class