drDeleteStipple
drDeleteStipple(
tx_display
t_stippleName
)
=> t / nil
Description
Deletes the definition of the specified stipple for the specified display device from virtual memory. The program does not check to see if any of the packet definitions use this stipple.
Arguments
Value Returned
|
The stipple does not exist for the specified display device. |
Examples
drDeleteStipple("psb" "dots")
=> t
Deletes the dots stipple for the psb display device from virtual memory.
drDeleteStipple(27832 "dots")
=> t
Deletes the dots stipple for the display device with the identifier 27832 from virtual memory.
Return to top