CALL "P$SETPEN" USING style [width] [color] |
style | any numeric data item | Specifies the pen style. Possible values are: 0 -> solid 1 -> dash 2 -> dot 3 -> dashdot 4 -> dashdotdot 5 -> null |
width | any numeric data item | Optional. Width of the pen in logical units. |
color | PIC X(n) | Optional. Specifies the color name. Possible values are: "Black" "Dark Blue" "Dark Green" "Dark Cyan" "Dark Red" "Dark Magenta" "Brown" "Dark Gray" "Light Gray" "Blue" "Green" "Cyan" "Red" "Magenta" "Yellow" "White" |