| GraphicsFormats Xojo plugin | |
TgaImporter.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
TgaImporter Class