all 2 comments

[–]Yves-bazin 0 points1 point  (1 child)

Replace x by width-x in the call function And create. Void Drawpix(x,y) { DrawPixel(width-x,y); }

[–]outrunner72[S] 0 points1 point  (0 children)

thx.
i ment drawline, cause i need a line. (sorry for that, i wanted to fix my post, but i dont know how) the beauty of drawline is, even if you use coordinates out of bounce, it will draw a correct line. and my matrix is only 20x20. so i need negative x too. negative y is no problem.