StopDrawing()

Syntax

StopDrawing()

Description

Once all the needed graphics operations have been done, this command must be called to allows other running applications to renders their own graphics. Tipically, a normal drawing sequence would look like :
  StartDrawing(WindowOutput()) 
    Box(10,10,20,20) 
    Line(30,50,100,100) 
    .... 
  StopDrawing() 

Supported OS

Windows, AmigaOS

2DDrawing - Index