GraphicsFormats package for Buoy

RawBmpImporter.OpenFromFile Method

Opens a BMP Image from a file, returning it as RawBitmap.

OpenFromFile(
   f as FileSystemItem) as RawBitmap

Parameters

f
The FolderItem to open the image from.

Returns

RawBitmap
Returns the imported Picture as RawBitmap.

Remarks

This method can throw GraphicsFormatsException.

See Also

RawBmpImporter Class