Mika Parjanen
2005-03-30 13:49:03 UTC
How can I set background to red and draw thin black lines into Canvas?
When I do this:
Canvas.Brush.Style := bsFDiagonal;
Canvas.Brush.Color := clRed;
Canvas.FillRect(rectangle);
The colors are vice versa. But where the Fillrect takes the background
color?
Thanks!
-Mika
When I do this:
Canvas.Brush.Style := bsFDiagonal;
Canvas.Brush.Color := clRed;
Canvas.FillRect(rectangle);
The colors are vice versa. But where the Fillrect takes the background
color?
Thanks!
-Mika