Bitmapobjecta – CUE Design Director Script Language User Manual
Page 22
Reference Manual Design Director Script Language
www.cuesystem.com
Page 22 of 94
3.1.2.
BitmapObjectA
The object is basic that means there is no object it could inherit from.
Property
Type
Description
Bitmap
BitmapObject
Reference to a real picture object or to NoObject, if not filled.
BtmHOri
uint
The picture horizontal orientation. The values are defined
0..left, 1..middle, 2..right, 3..tile (i.e. it repeats) To insert a
different values isnot checked, what will appear is not
defined.
BtmVOri
uint
The picture vertical orientation. The values are defined 0..up,
1..middle, 2..down, 3..tile (i.e. it repeats) To insert a different
values isnot checked, what will appear is not defined.
Event
Parameters
Description
OnSetBitmap ParamByVal Prev BitmapObject
The event is called immediately when someone changes the
Bitmap object property. This event is dedicated i.e. to change
the object size upon the size change of the picture.