screenCell method

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

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

Implementation

VtGridRefSnapshot screenCell(int x, int y) => gridRef(VtPoint.screen(x, y));