From VGInterface Wiki
Rect is the element that defines the size and location of the associated element.
- x - Integer
- y - Integer
- width - Integer
- height - Integer
Example Code
<VGUIWindow name="Group Invite" makeAsPopup="true">
<Rect x="300" y="200" width="300" height="183"/>