XOR painting

G

Guest

How can I do XOR painting in GDI+? If I let the user draw a rectangle with
the mouse I would like to use a xor-mode to paint the rectangle. Do I have to
do a complete repaint on every mouse move in GDI+?
 
G

Guest

How can I do XOR painting in GDI+? If I let the user draw a rectangle with
the mouse I would like to use a xor-mode to paint the rectangle.

ControlPaint.DrawReversibleFrame.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top