Skip to content

Contains a collection of classes which make interacting with the Windows Interop library more simple

License

Notifications You must be signed in to change notification settings

GeorgeEBeresford/WindowsWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WindowsWrapper

Contains a collection of classes which make interacting with the Windows Interop library more simple.

Functionality

Video Displays

  • Allows an image or pixel to be retrieved from a screen (Single monitor)
  • Allows an image or pixel to be retrieved from a display (Every monitor)
  • Allows an image or pixel to be retrieved from an application

Cursor

  • Allows the positon of the cursor to be captured
  • Clicks on a specified position of the screen

File

  • Retrieves the default file that is associated with an extension

Credits

mittaltarsem for retrieving the bounds of every display side-by-side (https://www.codeproject.com/Articles/546006/Screen-Capture-on-Multiple-Monitors)
nobugz for retrieving an image from a screen (https://social.msdn.microsoft.com/Forums/en-US/474450b9-e260-4369-9efb-0d57a5b2e06d/copyfromscreen-no-alpha-window-captured)
Ohad Schneider for retrieving a file association using a file extension (https://stackoverflow.com/a/17773402)

About

Contains a collection of classes which make interacting with the Windows Interop library more simple

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages