Loads an image from the specified file.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public static Image imageFromFile ( |
A string containing file path.
A java.awt.Image instance representing the loaded bitmap, or null if I/O error occurred.
See Also