How to draw bitmaps in code
So, I had a task to create a graph in code Not an easy task at you can see. It took me about 12 hours to get it done from scratch. My class takes the following parameters: 4 values – one for each color and bitmap size (width and height). Here are some code samples: …