GraphicsFormats Xojo plugin

RawBMPExporter.SaveToFile Method

Saves a bitmap to a BMP file.

SaveToFile(
   image as RawBitmap,
   f as FolderItem)

Parameters

image
The bitmap to be saved into BMP file. This must be RGB or gray color space.
f
A FolderItem that defines the destination of the BMP file.

Remarks

See Also

RawBMPExporter Class