TypeLib Xojo support Plugin

IRawBitmapReaderV2.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 recognize to import from.

Returns

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

Remarks

See Also

IRawBitmapReaderV2 Interface