RectIterator constructor

RectIterator(
  1. Rect _rect
)

Implementation

RectIterator(this._rect)
    : _x = _rect.x - 1,
      _y = _rect.y;