TypeLib Xojo support Plugin |
|
IRawBitmapWriter.SaveToFile Method
Implementation of this method should Exports a RawBitmap picture to a file in a format which the implementation determines.
SaveToFile(
image
as RawBitmap,
f
as FolderItem)
Parameters
- image
- The RawBitmap to export.
- f
- A FolderItem that defines the destination of the image.
Remarks
See Also
IRawBitmapWriter Interface