I've got this piece of code that says that a certain method works when the width is larger than the height:



for (int i=0; i<=(width); i++)
{
int diagonalRow = height-1;
for (int...