| GraphicsFormats package for Buoy |
|
RawBmpExporter.SaveToFile Method
Saves a bitmap to a BMP file.

SaveToFile(
image
as RawBitmap,
f
as FileSystemItem)
Parameters
- image
- The bitmap to be saved into BMP file. This must be RGB or gray color space.
- f
- A FileSystemItem that defines the destination of the BMP file.
Remarks
This method can throw GraphicsFormatsException.
See Also
RawBmpExporter Class