Quellcode durchsuchen

ChangeLog: Updated ChangeLog.
GraphicsPath.cs: Added stub for missing method CloseFigure().

svn path=/trunk/mcs/; revision=27215

Sanja Gupta vor 21 Jahren
Ursprung
Commit
02bc85cf44

+ 4 - 0
mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog

@@ -1,3 +1,7 @@
+2004-05-13  Sanjay Gupta <[email protected]>
+
+	* GraphicsPath: Added stub for missing method CloseFigure().
+
 2004-05-11  Ravindra  <[email protected]>
 
 	* AdjustableArrowCap.cs: Implemented.

+ 7 - 1
mcs/class/System.Drawing/System.Drawing.Drawing2D/GraphicsPath.cs

@@ -549,7 +549,13 @@ namespace System.Drawing.Drawing2D
 		{
                 	throw new NotImplementedException ();
                 }  	
-                
+                
+		[MonoTODO]
+		public void CloseFigure()
+		{
+                	throw new NotImplementedException ();
+                } 
+
                 [MonoTODO]
                 public void Flatten ()
                 {