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 DrawingPen.cs, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System.Drawing.Win32 DrawingPen.cs, 1.3, 1.4
Date: Mon, 04 Aug 2003 02:46:05 -0400

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

Modified Files:
        DrawingPen.cs 
Log Message:


Pass the brush properties for a pen down to the toolkit layer;
pen brush selection for Xsharp.


Index: DrawingPen.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing.Win32/DrawingPen.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** DrawingPen.cs       3 Jul 2003 20:47:28 -0000       1.3
--- DrawingPen.cs       4 Aug 2003 06:46:03 -0000       1.4
***************
*** 47,50 ****
--- 47,57 ----
                        }
  
+       // Select a brush-based pen into a graphics object.
+       public void Select(IToolkitGraphics graphics, IToolkitBrush brush)
+                       {
+                               // TODO: handle the brush properties
+                               Select(graphics);
+                       }
+ 
        // Dispose of this object.
        public void Dispose()





reply via email to

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