/[dotgnu-pnet]/pnetlib/System.Drawing.Xsharp/DrawingToolkit.cs
ViewVC logotype

Diff of /pnetlib/System.Drawing.Xsharp/DrawingToolkit.cs

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

revision 1.31 by t3rmin4t0r, Mon May 31 15:29:02 2004 UTC revision 1.32 by drobosson, Sun Aug 7 10:33:10 2005 UTC
# Line 189  public sealed class DrawingToolkit : ITo Line 189  public sealed class DrawingToolkit : ITo
189                                  app.Display.DefaultScreenOfDisplay.Wakeup();                                  app.Display.DefaultScreenOfDisplay.Wakeup();
190                          }                          }
191    
192            [TODO]
193          // Get lighter or darker versions of a color.          // Get lighter or darker versions of a color.
194          private static int Light(int color)          private static int Light(int color)
195                          {                          {
                                 // TODO  
196                                  return -1;                                  return -1;
197                          }                          }
198    
199            [TODO]
200          private static int LightLight(int color)          private static int LightLight(int color)
201                          {                          {
                                 // TODO  
202                                  return -1;                                  return -1;
203                          }                          }
204    
205            [TODO]
206          private static int Dark(int color)          private static int Dark(int color)
207                          {                          {
                                 // TODO  
208                                  return -1;                                  return -1;
209                          }                          }
210    
211            [TODO]
212          private static int DarkDark(int color)          private static int DarkDark(int color)
213                          {                          {
                                 // TODO  
214                                  return -1;                                  return -1;
215                          }                          }
216    
# Line 733  public sealed class DrawingToolkit : ITo Line 736  public sealed class DrawingToolkit : ITo
736                                          (app.Display.DefaultScreenOfDisplay, image, frame);                                          (app.Display.DefaultScreenOfDisplay, image, frame);
737                          }                          }
738    
739            [TODO]
740          // Get the clipboard handler for this toolkit, or null if no clipboard.          // Get the clipboard handler for this toolkit, or null if no clipboard.
741          public IToolkitClipboard GetClipboard()          public IToolkitClipboard GetClipboard()
742                          {                          {
                                 // TODO  
743                                  return null;                                  return null;
744                          }                          }
745    

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

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