set-stipple in brush%
Sets or removes the stipple bitmap, where #f removes the
stipple. See
brush% for information about drawing with stipples.
A bitmap cannot be used as a stipple if it is selected into a
bitmap-dc% object; if the given bitmap is selected into a
bitmap-dc% object, an exn:application:mismatch exception is raised. A brush cannot be
modified if it was obtained from a brush-list% or while it
is selected into a drawing context.
( -> void
send a-brush set-stipple bitmap)
bitmap : bitmap% object or #f