abeClearLayer
abeClearLayer(
o_abeLayer
)
=> t / nil
Description
Removes all the shapes on the ABE layer and frees the memory. This is useful for re-using ABE layers.
Arguments
Values Returned
|
The ABE layer is cleared of all shapes and the related memory is freed. |
|
Example
Creates and then clears the andLayer ABE layer.
andLayer = abeCreateLayer()
abeClearLayer( andLayer )
Related Topics
Return to top