Hi guys!

What I ask is probably pretty simple but it's been a long time since I last used C# so bear with me.

Basically I'm creating a program to explore cellular automata and what I need to do is be able to render an array of 1's and 0's as pixels on a picturebox control.

All I need for you guys is to tell me how I could plot these pixel points on the control (so the control would act like a canvas of sorts).

Thanks for the information.