TypeLib Xojo support Plugin

IRawBitmapWriter Interface

Interface which defines common interface to code against image file format writer.

interface IRawBitmapWriter

Methods

GetLastErrorCodeImplementation of this function should return the code for last error that occurred or zero if no error.
SaveToFileImplementation of this method should Exports a RawBitmap picture to a file in a format which the implementation determines.
SaveToStringImplementation of this method should Exports a RawBitmap picture to a string in a format which the implementation determines.

[Footnote]

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS