Re: [Gambas-user] Re ctangle Problem

2011-08-06 Thread BenoƮt Minisini
> Hello. I seem to have reached difficult problem. > How do I draw a filled rectangle that woks in XOR mode. > i.e does not overwrite the pixels below, but inverts them > > Following code does not seem to work > > Paint.Begin(DrawingArea1) > Paint.Operator = Paint.OperatorXor > Pai

[Gambas-user] Re ctangle Problem

2011-08-05 Thread akiti
Hello. I seem to have reached difficult problem. How do I draw a filled rectangle that woks in XOR mode. i.e does not overwrite the pixels below, but inverts them Following code does not seem to work Paint.Begin(DrawingArea1) Paint.Operator = Paint.OperatorXor Paint.Brush = Paint