GraphicsFormats Xojo and Real Studio Plugin

PngImporter.OpenFromStream Method

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

PngImporter Class