I have a program which was written by someone else that deals with extracting the pixel from an image using .Point, modifying it, then replacing it back using .PSet. However, I am not using Picturebox to contain the image but rather a UC that I made. My UC does not support either .Point nor .PSet (mainly because I have no idea how to write the code for this) so my question is there an alternative, perhaps APIs, approach to this so that I wind up with the same end results
↧