GraphicsFormats Xojo plugin

IGraphicsImporter.OpenFromFile Method (console safe)

Opens a Image from a file.

OpenFromFile(
   f as FolderItem) as Picture

Parameters

f
The FolderItem to open the image from.

Returns

Picture
Returns the imported Picture.

Remarks

See Also

IGraphicsImporter Interface