logo

abstract class

fwt::Image

sys::Obj
  fwt::Image

Image represents a graphical image.

Slots

dispose

native Void dispose()

Free any operating system resources used by this instance.

Source

make

static Image make(File f)

Load an image from file.

Source

size

native Size size()

Get the size of the image or 0,0 if not loaded yet.

Source