drSetPacket
drSetPacket(tx_displayt_packetName t_stippleNamet_lineStyleName t_fillColorNamet_outlineColorName[t_fillStyle] ) => t / nil
Description
Updates the value of the specified packet for the specified display device in virtual memory.
Arguments
Value Returned
Examples
drSetPacket("psb" "bluethin_L" "blank" "thin" "blue" "tan" "stipple")
=> t
Sets the values for the bluethin_L packet as blank stipple, thin line, blue fill and tan outline for the psb display device in virtual memory.
drSetPacket(27832 "bluethin_L" "blank" "thin" "blue" "tan" "stipple")
=> t
Sets the values for the bluethin_L packet as blank stipple, thin line, blue fill and tan outline for the display device with the identifier 27832 in virtual memory.
Return to top