/[dotgnu-pnet]/pnetlib/System.Windows.Forms/Themes/DefaultThemePainter.cs
ViewVC logotype

Diff of /pnetlib/System.Windows.Forms/Themes/DefaultThemePainter.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by t3rmin4t0r, Tue Dec 7 11:06:50 2004 UTC revision 1.33 by drobosson, Sat Apr 23 04:21:50 2005 UTC
# Line 2128  public class DefaultThemePainter : IThem Line 2128  public class DefaultThemePainter : IThem
2128                                  SolidBrush brush = new SolidBrush(ControlPaint.Light(color));                                  SolidBrush brush = new SolidBrush(ControlPaint.Light(color));
2129                                  layoutRectangle.Offset(1.0f, 1.0f);                                  layoutRectangle.Offset(1.0f, 1.0f);
2130                                  graphics.DrawString(s, font, brush, layoutRectangle, format);                                  graphics.DrawString(s, font, brush, layoutRectangle, format);
2131                                  brush.Color = ControlPaint.Dark(color);                                  brush.Color = ControlPaint.Dark(ControlPaint.Dark(ControlPaint.Dark(color)));
2132                                  layoutRectangle.Offset(-1.0f, -1.0f);                                  layoutRectangle.Offset(-1.0f, -1.0f);
2133                                  graphics.DrawString(s, font, brush, layoutRectangle, format);                                  graphics.DrawString(s, font, brush, layoutRectangle, format);
2134                                  brush.Dispose();                                  brush.Dispose();

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26