Rorectangle – BrightSign Object Reference Manual (FW 5.1) User Manual

Page 85

Advertising
background image

77

roRectangle

This object is created with several parameters:

CreateObject("roRectangle", x As Integer, y As Integer, width As Integer, height As
Integer)

Interfaces: ifRectangle

The interface ifRectangle provides the following:

SetX(x As Integer) As Void

SetY(y As Integer) As Void

SetWidth(width As Integer) As Void

SetHeight(height As Integer) As Void

GetX() As Integer

GetY() As Integer

GetWidth() As Integer

GetHeight() As Integer


SetRectangle calls honor the view mode/aspect ratio conversion mode set up by the user. If the user has set the video
player for letterboxing, it will occur if the video does not fit exactly into the new rectangle.

Advertising