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

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

[Dotgnu-pnet-commits] pnetlib/System.Drawing/Toolkit IToolkit.cs, 1.17,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Drawing/Toolkit IToolkit.cs, 1.17, 1.18 NullToolkit.cs, 1.8, 1.9
Date: Thu, 20 Nov 2003 02:11:48 +0000

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

Modified Files:
        IToolkit.cs NullToolkit.cs 
Log Message:


Implement texture brushes in "System.Drawing.Xsharp".


Index: NullToolkit.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/NullToolkit.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** NullToolkit.cs      2 Nov 2003 22:19:17 -0000       1.8
--- NullToolkit.cs      20 Nov 2003 02:11:46 -0000      1.9
***************
*** 111,116 ****
        // Create a texture brush.
        public virtual IToolkitBrush CreateTextureBrush
!                               (TextureBrush properties, RectangleF dstRect,
!                                ImageAttributes imageAttr)
                        {
                                return null;
--- 111,116 ----
        // Create a texture brush.
        public virtual IToolkitBrush CreateTextureBrush
!                               (TextureBrush properties, IToolkitImage image,
!                                RectangleF dstRect, ImageAttributes imageAttr)
                        {
                                return null;

Index: IToolkit.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/IToolkit.cs,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** IToolkit.cs 2 Nov 2003 22:19:17 -0000       1.17
--- IToolkit.cs 20 Nov 2003 02:11:46 -0000      1.18
***************
*** 77,82 ****
        // Create a texture brush.
        IToolkitBrush CreateTextureBrush
!                               (TextureBrush properties, RectangleF dstRect,
!                                ImageAttributes imageAttr);
  
        // Create a toolkit pen from the properties in the specified object.
--- 77,82 ----
        // Create a texture brush.
        IToolkitBrush CreateTextureBrush
!                               (TextureBrush properties, IToolkitImage image,
!                                RectangleF dstRect, ImageAttributes imageAttr);
  
        // Create a toolkit pen from the properties in the specified object.





reply via email to

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