Consider Diophantine equation:
$$(m-4)n=2m.$$
It can be rewritten as:
$$\frac{1}{n}+\frac{2}{m}=\frac{1}{2}.$$
If we search for positive solutions only, we have at least $4$ pairs:
$$(m,n)\in\{(5,10);(6,6);(8,4);(12;3)\}$$
They can be illustrated in the following way using regular polygons:
How are the equation and the polygon combinations related? Do we have any other positive solutions?

It's $$mn-2m-4n=0$$ or $$(m-4)(n-2)=8$$ and we get a finite number of cases:
$m-4=1$ and $n-2=8$, which gives $(m,n)=(5,10)$;
$m-4=2$ and $n-2=4$, which gives $(m,n)=(6,6)$;
$m-4=4$ and $n-2=2$, which gives $(m,n)=(8,4)$ and
$m-4=8$ and $n-2=1$, which gives $(m,n)=(12,3)$.
Easy to see that these all natural solutions.