Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
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.
...