I have the following problem. I want to make some graphics in the form of C # windows. I want to read a bitmap in my program and then write text on that bitmap. In the end, I want this snapshot to load into pictureBox. And that is my question. How can i do this?
an example of how it should work:
Bitmap a = new Bitmap(@"path\picture.bmp"); a.makeTransparent();
Is it possible to do this?
c # drawing
nirmus Jun 10 2018-11-11T00: 00Z
source share