importing messaging-2008 branch to trunk.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Drawing2D / PenType.cs
index 6d3a4d13f7b90c90cf94b759ea686f7e03b199d1..e1e4bbcc91cb59fe484c4aca4e3efdd880854587 100644 (file)
@@ -1,14 +1,11 @@
-//\r
-// System.Drawing.Drawing2D.PenType.cs\r
-//\r
-// Author:\r
-//   Dennis Hayes (dennish@Raytek.com)\r
-//\r
-// (C) 2002/3 Ximian, Inc\r
-//using System;\r
-
 //
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// System.Drawing.Drawing2D.PenType.cs
+//
+// Author:
+//   Dennis Hayes (dennish@Raytek.com)
+//
+// (C) 2002/3 Ximian, Inc
+// 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.
 //
-\r
-namespace System.Drawing.Drawing2D\r
-{\r
-       /// <summary>\r
-       /// Summary description for PenType.\r
-       /// </summary>\r
-       [Serializable]\r
-       public enum PenType {\r
-               HatchFill = 1,\r
-               LinearGradient = 4,\r
-               PathGradient = 3,\r
-               SolidColor = 0,\r
-               TextureFill = 2\r
-       }\r
-}\r
+
+namespace System.Drawing.Drawing2D {
+
+#if ONLY_1_1
+       [Serializable]
+#endif
+       public enum PenType {
+               HatchFill = 1,
+               LinearGradient = 4,
+               PathGradient = 3,
+               SolidColor = 0,
+               TextureFill = 2
+       }
+}