TypeLib Xojo support Plugin

IRawBitmapReader.OpenFromString Method

Implementation of this function should import Image from a string in format determined by the implementor of the class.

OpenFromString(
   data as String) as RawBitmap

Parameters

data
The string data containing an image in correct format that matches what the implementation class can recongnise to import from.

Returns

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

Remarks

See Also

IRawBitmapReader Interface