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/Imaging Metafile.cs,1


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

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

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


Index: Metafile.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Imaging/Metafile.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Metafile.cs 9 Jun 2003 22:15:09 -0000       1.2
--- Metafile.cs 6 Jul 2003 05:57:31 -0000       1.3
***************
*** 211,215 ****
        // Get the Windows enhanced metafile pointer.
        [TODO]
!       public IntPtr Gethenhmetafile()
                        {
                                // TODO
--- 211,215 ----
        // Get the Windows enhanced metafile pointer.
        [TODO]
!       public IntPtr GetHenhmetafile()
                        {
                                // TODO

Index: ImageAttributes.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Imaging/ImageAttributes.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ImageAttributes.cs  7 Jun 2003 22:40:58 -0000       1.1
--- ImageAttributes.cs  6 Jul 2003 05:57:31 -0000       1.2
***************
*** 257,260 ****
--- 257,279 ----
                        }
  
+       [TODO]
+       public void SetColorMatrix(ColorMatrix newColorMatrix)
+                       {
+                               throw new 
NotImplementedException("SetColorMatrix");
+                       }
+ 
+       [TODO]
+       public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag 
flags)
+                       {
+                               throw new 
NotImplementedException("SetColorMatrix");
+                       }
+ 
+       [TODO]
+       public void SetColorMatrix(ColorMatrix newColorMatrix,
+                                  ColorMatrixFlag mode, ColorAdjustType type)
+                       {
+                               throw new 
NotImplementedException("SetColorMatrix");
+                       }
+ 
        // Set a gamma setting.
        public void SetGamma(float gamma)





reply via email to

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