Also rename the constructor
[mono.git] / mcs / class / System.Drawing / System.Drawing.Printing / PaperUnitConvert.cs
1 //\r
2 // System.Drawing.PaperUnitConvert.cs\r
3 //\r
4 // Author:\r
5 //   Dennis Hayes (dennish@Raytek.com)\r
6 //\r
7 // (C) 2002 Ximian, Inc\r
8 //\r
9 using System;\r
10 \r
11 namespace System.Drawing.Printing\r
12 {\r
13         /// <summary>\r
14         /// Summary description for PaperUnitConvert.\r
15         /// </summary>\r
16         public sealed class PaperUnitConvert\r
17         {\r
18 //              [MonoTODO]\r
19 //              public static double Convert(double value, PrinterUint frmUnit, PrinterUnit toUnit){\r
20 //                      throw new NotImplementedException ();\r
21 //              }\r
22 //              [MonoTODO]\r
23 //              public static int Convert(int value, PrinterUint frmUnit, PrinterUnit toUnit){\r
24 //                      throw new NotImplementedException ();\r
25 //              }\r
26 //              [MonoTODO]\r
27 //              public static Margins Convert(Margins value, PrinterUint frmUnit, PrinterUnit toUnit){\r
28 //                      throw new NotImplementedException ();\r
29 //              }\r
30 //              [MonoTODO]\r
31 //              public static Point Convert(Point value, PrinterUint frmUnit, PrinterUnit toUnit){\r
32 //                      throw new NotImplementedException ();\r
33 //              }\r
34 //              [MonoTODO]\r
35 //              public static Rectangle Convert(Rectangle value, PrinterUint frmUnit, PrinterUnit toUnit){\r
36 //                      throw new NotImplementedException ();\r
37 //              }\r
38 //              [MonoTODO]\r
39 //              public static Size Convert(Size value, PrinterUint frmUnit, PrinterUnit toUnit){\r
40 //                      throw new NotImplementedException ();\r
41 //              }\r
42         }\r
43 }\r