Click to See Complete Forum and Search --> : SetROP2(R2_XORPEN) in C#


matt2001
April 23rd, 2002, 07:50 PM
Can C# draw in XOR mode? The equivelent in C++ is CDC::SetROP2(R2_XORPEN).

Thanks,
Matt

matt2001
April 24th, 2002, 04:18 PM
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!