A simple polygon is a polygon that does not intersect itself and has no holes. Suppose we have a simple polygon
The area turns out to be remarkably easy to calculate. Count up the number of points with integer coordinate inside the polygon and on the boundary; call them
In the picture above,