GraphicsFormats Xojo plugin |
|
RawPngImporter.OpenFromStream Method
Opens a PNG Image from a IBinaryStreamWriter.

OpenFromStream(
stream
as IBinaryStreamReader)
as RawBitmap
Parameters
- stream
- The stream containing the PNG data to import from.
Returns
- RawBitmap
- Returns the imported Picture as RawBitmap.
Remarks
See Also
RawPngImporter Class