TypeLib Xojo support Plugin

IRawBitmapReaderV2.OpenFromFile Method

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

OpenFromFile(
   f as FolderItem) as RawBitmap

Parameters

f
The FolderItem to open the image from.

Returns

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

Remarks

See Also

IRawBitmapReaderV2 Interface