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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -