BBjDrawPanel::clearDrawing
Description
In BBj 16.0 and higher, this method erases all drawn objects from the BBjDrawPanel and covers the window (except any visible controls or child windows) with the current background color or the specified background color.
Syntax
Return Value |
Method |
void |
clearDrawing() |
void |
clearDrawing(BBjColor color) |
Parameters
Variable |
Description |
color |
If specified, this is the new background color. |
Return Value
None.
Remarks
None.
Example
|
See Also
CLEARBG Mnemonic - Clear To Background Color (SYSGUI)
CLEAR Mnemonic - Clear Drawn SYSGUI Objects
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.