GraphicsFormats Xojo plugin

IGraphicsExporter.SaveToStream Method (console safe)

Exports a picture to a IBinaryStreamWriter.

SaveToStream(
   image as Picture,
   stream as IBinaryStreamReader)

Parameters

image
The image to export.
stream
The stream to encode the Picture file to.

Remarks

See Also

IGraphicsExporter Interface