XOR painting

  • Thread starter Thread starter Guest
  • Start date Start date
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+?
 
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.
 
Back
Top