Merge pull request #461 from knocte/xbuild_improvements
[mono.git] / mcs / class / System.Drawing / System.Drawing / BufferedGraphics.cs
index 383242b95f281c5cb51571df296d1afdabeec6cb..50921e645f859d334b5cff735c1d6d652f123bb0 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;
+using System.Security.Permissions;
 
 namespace System.Drawing
 {
@@ -106,7 +106,8 @@ namespace System.Drawing
                        target.DrawImage (membmp, size);
                }
 
-               [MonoTODO]
+               [MonoTODO ("The targetDC parameter has no equivalent in libgdiplus.")]
+               [SecurityPermission (SecurityAction.Demand, UnmanagedCode = true)]
                public void Render (IntPtr targetDC)
                {
                        throw new NotImplementedException ();
@@ -115,4 +116,3 @@ namespace System.Drawing
 }
 
 #endif
-