dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/System.Drawing.Win32 DrawingGraphics


From: Richard Baumann <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Drawing.Win32 DrawingGraphics.cs,1.3,1.4
Date: Sun, 06 Jul 2003 01:57:34 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Drawing.Win32
In directory subversions:/tmp/cvs-serv31915/System.Drawing.Win32

Modified Files:
        DrawingGraphics.cs 
Log Message:
Add stubs, and fix typos, to get svg# loading.


Index: DrawingGraphics.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing.Win32/DrawingGraphics.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** DrawingGraphics.cs  3 Jul 2003 20:47:28 -0000       1.3
--- DrawingGraphics.cs  6 Jul 2003 05:57:32 -0000       1.4
***************
*** 22,25 ****
--- 22,26 ----
  
  using System;
+ using System.Drawing;
  using System.Drawing.Drawing2D;
  
***************
*** 47,51 ****
  
        // Clear the entire drawing surface.
!       public override void Clear()
                        {
                                //graphics.Clear();
--- 48,52 ----
  
        // Clear the entire drawing surface.
!       public override void Clear(Color color)
                        {
                                //graphics.Clear();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]