I am currently working on a program where i have a 12x12 grid of pictureboxes on the form. I have some of them filled red, some blue. For the program, i need to rotate the entire board 90 degrees clockwise and counterclockwise when i click buttons. Currently i do not have any code, just working on the pseudo code. The only idea i have is to use a matrix and a 3D array to store everything in, but haven't figured out how to get it to work or if it even will work. Any help is greatly appreciated!!
↧