AutoLayoutRect()

Creates parameters for a rectangle for use with auto layout.

Source

AutoLayoutRect()
  : left = new al.Param(),
    right = new al.Param(),
    top = new al.Param(),
    bottom = new al.Param();