Can C# draw in XOR mode? The equivelent in C++ is CDC::SetROP2(R2_XORPEN).
Thanks,
Matt
Printable View
Can C# draw in XOR mode? The equivelent in C++ is CDC::SetROP2(R2_XORPEN).
Thanks,
Matt
I'll answer my own question. According to Petzold's C# book, GDI+ does not support XOR drawing. He goes on to say the ommision is certainly a flaw in GDI+.
Big bummer!