GraphicsFormats Xojo plugin

RawTgaImporter.OpenFromStream Method

Opens a Tga Image from a stream that implements the IBinaryStreamReader interface.

OpenFromStream(
   stream as IBinaryStreamReader) as RawBitmap

Parameters

stream
the stream that contains the Tga file data.

Returns

RawBitmap
Returns the imported Picture as RawBitmap or nil if import failed.

Remarks

See Also

RawTgaImporter Class