GraphicsFormats Xojo plugin

IGraphicsExporter Interface

A Interface to offer generic approach to graphics exporters. The interface enables you to have a variable defined as IGraphicsExporter and it can have any Graphics Exporter class under the hood without your app knowing or caring which one.

interface IGraphicsExporter

Methods

SaveToFileExports a picture to a file.
SaveToStreamExports a picture to a IBinaryStreamWriter.
SaveToStringExports a picture to a String.

[Footnote]

Supported Platforms:

  • MacOS X Carbon
  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM