Tagged Questions
The xor-drawing tag has no wiki summary.
2
votes
1answer
290 views
Java Graphics disable xor mode
I know that g.setXORMode(Color c) enables XOR mode drawing. But how to disable this mode after setXORMode call?
1
vote
2answers
333 views
How to draw a “not” colored text?
I'm looking for a way to draw text with inverted colors.
For shapes, we have TPenMode that can be set to pmNot, but we can't do this for text. How can I do this instead?
1
vote
2answers
3k views
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 ...