WriteableBitmap failing badly, pixel array very inaccurate
- by dawmail333
I have tried, literally for hours, and I have not been able to budge this problem.
I have a UserControl, that is 800x369, and it contains, simply, a path that forms a worldmap.
I put this on a landscape page, then I render it into a WriteableBitmap.
I then run a conversion to turn the 1d Pixels array into a 2d array of integers.
Then, to check the…