I’m trying to (for educational purposes) create a image format, in order to display I’d like to be able to do something like SetPixel on some control to draw a pixel in the display area. How can I do this?
I’m trying to (for educational purposes) create a image format, in order to display
Share
The most appropriate class for you is Bitmap which you can draw stright on form via Graphics class. Here is example: