Drawing inverted line on desktop (like DrawReversibleLine in VB2005)

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello newsgroup,

can anybody please tell me how to draw a line on the desktop that inverts all underlying pixels?
In VB2005 this is very easy, because "DrawReversibleLine" exists, but I haven't found a solution for VB6 yet.
If anybody has a suggestion for me, please tell me.

Thank you.
U. Kirrmeyer.
.



Relevant Pages

  • Re: DrawReversible
    ... You could draw to a GraphicsPath, flatten the path to create a set of points ... then do DrawReversibleLine calls for each line segment in the PathPonts ... Find great Windows Forms articles in Windows Forms Tips and Tricks ... the user draws an ellipse. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How hoes VS draw docking indicators on the screen?
    ... I am familiar with ControlPaint, but I don't see any methods for Reversible ... Drawing on the screen except DrawReversibleLine, ... How do they draw on the screen, then remove it similar to reversable ... Anyone know how Visual Studio draws on the screen like when showing ...
    (microsoft.public.dotnet.framework.drawing)