Here's one I've never been able to work out.
How do you draw an XOR-ed line using the Graphics object ?
Thanks as always.
Darwen.
Printable View
Here's one I've never been able to work out.
How do you draw an XOR-ed line using the Graphics object ?
Thanks as always.
Darwen.
As I know,there is no XOR drawing in GDI+:thumbd:
Maybe U can draw a line in pixel by pixel basis (and XOR it manually).
Best regards,
Krzemo.
Here's one that was prepared earlier: XOR Line Drawing
Thanks for that Norfy : I was trying to do this without resorting to interop but it looks like I'm left with no choice.
Darwen.