<div dir="ltr"><div><div>Hi,<br><br>I want to draw gray scale bitmap using byte array which has pixel by pixel gray<br>scale value as byte like this;<br><br>[0 0 0 0 0 0 0 0<br> 16 23 255 78 12 12 12 12<br>...<br></div><div>
...] (8x4 for example)<br></div><div><br></div>I can draw this using Pen class pixel by pixel manner but this is very slow and <br>I think there should be faster way of creating a Form using above byte array.<br><br></div>
Anyone can help me? Thanks in advance.<br></div>