The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: For Loop to draw a Checkerboard in the GDIDrawer
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Greg BlairPosted Jan 7, 2016, 12:12 PM
why does a coding forum automatically change case when displaying a post?
Greg BlairPosted Jan 7, 2016, 12:10 PM
color = ((row + column) % 2) == 1 ? Color.Red: Color.Blue;
Greg BlairPosted Jan 7, 2016, 12:09 PM
To simplify the color selection logic.
Lance RosePosted Nov 11, 2011, 5:26 PM
Why does everyone assume people trying to learn will know which using (using GDIDrawer;) to add? I hope I don't sound overly critical, and I do appreciate people sharing their efforts. Very good article. I have a couple of kids (12 & 14) trying to learn programming and a lot of articles on the internet don't have the using included. Maybe it is a good exercise for them to look them up... :) Thanks again.