Next: , Previous: , Up: BLOX.BImage   [Index]


1.22.4 BLOX.BImage class: instance creation

new: parent data: aString

Answer a new BImage widget laid inside the given parent widget, loading data from the given string (Base-64 encoded GIF, XPM, PPM are supported).

new: parent image: aFileStream

Answer a new BImage widget laid inside the given parent widget, loading data from the given file (GIF, XPM, PPM are supported).

new: parent size: aPoint

Answer a new BImage widget laid inside the given parent widget, showing by default a transparent image of aPoint size.