I do not know why my nested for next loop is only going through one loop
问题 I am currently making a maze game on Visual Basic and I need to retrieve the colours for all of the pixels in the image. To do this I've made a nested for next loop - 1 for width and one for height, as the code iterates through both of the loops it will get the pixel colors of each pixel and place it inside a 2 dimensional array. The issue is it is only iterating through the length and not the width Here my code: Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim