GraphicsFormats Xojo plugin

RawICOExporter.SaveBitmapsToFile Method

Saves one or more bitmaps to a single ICO formatted file. The bitmaps must have been previously added with the AddBitmap method.

SaveBitmapsToFile(
   f as FolderItem)

Parameters

f
A FolderItem that defines the destination of the ICO file.

Remarks

See Also

RawICOExporter Class