| GraphicsFormats Xojo Plugin for Console targets |
|
TgaImporterConsole.OpenFromStream Method (console safe)
Opens a Tga 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
TgaImporterConsole Class