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

Diff of /pnetlib/System.Windows.Forms/ControlPaint.cs

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

revision 1.16 by t3rmin4t0r, Sat Jul 10 15:10:39 2004 UTC revision 1.17 by drobosson, Sat Aug 13 03:20:13 2005 UTC
# Line 484  public sealed class ControlPaint Line 484  public sealed class ControlPaint
484          public static void DrawSizeGrip          public static void DrawSizeGrip
485                                  (Graphics graphics, Color backColor, Rectangle rectangle)                                  (Graphics graphics, Color backColor, Rectangle rectangle)
486                          {                          {
487                                  DrawSizeGrip(graphics, backColor, rectangle.X, rectangle.Y,                                  ThemeManager.MainPainter.DrawSizeGrip(graphics, backColor, rectangle);
                                                          rectangle.Width, rectangle.Height);  
488                          }                          }
489          public static void DrawSizeGrip          public static void DrawSizeGrip
490                                  (Graphics graphics, Color backColor,                                  (Graphics graphics, Color backColor,
491                                   int x, int y, int width, int height)                                   int x, int y, int width, int height)
492                          {                          {
493                                  ThemeManager.MainPainter.DrawSizeGrip                                  ThemeManager.MainPainter.DrawSizeGrip
494                                          (graphics, backColor, x, y, width, height);                                          (graphics, backColor, new Rectangle(x, y, width, height));
495                          }                          }
496    
497          // Draw a disabled string.          // Draw a disabled string.

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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