You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Description
Pic.ScreenSave saves a portion of the screen into a file in a format specified by the file name.
The picture saved to the file is the portion of the screen defined by the rectangle (x1, y1) - (x2, y2).
The _fileName_parameter must give the format of the file:
BMP files "BMP:filename" or "filename.BMP"
##Details
Various versions of Turing can save different formats of files. Turing 4.1 for Windows can save BMP. Unfortunately, due to strictly enforced patents on the GIF compression algorithm, Turing will not implement saving of GIF pictures until the patents expire in June 2004.
##Details
If the Pic.ScreenSave fails, then Error.Last will return a non-zero value indicating the reason for the failure. Error.LastMsg will return a string which contains the textual version of the error.
##Example
The program draws a graphic and saves it as a PICT file called draw.