xor-drawing

XOR Drawing in C#

I am a trying to learn C# .Net. I had written small (hobby) Analog Clock application in VB sometime ago(edit: VB6, to be precise), and I thought I will rewrite in C#.NET, as part of my learning process. In the VB application, I drew the hands of the clock in XOR Drawmode, so that I have to move the second hand, I just had to redraw it ...

Java Graphics disable xor mode

Hello, I know that g.setXORMode(Color c) enables XOR mode drawing. But how to disable this mode after setXORMode call? ...