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/Toolkit IToolkitGraph


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

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

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


Index: IToolkitGraphics.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/IToolkitGraphics.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** IToolkitGraphics.cs 12 Jun 2003 02:55:48 -0000      1.3
--- IToolkitGraphics.cs 6 Jul 2003 05:57:31 -0000       1.4
***************
*** 23,26 ****
--- 23,27 ----
  {
  
+ using System.Drawing;
  using System.Drawing.Text;
  using System.Drawing.Drawing2D;
***************
*** 43,47 ****
  
        // Clear the entire drawing surface.
!       void Clear();
  
        // Draw a line between two points using the current pen.
--- 44,48 ----
  
        // Clear the entire drawing surface.
!       void Clear(Color color);
  
        // Draw a line between two points using the current pen.

Index: ToolkitGraphicsBase.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/ToolkitGraphicsBase.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ToolkitGraphicsBase.cs      12 Jun 2003 09:53:38 -0000      1.4
--- ToolkitGraphicsBase.cs      6 Jul 2003 05:57:31 -0000       1.5
***************
*** 23,26 ****
--- 23,27 ----
  {
  
+ using System.Drawing;
  using System.Drawing.Text;
  using System.Drawing.Drawing2D;
***************
*** 254,258 ****
  
        // Clear the entire drawing surface.
!       public abstract void Clear();
  
        // Draw a line between two points using the current pen.
--- 255,259 ----
  
        // Clear the entire drawing surface.
!       public abstract void Clear(Color color);
  
        // Draw a line between two points using the current pen.





reply via email to

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