XOR DrawMode?

  • Thread starter Thread starter Michele Locati
  • Start date Start date
M

Michele Locati

Hi NG!

I've googled a lot, but unsuccessfully...
Does anybody know how to draw on a PictureBox with an XOR method (like
the old DrawMode=vbXorPen property of VB6)?

Thank you!

Ciao
Michele
 
Michele Locati said:
I've googled a lot, but unsuccessfully...
Does anybody know how to draw on a PictureBox with an XOR method (like
the old DrawMode=vbXorPen property of VB6)?

Unfortunately GDI+ doesn't have built-in support for XOR drawing.
 
Back
Top