DirectX Partial Screen Capture
问题 I am trying to create a program that will capture a full screen directx application, look for a specific set of pixels on the screen and if it finds it then draw an image on the screen. I have been able to set up the application to capture the screen the directx libraries using the code the answer for this question Capture screen using DirectX In this example the code saves to the harddrive using the IWIC libraries. I would rather manipulate the pixels instead of saving it. After I have