A simple polygon is drawn on a grid of dots, with every corner sitting on a grid point. You can drag the four corners; they snap to grid points. Two kinds of grid points are highlighted: interior points strictly inside the polygon, and boundary points lying on its edges. Pick's theorem says the polygon's area equals the number of interior points, plus half the number of boundary points, minus one. The interior count I, the boundary count B, the Pick area I plus B over two minus one, and the directly computed area are all shown live and agree. An info button opens a drawer with the explanation.
interior point (I)boundary point (B)other grid point