GraphicsFormats Xojo plugin

RawPngImporter.OpenFromFile Method (console safe)

Opens a PNG Image from a file.

OpenFromFile(
   f as FolderItem) as RawBitmap

Parameters

f
The FolderItem to open the image from.

Returns

RawBitmap
Returns the imported Picture as RawBitmap.

Remarks

See Also

RawPngImporter Class