RectangleList extension

Adds extension for lists of Rectangles.

on
  • PointerList<Rectangle>

Operators

operator [](int index) Rectangle
The object at the given index in the list.
operator []=(int index, Rectangle value) → void
Sets the value at the given index in the list to value.