| GraphicsFormats Xojo Plugin for Console targets |
|
PngImporterConsole.OpenFromStream Method (console only)
Opens a PNG Image from a IBinaryStreamWriter.
OpenFromStream(
stream as IBinaryStreamReader) as Picture
Parameters
- stream
- The stream containing the PNG data to import from.
Returns
- Picture
- Returns the imported Picture.
Remarks
See Also
PngImporterConsole Class