2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / WmfPlaceableFileHeader.cs
index 3172568721efa620001a4e8b4a6d5b4f9f0ba3af..af78389e8c2e79f917789bcf1889955aa55eba53 100644 (file)
-//\r
-// System.Drawing.Imaging.WmfPlaceableFileHeader.cs\r
-//\r
-// (C) 2002 Ximian, Inc.  http://www.ximian.com\r
-// Author: Everaldo Canuto\r
-// eMail: everaldo.canuto@bol.com.br\r
-// Dennis Hayes (dennish@raytek.com)\r
-//\r
-using System;\r
-\r
-namespace System.Drawing.Imaging {\r
-\r
-       public sealed class WmfPlaceableFileHeader {\r
-\r
-               // constructors\r
-               //[MonoTODO]\r
-               public WmfPlaceableFileHeader() {\r
-                       throw new NotImplementedException ();\r
-               }\r
-\r
-               // properties\r
-               //[MonoTODO]\r
-               public short BboxBottom {\r
-                       get { throw new NotImplementedException (); }\r
-                       set { throw new NotImplementedException (); }\r
-               }\r
-               \r
-               //[MonoTODO]\r
-               public short BboxLeft {\r
-                       get { throw new NotImplementedException (); }\r
-                       set { throw new NotImplementedException (); }\r
-               }\r
-               \r
-               //[MonoTODO]\r
-               public short BboxRight {\r
-                       get { throw new NotImplementedException (); }\r
-                       set { throw new NotImplementedException (); }\r
-               }\r
-               \r
-               //[MonoTODO]\r
-               public short BboxTop {\r
-                       get { throw new NotImplementedException (); }\r
-                       set { throw new NotImplementedException (); }\r
-               }\r
-               \r
-               //[MonoTODO]\r
-               public short Checksum {\r
-                       get { throw new NotImplementedException (); }\r
-                       set { throw new NotImplementedException (); }\r
-               }\r
-               \r
-               //[MonoTODO]\r
-               public short Hmf {\r
-                       get { throw new NotImplementedException (); }\r
-                       set { throw new NotImplementedException (); }\r
-               }\r
-               \r
-               //[MonoTODO]\r
-               public short Inch {\r
-                       get { throw new NotImplementedException (); }\r
-                       set { throw new NotImplementedException (); }\r
-               }\r
-               \r
-               //[MonoTODO]\r
-               public int Key {\r
-                       get { throw new NotImplementedException (); }\r
-                       set { throw new NotImplementedException (); }\r
-               }\r
-               \r
-               //[MonoTODO]\r
-               public int Reserved {\r
-                       get { throw new NotImplementedException (); }\r
-                       set { throw new NotImplementedException (); }\r
-               }\r
-               \r
-               //[MonoTODO]\r
-               public int Id {\r
-                       get { throw new NotImplementedException (); }\r
-                       set { throw new NotImplementedException (); }\r
-               }\r
-               \r
-       }\r
-\r
-}\r
+//
+// System.Drawing.Imaging.WmfPlaceableFileHeader.cs
+//
+// (C) 2002 Ximian, Inc.  http://www.ximian.com
+// Author: Everaldo Canuto
+// eMail: everaldo.canuto@bol.com.br
+// Dennis Hayes (dennish@raytek.com)
+//
+
+//
+// Copyright (C) 2004 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
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// 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.Imaging {
+
+       public sealed class WmfPlaceableFileHeader {
+
+               // constructors
+               [MonoTODO]
+               public WmfPlaceableFileHeader() {
+                       throw new NotImplementedException ();
+               }
+
+               // properties
+               [MonoTODO]
+               public short BboxBottom {
+                       get { throw new NotImplementedException (); }
+                       set { throw new NotImplementedException (); }
+               }
+               
+               [MonoTODO]
+               public short BboxLeft {
+                       get { throw new NotImplementedException (); }
+                       set { throw new NotImplementedException (); }
+               }
+               
+               [MonoTODO]
+               public short BboxRight {
+                       get { throw new NotImplementedException (); }
+                       set { throw new NotImplementedException (); }
+               }
+               
+               [MonoTODO]
+               public short BboxTop {
+                       get { throw new NotImplementedException (); }
+                       set { throw new NotImplementedException (); }
+               }
+               
+               [MonoTODO]
+               public short Checksum {
+                       get { throw new NotImplementedException (); }
+                       set { throw new NotImplementedException (); }
+               }
+               
+               [MonoTODO]
+               public short Hmf {
+                       get { throw new NotImplementedException (); }
+                       set { throw new NotImplementedException (); }
+               }
+               
+               [MonoTODO]
+               public short Inch {
+                       get { throw new NotImplementedException (); }
+                       set { throw new NotImplementedException (); }
+               }
+               
+               [MonoTODO]
+               public int Key {
+                       get { throw new NotImplementedException (); }
+                       set { throw new NotImplementedException (); }
+               }
+               
+               [MonoTODO]
+               public int Reserved {
+                       get { throw new NotImplementedException (); }
+                       set { throw new NotImplementedException (); }
+               }                               
+               
+       }
+
+}