Capture screen in different ways, object wise, rectangle wise etc.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I want to capture screen in different ways. You can look at this reference software: http://www.techsmith.com/download/snagittrial.asp. I want to capture a screen, for example, if there is any web page and if I move mouse on that web page then program should be able to identify some parts as rectangles on web page and create a rectangular boundary over selected part.When the user clicks it will be captured automatically. For capturing simple screen I have written code in C#. my questions is that how to identify some rectangle area through program to capture.
yogesh