Difference between revisions of "SaveScreenshot"

From SCAR Divi Manual
Jump to: navigation, search
(Created page with "==Definition== <source lang="scar" lines="false"> procedure SaveScreenshot(s: AnsiString); </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Saves a screensho...")
 
(No difference)

Latest revision as of 12:18, 2 July 2011

Definition

procedure SaveScreenshot(s: AnsiString);

Availability

SCAR Divi 3.00 > Current

Description

Saves a screenshot of the entire selected client window to a path specified by s.

Example

begin
  SaveScreenshot(ScreenPath + 'test.bmp');
end.

See Also