rect abstract method

Rect rect(
  1. int row,
  2. int index
)

Where frame index of row sits in image.

Implementation

Rect rect(int row, int index);