Difference between revisions of "HideDebugImgWindow"

From SCAR Divi Manual
Jump to: navigation, search
(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 14: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.

See Also