Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px

...

Code Block
rectangle = CreateObject("roRectangle", 0, 0, 1024, 768)
i = CreateObject("roImageWidget", rectangle)

ifImageControl 

DisplayFile(image_filename As String) As Boolean

...

Hides the image currently being displayed by the roImagePlayer widgetroImageWidget instance.

Show() As Boolean

Shows the image currently being displayed by the roImagePlayer widgetroImageWidget instance.

Multiscreen Images

This object includes overloaded PreloadFile() and DisplayFile() methods. These methods receive an roAssociativeArrayobject that stores various options to be passed. They must be used when displaying images across multiple screens in an array, or displaying a portion of an image—though they can also be used in place of the original method calls in all cases.

...