BrightSign Object Reference Manual (FW 5.1) User Manual

Page 79

Advertising
background image

71

SetDefaultTransition(transition As Integer) As Boolean: Sets the transition to be used when the
next image is displayed. The following are available transitions:

o 0: No transition: immediate blit
o 1-4: Wipes from top, bottom, left, or right.
o 5-8: Explodes from centre, top left, top right, bottom left, or bottom right.
o 10-11: Uses vertical or horizontal venetian-blind effect.
o 12-13: Combs vertical or horizontal.
o 14: Fades out to background color, then back in.
o 15: Fades between current image and new image.
o 16-19: Slides from top, bottom, left or right.
o 20-23: Slides entire screen from top, bottom, left, or right.
o 24-25: Scales old image in, then the new one out again (this works as a pseudo rotation around a vertical or

horizontal axis).

o 26-29: Expands a new image onto the screen from right, left, bottom, or top.

SetRectangle(r As roRectangle) As Boolean: Changes the size and positioning of the image rectangle
using the passed roRectangle object.

SetTransform(transform As String) As Boolean: Applies one of eight transforms to the image. Calls to
this method only take effect when the next file is displayed. Note that the image rectangle itself does not change to
accommodate the new height and width ratio of a transformed image. This method can be called separately on
multiple roImagePlayer or roImageWidget instances.

o identity: No transformation (default behavior)
o rot90: 90 degree clockwise rotation
o rot180: 180 degree rotation
o rot270: 270 degree clockwise rotation
o mirror: Horizontal mirror transformation

Advertising