Hi, I have success with this...
Bitmap bmpScreenCapture = new Bitmap(Screen.PrimaryScreen.Bounds.Width,Screen.PrimaryScreen.Bounds.Height);
using (graphics g = Graphics.FromImage (bmpScreenCapture))
{
g.CopyFromScreen(Screen.PrimaryScreen.Bounds.X,
Screen.PrimaryScreen.Bounds.Y,
0,0,
bmpScreenCapture.Size,
CopyPixelOperation.SourceCopy);
}
OutImage = bmpScreenCapture;
Output: OutImage
Data Type: Image
Value: Screenshot
you need code options external reference;
System.Data.dll
System.Xml.dll
System.Drawing.dll
System.Windows.Forms.dll
Namespace Imports
System
System.Drawing
System.Windows.Forms
System.Runtime.InteropService
Language C#
SAVE IMAGE
ImageToSave.Save (FilePath);
Inputs: ImageToSave
Data Type: Image
Value: Image to Save
Inputs:FilePath
Data Type: Text
Value: Path