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.Xsharp DrawingGraphic


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

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

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.Xsharp/DrawingGraphics.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** DrawingGraphics.cs  13 Jun 2003 21:55:56 -0000      1.4
--- DrawingGraphics.cs  6 Jul 2003 05:57:32 -0000       1.5
***************
*** 53,58 ****
  
        // Clear the entire drawing surface.
!       public override void Clear()
                        {
                                graphics.Clear();
                        }
--- 53,59 ----
  
        // Clear the entire drawing surface.
!       public override void Clear(System.Drawing.Color color)
                        {
+                               // TODO
                                graphics.Clear();
                        }





reply via email to

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