C# Take ScreenShot of .net control within application and attach to Outlook Email [duplicate]
问题 This question already has answers here : C#: how to take a screenshot of a portion of screen (4 answers) Closed 4 months ago . Does anyone know how to take a screenshot using C# and limit it to take a picture of a specific container/portion of an application. I do not want the whole screen or whole window of the application. My Panel is simply called: panel1 User would click a "button" and take screenshot of panel1 and attach to email. I would like to take a screen shot of that section only