sys::Obj fwt::Image
Image represents a graphical image.
native Void dispose()
Free any operating system resources used by this instance.
Source
new internalMake()
Internal make.
static Image make(File f)
Load an image from file.
native Size size()
Get the size of the image or 0,0 if not loaded yet.