viewportCell method

VtGridRefSnapshot viewportCell(
  1. int x,
  2. int y
)

Resolves the viewport cell at zero-based column x and row y.

Implementation

VtGridRefSnapshot viewportCell(int x, int y) =>
    gridRef(VtPoint.viewport(x, y));