Make image with C# (Grid table) -


i have 100 buttons, want print them in paper or output image. don't work c# print , image @ all.

now need simple printable output.

note: have 2 dimensional array of int

private int[,] map = new int[10,10]; 

and cell contain "x" have value 1.

http://p30up.ir/images/1wddsvsm7i4z5idzr6r.gif

http://p30up.ir/images/vvz5nnbe79u81p2ap6rp.jpg


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -