| GraphicsFormats Xojo plugin | |
TgaImporter.OpenFromString Method (console safe)
Opens a Tga Image from a String.
OpenFromString(
data as String) as Picture
Parameters
- data
- The string data containing a Jpeg image to import from.
Returns
- Picture
- Returns the imported Picture.
Remarks
See Also
TgaImporter Class