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

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

[Dotgnu-pnet-commits] pnetlib/DotGNU.Images Image.cs,1.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/DotGNU.Images Image.cs,1.5,1.6
Date: Thu, 02 Oct 2003 04:00:40 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/DotGNU.Images
In directory subversions:/tmp/cvs-serv11737/DotGNU.Images

Modified Files:
        Image.cs 
Log Message:


Hook the new image code into "System.Drawing.Image" and "System.Drawing.Xsharp".


Index: Image.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/DotGNU.Images/Image.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Image.cs    28 Aug 2003 13:30:05 -0000      1.5
--- Image.cs    2 Oct 2003 04:00:37 -0000       1.6
***************
*** 365,368 ****
--- 365,375 ----
                        }
  
+       // Stretch this image to a new size.
+       public Image Stretch(int width, int height)
+                       {
+                               // TODO: change the size
+                               return (Image)(Clone());
+                       }
+ 
  }; // class Image
  





reply via email to

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