I was using a tool called simba which had libraries for pascal, the functions I was using are called and used like this:
bitmapfromscreen(x, y, x', y') : integer
findbitmapin(bmp, x, y, x', y') : boolean
I began learning c# but I couldn’t find find similar functions for visual C# (there is this function getpixel but i couldn’t produce anything that works) I looked at a number of examples that employ similar processes but they were rather complex programs which i couldn’t sort out. If there is a way to do these jobs, could you tell, show, or give links to?
Have you tried this method for copying from screen?
http://msdn.microsoft.com/en-us/library/system.drawing.graphics.copyfromscreen.aspx