Auszug aus der
MSDN:
Zitat:
Although lbColor controls the foreground color of a hatch brush, the SetBkMode and SetBkColor functions control the background color.
Du solltest
SetBkMode(Canvas.Handle, TRANSPARENT) und/oder
SetBkColor(Canvas.Handle, clWhite) benutzen, um die Hintergrundfarbe deines Pinsels zu setzen.