TypeLib Xojo support Plugin |
|
IRawBitmapWriterV2.SaveToString Method
Implementation of this method should Exports a RawBitmap picture to a string in a format which the implementation determines.
Parameters
- image
- The RawBitmap to export.
Returns
- String
- Returns a string containing a encoded image in the format determined by the implementor class of this interface.
Remarks
See Also
IRawBitmapWriterV2 Interface