Roimagebuffer – BrightSign Object Reference Manual (FW 5.1) User Manual
Page 76

68
roImageBuffer
This object allows you to access decoded image-file data.
Object Creation: An roImageBuffer object is instantiated with an roImagePlayer object and a string specifying the file path
of an image file.
CreateObject(“roImageBuffer”, image_player As Object, file_path As String)
Example:
imgPlayer = CreateObject("roImagePlayer")
imgBuffer = CreateObject("roImageBuffer", imgPlayer, "SD:/content/image.png")
Interfaces: ifImageBufferControl
The ifImageBufferControl interface provides the following:
•
DisplayBuffer(x As Integer, y As Integer) As Boolean: Displays the image on screen. The x and y
integers specify the coordinates of the top-left corner of the image.
This manual is related to the following products: