StopDrawing()

Syntax

StopDrawing()
Description
Once all the needed graphics operations have been performed, this command must be called to allow other running applications to render their own graphics. Typically, a normal drawing sequence would look like :
  If StartDrawing(WindowOutput())
    Box(10,10,20,20)
    Line(30,50,100,100)
    ....
    StopDrawing() 
  EndIf

Supported OS

All

<- StartDrawing() - 2DDrawing Index - TextLength() ->