Difference between revisions of "HideDebugImgWindow"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> procedure HideDebugImgWindow; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Hides the debug image window...") |
(No difference)
|
Latest revision as of 13:17, 1 July 2011
Definition
procedure HideDebugImgWindow;
Availability
SCAR Divi 3.00 > Current
Description
Hides the debug image window.
Example
begin DisplayDebugImgWindow(500, 500); Wait(500); HideDebugImgWindow; end.