Click here to Skip to main content
15,887,350 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

i want to take continuously screenshots from five different positions on my desktop very fast.
The CopyFromScreen mothod is unfortunately to slow.

I found:
Very fast screen capture using DirectX in C#[^]
but i dont know:
- how to take a screenshot with directX on my secondary screen.
- how to convert them into a Bitmap.
- how to only shreenshot a specific region.

Or is there a better solution then directX?

Hopefully someone can help me...

Thanks and Greetings
Posted
Updated 8-Nov-15 5:39am
v2
Comments
Patrice T 8-Nov-15 11:49am    
And Google have no answer for directX ?
dedo lore 8-Nov-15 18:25pm    
No. Thats why im posting here.
BillWoodruff 8-Nov-15 12:16pm    
There are other articles on screen capture here on CodeProject; why not search for them, and study them.

"The CopyFromScreen mothod is unfortunately to slow." It might help you get answers to your question if you explain how you determined this.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900