from Png File
Creates a new ImageSurface and initializes the contents to the given PNG file.
Return
A Pair containing the following:
Surface - A new ImageSurface initialized with the contents of the PNG file, or null if an error occurred.
Status - Will be 0 on success, or a higher number if an error occurred.
Parameters
filePath
The path to the PNG file to load.
Parameters
filePath
The path to the PNG file to load.
Parameters
filePath
The path to the PNG file to load.