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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

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

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -