set-cap in pen%
set-cap
pen%
Sets the pen cap style (X, Windows). See get-cap for information about cap styles.
get-cap
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-cap cap-style) -> void cap-style : symbol in '(round projecting butt)
(send a-pen set-cap cap-style)
send
a-pen
cap-style
'(round projecting butt)