ImageService  (since version 2.0)
Type Service
Constants
integer BOTTOM = 2
The flag for the position bottom.
integer CENTER = 16
The flag for centered position.
integer IMAGE_TYPE_BMP = 8
The flag for images of type BMP.
integer IMAGE_TYPE_GIF = 2
The flag for images of type GIF.
integer IMAGE_TYPE_JPG = 1
The flag for images of type JPG.
Show all constants (9)
Description
The image service can be used to manipulate images.

Note:
Only one image can be loaded and manipulated with the ImageService.
You may need to call Unload for destroying the current image if working with an queue of images.
Last change 10/13/2009




Administration