2004-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / ImageList.cs
index ebfaf80e366684074a186b411ece60ede14db0de..a1e17c940e73b8a932ea5a3568a72f39e8ee80ac 100644 (file)
@@ -136,6 +136,12 @@ namespace System.Windows.Forms {
                        //FIXME:
                }
 
+               [MonoTODO]
+               public void Draw(Graphics g, int x, int y, int width, int height, int index)
+               {
+                       //FIXME:
+               }
+
                [MonoTODO]
                public override string ToString()
                {