dxCls()

Parameters

None.

Description

This command will wipe the current drawing buffer clean of any graphics or dxText present and reset the drawing buffer back to the dxColor defined in the dxClsColor command

Example

;set dxClsColor to red
dxClsColor 255,0,0

;set current drawing buffer to the dxColor set by the dxClsColor command
dxCls

Index