GraphicsFormats Xojo plugin

RawTgaImporter.OpenFromString Method

Opens a Tga Image from a String that contains the Tga file.

OpenFromString(
   data as String) as RawBitmap

Parameters

data
The string data containing a Tga image to import from.

Returns

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

Remarks

See Also

RawTgaImporter Class