CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Posts
    21

    SetROP2(R2_XORPEN) in C#

    Can C# draw in XOR mode? The equivelent in C++ is CDC::SetROP2(R2_XORPEN).

    Thanks,
    Matt



  2. #2
    Join Date
    Jan 2000
    Posts
    21

    Re: SetROP2(R2_XORPEN) in C#

    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!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured