| GraphicsFormats Xojo plugin | |
RawPngExporter.SaveToStream Method (console safe)
Exports a RawBitmap formatted as PNG to a IBinaryStreamWriter.
SaveToStream(
image as RawBitmap,
stream as IBinaryStreamReader)
Parameters
- image
- The RawBitmap to export.
- stream
- The stream to encode the Picture file to as PNG.
Remarks
See Also
RawPngExporter Class