fd147e002e22d7d97f8bf1f0c1317a347f9a4a77
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / PaintEventArgs.cs
1 ////\r
2 //// System.Windows.Forms.PaintEventArgs\r
3 ////\r
4 //// Author:\r
5 ////   stubbed out by Paul Osman (paul.osman@sympatico.ca)\r
6 ////\r
7 //// (C) 2002 Ximian, Inc\r
8 ////\r
9 //\r
10 //namespace System.Windows.Forms {\r
11 //\r
12 //      // <summary>\r
13 //      //      This is only a template.  Nothing is implemented yet.\r
14 //      //\r
15 //      // </summary>\r
16 //\r
17 //        public class PaintEventArgs : EventArgs, IDisposable {\r
18 //\r
19 //              //\r
20 //              //  --- Constructor\r
21 //              //\r
22 //              [MonoTODO]\r
23 //              public PaintEventArgs()\r
24 //              {\r
25 //                      throw new NotImplementedException ();\r
26 //              }\r
27 //\r
28 //              //\r
29 //              //  --- Public Properties\r
30 //              //\r
31 //              [MonoTODO]\r
32 //              public Rectangle ClipRectangle {\r
33 //                      get {\r
34 //                              throw new NotImplementedException ();\r
35 //                      }\r
36 //              }\r
37 //              [MonoTODO]\r
38 //              public Graphics Graphics {\r
39 //                      get {\r
40 //                              throw new NotImplementedException ();\r
41 //                      }\r
42 //              }\r
43 //\r
44 //              //\r
45 //              //  --- Public Methods\r
46 //              //\r
47 //              [MonoTODO]\r
48 //              public void Dispose()\r
49 //              {\r
50 //                      throw new NotImplementedException ();\r
51 //              }\r
52 //              [MonoTODO]\r
53 //              public virtual bool Equals(object o)\r
54 //              {\r
55 //                      throw new NotImplementedException ();\r
56 //              }\r
57 //              [MonoTODO]\r
58 //              public static bool Equals(object o1, object o2)\r
59 //              {\r
60 //                      throw new NotImplementedException ();\r
61 //              }\r
62 //              [MonoTODO]\r
63 //              public virtual int GetHashCode()\r
64 //              {\r
65 //                      throw new NotImplementedException ();\r
66 //              }\r
67 //              [MonoTODO]\r
68 //              public Type GetType()\r
69 //              {\r
70 //                      throw new NotImplementedException ();\r
71 //              }\r
72 //              [MonoTODO]\r
73 //              public virtual string ToString()\r
74 //              {\r
75 //                      throw new NotImplementedException ();\r
76 //              }\r
77 //\r
78 //              //\r
79 //              //  --- Protected Methods\r
80 //              //\r
81 //              [MonoTODO]\r
82 //              protected virtual void Dispose(bool)\r
83 //              {\r
84 //                      throw new NotImplementedException ();\r
85 //              }\r
86 //              [MonoTODO]\r
87 //              protected object MemberwiseClone()\r
88 //              {\r
89 //                      throw new NotImplementedException ();\r
90 //              }\r
91 //\r
92 //              //\r
93 //              //  --- Destructor\r
94 //              //\r
95 //              [MonoTODO]\r
96 //              ~PaintEventArgs()\r
97 //              {\r
98 //                      throw new NotImplementedException ();\r
99 //              }\r
100 //       }\r
101 //}\r