GraphicsFormats REALbasic Plugin

PngImporter.OpenFromFile Method

Opens a PNG 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

PngImporter Class