Merge pull request #4540 from kumpera/android-changes-part1
[mono.git] / mcs / class / System.Drawing / System.Drawing / BufferedGraphics.cs
index 383242b95f281c5cb51571df296d1afdabeec6cb..6d874797e07ca76947493896dad2ffabbc9acfd6 100644 (file)
 //
 //
 
-#if NET_2_0
 
-using System;
-using System.Runtime.Serialization;
-using System.Runtime.InteropServices;
 using System.ComponentModel;
+using System.Runtime.InteropServices;
+using System.Runtime.Serialization;
 
 namespace System.Drawing
 {
@@ -106,7 +104,7 @@ namespace System.Drawing
                        target.DrawImage (membmp, size);
                }
 
-               [MonoTODO]
+               [MonoTODO ("The targetDC parameter has no equivalent in libgdiplus.")]
                public void Render (IntPtr targetDC)
                {
                        throw new NotImplementedException ();
@@ -114,5 +112,3 @@ namespace System.Drawing
        }
 }
 
-#endif
-