| GraphicsFormats REALbasic Plugin |
|
JpegImporter.OpenFromStream Method
Opens a Jpeg Image from a IBinaryStreamWriter.
OpenFromStream(
stream as IBinaryStreamReader) as Picture
Parameters
- stream
- The stream containing the Jpeg data to import from.
Returns
- Picture
- Returns the imported Picture.
Remarks
See Also
JpegImporter Class