New test.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Drawing2D / PixelOffsetMode.cs
index 858f9ebe9ac53ddea20428bf940280f0df10a38d..afd86fb4492bfa2f190b243a0daf8c3f3110bc70 100644 (file)
@@ -6,10 +6,7 @@
 //   Dennis Hayes (dennish@Raytek.com)
 //
 // (C) 2002/3 Ximian, Inc
-//
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004,2006 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-using System;
 
 namespace System.Drawing.Drawing2D {
-       /// <summary>
-       /// Summary description for PixelOffsetMode.
-       /// </summary>
+
+#if ONLY_1_1
        [Serializable]
+#endif
        public enum PixelOffsetMode {
                Default = 0,
                Half = 4,