Internal : Could not execute code stage because exception thrown by code stage: The operation completed successfully
Dim startPoint As New Point(StartX, StartY) Dim endPoint As New Point(EndX, EndY) Dim size As New Size(endPoint.X - startPoint.X, endPoint.Y- startPoint.Y) Dim capture As New Bitmap(size.Width, size.Height) Dim g As Graphics = Graphics.FromImage(capt...