Brightsign Object Reference Manual (FW 5.1) Manual de usuario Pagina 76

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 341
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 75
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.
Vista de pagina 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 340 341

Comentarios a estos manuales

Sin comentarios