| GraphicsFormats REALbasic Plugin |
|
PngExporter.SaveToStream Method
Exports a picture formatted as PNG 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 as PNG.
Remarks
See Also
PngExporter Class