DisplayBGPic(id[, args])
id. If the dimensions of this picture differ from the current one,
the display size will be adjusted.
New in Hollywood 4.0: You can pass a table in the optional second argument to specify further options. Currently, the table can contain the following fields:
X:#KEEPPOSITION. Defaults to #CENTER.
Y:#KEEPPOSITION. Defaults to #CENTER.
DisplayBGPic(2)Displays background picture 2 and adjusts the window size if necessary.
DisplayBGPic(2, {X = #RIGHT, Y = #BOTTOM})
Displays background picture at the bottom-right of the current desktop.