Create a screen-capture tool in C#. In this course you will follow the development of a complete project from the ground up. You will end up with a utility that grabs images from screenand saves them to disk in multiple image formats. In this course you will develop programs that do all the following: Grab an image of the entire screenGrab an image of a selected windowGrab an image from a second or third monitorMark an area of the screen with the mouse and grab that areaAdd an image of the mouse pointer to grabbed imagesCalculate screen coordinates and offsetsSave images to disk in various image formatsCreate hotkeys to trigger the screen-capture from any applicationUse forms and picture boxes to display imagesUse Windows API functions to add extra features to C#Use file dialogs to save and load imagesCreate transparent and translucent windowsMake forms draggable using API functionsOverride the Windows Procedure to handle eventsThis is a project-based course that comes with all the source code ready-to-run. It provides a great way for C# programmers to move beyond the basics to explore the development of more complex C# applications.