Next: BLOX.BImage-widget protocol, Previous: BLOX.BImage-accessing, Up: BLOX.BImage [Index]
Blank the corresponding image
Set the image to be drawn to aString, which can be a GIF in Base-64 representation or an X pixelmap.
Recalculate the dithered image in the window where the image is displayed. The dithering algorithm used in displaying images propagates quantization errors from one pixel to its neighbors. If the image data is supplied in pieces, the dithered image may not be exactly correct. Normally the difference is not noticeable, but if it is a problem, this command can be used to fix it.
Fill a rectangle with the given origin and extent, using the given color.
Fill a rectangle between the given corners, using the given color.
Fill a rectangle having the given bounding box, using the given color.
Read a GIF or XPM image from aFileStream. The whole contents of the file are read, not only from the file position.
Specifies the height of the image, in pixels. This option is useful primarily in situations where you wish to build up the contents of the image piece by piece. A value of zero (the default) allows the image to expand or shrink vertically to fit the data stored in it.
Specifies the width of the image, in pixels. This option is useful primarily in situations where you wish to build up the contents of the image piece by piece. A value of zero (the default) allows the image to expand or shrink horizontally to fit the data stored in it.
Draw a line with the given origin and extent, using the given color.
This method’s functionality has not been implemented yet.
Draw an horizontal line between the given corners, using the given color.
Draw a vertical line between the given corners, using the given color.
Draw a line having the given bounding box, using the given color.
Next: BLOX.BImage-widget protocol, Previous: BLOX.BImage-accessing, Up: BLOX.BImage [Index]