DestroyDrawing

Top  Previous  Next

 

DestroyDrawing (Method)

 

This method erases all the drawing objects and the undo/redo buffer

 

Syntax:

Function DestroyDrawing(fRedraw As Boolean) As Boolean

 

The DestroyDrawing method syntax consists of the following:

Parameter

Data Type

Description

fRedraw

Boolean

A Boolean expression that if is true then the drawing in the window is regenerated

 

Return value:

Boolean - True on success, false on error.

 

Example