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