set-join in pen%
set-join
pen%
Sets the pen join style (X, Windows). See get-join for information about join styles.
get-join
A pen cannot be modified if it was obtained from a pen-list% or while it is selected into a drawing context.
pen-list%
(send a-pen set-join join-style) -> void join-style : symbol in '(round bevel miter)
(send a-pen set-join join-style)
send
a-pen
join-style
'(round bevel miter)