drGetStipple
drGetStipple(tx_displaytx_stipple) =>l_stippleList/ nil
Description
Reads virtual memory and returns the display device name and the stipple name, width, height, and pattern.
Arguments
Value Returned
|
The display device name and the stipple name, width, height, and pattern. |
|
|
The stipple does not exist for the specified display device. |
Example
drGetStipple("psb" "dots")
drGetStipple("psb" 3)
drGetStipple(27832 "dots")
drGetStipple(27832 3)
Reads virtual memory and returns the stipple definition of dots for the psb display device.
Return to top