GraphicsFormats Xojo plugin |
|
RawPngExporter.SaveToFile Method
Exports a RawBitmap to a PNG file.

SaveToFile(
image
as RawBitmap,
f
as FolderItem)
Parameters
- image
- The RawBitmap to export.
- f
- A folder item that defines the destination of the image.
Remarks
See Also
RawPngExporter Class