Select Boxes or Inverse Color Pens
-
Does anyone know of a class for creating a standard click and drag select box? This seems like it should be readily available but I can't seem to find it. if not that, does anyone know how to draw with a pen or a brush that will show the inverse color of whatever is behind it? thanks JR
-
Does anyone know of a class for creating a standard click and drag select box? This seems like it should be readily available but I can't seem to find it. if not that, does anyone know how to draw with a pen or a brush that will show the inverse color of whatever is behind it? thanks JR
There are some methods in System.Windows.Forms.ControlPaint that look as though they might be useful (DrawReversibleFrame, DrawReversibleLine, FillReversibleRectangle), but I haven't tried them. Chris Jobson