While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?

Styling with Markdown is supported

Original Comment

Gravatar

Rafael Vasco

# Reply

Hi about the checker flickering i said in part 4 it's still present in this version. As i said to fix it, (haven't tested with border but it could work too), in this line (680): e.Graphics.TranslateTransform(this.AutoScrollPosition.X, this.AutoScrollPosition.Y); // transform tile drawing e.Graphics.FillRectangle(_texture, fillRectangle); // line 680 e.Graphics.ResetTransform(); //reset transform to identity

What happens without this two lines is that when scrolling , the image scrolls but the tile grid on back doesn't. It's not the expected behavior at least in my case. Anyway, thank u very much for this code, immensely helpful for me :)