[Build] Move netcoreapp ref assemblies to Tizen.NET.APIx
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API6 / build / tizen60 / ref / System.Drawing.Primitives.xml
1 <?xml version="1.0" encoding="utf-8"?><doc>
2   <assembly>
3     <name>System.Drawing.Primitives</name>
4   </assembly>
5   <members>
6     <member name="T:System.Drawing.SizeF">
7       <summary>Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle.</summary>
8     </member>
9     <member name="M:System.Drawing.SizeF.#ctor(System.Drawing.PointF)">
10       <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeF"></see> structure from the specified <see cref="T:System.Drawing.PointF"></see> structure.</summary>
11       <param name="pt">The <see cref="T:System.Drawing.PointF"></see> structure from which to initialize this <see cref="T:System.Drawing.SizeF"></see> structure.</param>
12     </member>
13     <member name="M:System.Drawing.SizeF.#ctor(System.Drawing.SizeF)">
14       <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeF"></see> structure from the specified existing <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
15       <param name="size">The <see cref="T:System.Drawing.SizeF"></see> structure from which to create the new <see cref="T:System.Drawing.SizeF"></see> structure.</param>
16     </member>
17     <member name="M:System.Drawing.SizeF.#ctor(System.Single,System.Single)">
18       <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeF"></see> structure from the specified dimensions.</summary>
19       <param name="width">The width component of the new <see cref="T:System.Drawing.SizeF"></see> structure.</param>
20       <param name="height">The height component of the new <see cref="T:System.Drawing.SizeF"></see> structure.</param>
21     </member>
22     <member name="M:System.Drawing.SizeF.Add(System.Drawing.SizeF,System.Drawing.SizeF)">
23       <summary>Adds the width and height of one <see cref="T:System.Drawing.SizeF"></see> structure to the width and height of another <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
24       <param name="sz1">The first <see cref="T:System.Drawing.SizeF"></see> structure to add.</param>
25       <param name="sz2">The second <see cref="T:System.Drawing.SizeF"></see> structure to add.</param>
26       <returns>A <see cref="T:System.Drawing.SizeF"></see> structure that is the result of the addition operation.</returns>
27     </member>
28     <member name="F:System.Drawing.SizeF.Empty">
29       <summary>Gets a <see cref="T:System.Drawing.SizeF"></see> structure that has a <see cref="P:System.Drawing.SizeF.Height"></see> and <see cref="P:System.Drawing.SizeF.Width"></see> value of 0.</summary>
30       <returns></returns>
31     </member>
32     <member name="M:System.Drawing.SizeF.Equals(System.Drawing.SizeF)">
33       <param name="other"></param>
34       <returns></returns>
35     </member>
36     <member name="M:System.Drawing.SizeF.Equals(System.Object)">
37       <summary>Tests to see whether the specified object is a <see cref="T:System.Drawing.SizeF"></see> structure with the same dimensions as this <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
38       <param name="obj">The <see cref="T:System.Object"></see> to test.</param>
39       <returns>This method returns <see langword="true"></see> if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.SizeF"></see> and has the same width and height as this <see cref="T:System.Drawing.SizeF"></see>; otherwise, <see langword="false"></see>.</returns>
40     </member>
41     <member name="M:System.Drawing.SizeF.GetHashCode">
42       <summary>Returns a hash code for this <see cref="T:System.Drawing.Size"></see> structure.</summary>
43       <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.Size"></see> structure.</returns>
44     </member>
45     <member name="P:System.Drawing.SizeF.Height">
46       <summary>Gets or sets the vertical component of this <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
47       <returns>The vertical component of this <see cref="T:System.Drawing.SizeF"></see> structure, typically measured in pixels.</returns>
48     </member>
49     <member name="P:System.Drawing.SizeF.IsEmpty">
50       <summary>Gets a value that indicates whether this <see cref="T:System.Drawing.SizeF"></see> structure has zero width and height.</summary>
51       <returns>This property returns <see langword="true"></see> when this <see cref="T:System.Drawing.SizeF"></see> structure has both a width and height of zero; otherwise, <see langword="false"></see>.</returns>
52     </member>
53     <member name="M:System.Drawing.SizeF.op_Addition(System.Drawing.SizeF,System.Drawing.SizeF)">
54       <summary>Adds the width and height of one <see cref="T:System.Drawing.SizeF"></see> structure to the width and height of another <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
55       <param name="sz1">The first <see cref="T:System.Drawing.SizeF"></see> structure to add.</param>
56       <param name="sz2">The second <see cref="T:System.Drawing.SizeF"></see> structure to add.</param>
57       <returns>A <see cref="T:System.Drawing.Size"></see> structure that is the result of the addition operation.</returns>
58     </member>
59     <member name="M:System.Drawing.SizeF.op_Division(System.Drawing.SizeF,System.Single)">
60       <param name="left"></param>
61       <param name="right"></param>
62       <returns></returns>
63     </member>
64     <member name="M:System.Drawing.SizeF.op_Equality(System.Drawing.SizeF,System.Drawing.SizeF)">
65       <summary>Tests whether two <see cref="T:System.Drawing.SizeF"></see> structures are equal.</summary>
66       <param name="sz1">The <see cref="T:System.Drawing.SizeF"></see> structure on the left side of the equality operator.</param>
67       <param name="sz2">The <see cref="T:System.Drawing.SizeF"></see> structure on the right of the equality operator.</param>
68       <returns>This operator returns <see langword="true"></see> if <paramref name="sz1">sz1</paramref> and <paramref name="sz2">sz2</paramref> have equal width and height; otherwise, <see langword="false"></see>.</returns>
69     </member>
70     <member name="M:System.Drawing.SizeF.op_Explicit(System.Drawing.SizeF)~System.Drawing.PointF">
71       <summary>Converts the specified <see cref="T:System.Drawing.SizeF"></see> structure to a <see cref="T:System.Drawing.PointF"></see> structure.</summary>
72       <param name="size">The <see cref="T:System.Drawing.SizeF"></see> structure to be converted</param>
73       <returns>The <see cref="T:System.Drawing.PointF"></see> structure to which this operator converts.</returns>
74     </member>
75     <member name="M:System.Drawing.SizeF.op_Inequality(System.Drawing.SizeF,System.Drawing.SizeF)">
76       <summary>Tests whether two <see cref="T:System.Drawing.SizeF"></see> structures are different.</summary>
77       <param name="sz1">The <see cref="T:System.Drawing.SizeF"></see> structure on the left of the inequality operator.</param>
78       <param name="sz2">The <see cref="T:System.Drawing.SizeF"></see> structure on the right of the inequality operator.</param>
79       <returns>This operator returns <see langword="true"></see> if <paramref name="sz1">sz1</paramref> and <paramref name="sz2">sz2</paramref> differ either in width or height; <see langword="false"></see> if <paramref name="sz1">sz1</paramref> and <paramref name="sz2">sz2</paramref> are equal.</returns>
80     </member>
81     <member name="M:System.Drawing.SizeF.op_Multiply(System.Drawing.SizeF,System.Single)">
82       <param name="left"></param>
83       <param name="right"></param>
84       <returns></returns>
85     </member>
86     <member name="M:System.Drawing.SizeF.op_Multiply(System.Single,System.Drawing.SizeF)">
87       <param name="left"></param>
88       <param name="right"></param>
89       <returns></returns>
90     </member>
91     <member name="M:System.Drawing.SizeF.op_Subtraction(System.Drawing.SizeF,System.Drawing.SizeF)">
92       <summary>Subtracts the width and height of one <see cref="T:System.Drawing.SizeF"></see> structure from the width and height of another <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
93       <param name="sz1">The <see cref="T:System.Drawing.SizeF"></see> structure on the left side of the subtraction operator.</param>
94       <param name="sz2">The <see cref="T:System.Drawing.SizeF"></see> structure on the right side of the subtraction operator.</param>
95       <returns>A <see cref="T:System.Drawing.SizeF"></see> that is the result of the subtraction operation.</returns>
96     </member>
97     <member name="M:System.Drawing.SizeF.Subtract(System.Drawing.SizeF,System.Drawing.SizeF)">
98       <summary>Subtracts the width and height of one <see cref="T:System.Drawing.SizeF"></see> structure from the width and height of another <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
99       <param name="sz1">The <see cref="T:System.Drawing.SizeF"></see> structure on the left side of the subtraction operator.</param>
100       <param name="sz2">The <see cref="T:System.Drawing.SizeF"></see> structure on the right side of the subtraction operator.</param>
101       <returns>A <see cref="T:System.Drawing.SizeF"></see> structure that is a result of the subtraction operation.</returns>
102     </member>
103     <member name="M:System.Drawing.SizeF.ToPointF">
104       <summary>Converts a <see cref="T:System.Drawing.SizeF"></see> structure to a <see cref="T:System.Drawing.PointF"></see> structure.</summary>
105       <returns>Returns a <see cref="T:System.Drawing.PointF"></see> structure.</returns>
106     </member>
107     <member name="M:System.Drawing.SizeF.ToSize">
108       <summary>Converts a <see cref="T:System.Drawing.SizeF"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure.</summary>
109       <returns>Returns a <see cref="T:System.Drawing.Size"></see> structure.</returns>
110     </member>
111     <member name="M:System.Drawing.SizeF.ToString">
112       <summary>Creates a human-readable string that represents this <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
113       <returns>A string that represents this <see cref="T:System.Drawing.SizeF"></see> structure.</returns>
114     </member>
115     <member name="P:System.Drawing.SizeF.Width">
116       <summary>Gets or sets the horizontal component of this <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
117       <returns>The horizontal component of this <see cref="T:System.Drawing.SizeF"></see> structure, typically measured in pixels.</returns>
118     </member>
119     <member name="T:System.Drawing.Size">
120       <summary>Stores an ordered pair of integers, which specify a <see cref="P:System.Drawing.Size.Height"></see> and <see cref="P:System.Drawing.Size.Width"></see>.</summary>
121     </member>
122     <member name="M:System.Drawing.Size.#ctor(System.Drawing.Point)">
123       <summary>Initializes a new instance of the <see cref="T:System.Drawing.Size"></see> structure from the specified <see cref="T:System.Drawing.Point"></see> structure.</summary>
124       <param name="pt">The <see cref="T:System.Drawing.Point"></see> structure from which to initialize this <see cref="T:System.Drawing.Size"></see> structure.</param>
125     </member>
126     <member name="M:System.Drawing.Size.#ctor(System.Int32,System.Int32)">
127       <summary>Initializes a new instance of the <see cref="T:System.Drawing.Size"></see> structure from the specified dimensions.</summary>
128       <param name="width">The width component of the new <see cref="T:System.Drawing.Size"></see>.</param>
129       <param name="height">The height component of the new <see cref="T:System.Drawing.Size"></see>.</param>
130     </member>
131     <member name="M:System.Drawing.Size.Add(System.Drawing.Size,System.Drawing.Size)">
132       <summary>Adds the width and height of one <see cref="T:System.Drawing.Size"></see> structure to the width and height of another <see cref="T:System.Drawing.Size"></see> structure.</summary>
133       <param name="sz1">The first <see cref="T:System.Drawing.Size"></see> structure to add.</param>
134       <param name="sz2">The second <see cref="T:System.Drawing.Size"></see> structure to add.</param>
135       <returns>A <see cref="T:System.Drawing.Size"></see> structure that is the result of the addition operation.</returns>
136     </member>
137     <member name="M:System.Drawing.Size.Ceiling(System.Drawing.SizeF)">
138       <summary>Converts the specified <see cref="T:System.Drawing.SizeF"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure by rounding the values of the <see cref="T:System.Drawing.Size"></see> structure to the next higher integer values.</summary>
139       <param name="value">The <see cref="T:System.Drawing.SizeF"></see> structure to convert.</param>
140       <returns>The <see cref="T:System.Drawing.Size"></see> structure this method converts to.</returns>
141     </member>
142     <member name="F:System.Drawing.Size.Empty">
143       <summary>Gets a <see cref="T:System.Drawing.Size"></see> structure that has a <see cref="P:System.Drawing.Size.Height"></see> and <see cref="P:System.Drawing.Size.Width"></see> value of 0.</summary>
144       <returns></returns>
145     </member>
146     <member name="M:System.Drawing.Size.Equals(System.Drawing.Size)">
147       <param name="other"></param>
148       <returns></returns>
149     </member>
150     <member name="M:System.Drawing.Size.Equals(System.Object)">
151       <summary>Tests to see whether the specified object is a <see cref="T:System.Drawing.Size"></see> structure with the same dimensions as this <see cref="T:System.Drawing.Size"></see> structure.</summary>
152       <param name="obj">The <see cref="T:System.Object"></see> to test.</param>
153       <returns><see langword="true"></see> if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.Size"></see> and has the same width and height as this <see cref="T:System.Drawing.Size"></see>; otherwise, <see langword="false"></see>.</returns>
154     </member>
155     <member name="M:System.Drawing.Size.GetHashCode">
156       <summary>Returns a hash code for this <see cref="T:System.Drawing.Size"></see> structure.</summary>
157       <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.Size"></see> structure.</returns>
158     </member>
159     <member name="P:System.Drawing.Size.Height">
160       <summary>Gets or sets the vertical component of this <see cref="T:System.Drawing.Size"></see> structure.</summary>
161       <returns>The vertical component of this <see cref="T:System.Drawing.Size"></see> structure, typically measured in pixels.</returns>
162     </member>
163     <member name="P:System.Drawing.Size.IsEmpty">
164       <summary>Tests whether this <see cref="T:System.Drawing.Size"></see> structure has width and height of 0.</summary>
165       <returns>This property returns <see langword="true"></see> when this <see cref="T:System.Drawing.Size"></see> structure has both a width and height of 0; otherwise, <see langword="false"></see>.</returns>
166     </member>
167     <member name="M:System.Drawing.Size.op_Addition(System.Drawing.Size,System.Drawing.Size)">
168       <summary>Adds the width and height of one <see cref="T:System.Drawing.Size"></see> structure to the width and height of another <see cref="T:System.Drawing.Size"></see> structure.</summary>
169       <param name="sz1">The first <see cref="T:System.Drawing.Size"></see> to add.</param>
170       <param name="sz2">The second <see cref="T:System.Drawing.Size"></see> to add.</param>
171       <returns>A <see cref="T:System.Drawing.Size"></see> structure that is the result of the addition operation.</returns>
172     </member>
173     <member name="M:System.Drawing.Size.op_Division(System.Drawing.Size,System.Int32)">
174       <param name="left"></param>
175       <param name="right"></param>
176       <returns></returns>
177     </member>
178     <member name="M:System.Drawing.Size.op_Division(System.Drawing.Size,System.Single)">
179       <param name="left"></param>
180       <param name="right"></param>
181       <returns></returns>
182     </member>
183     <member name="M:System.Drawing.Size.op_Equality(System.Drawing.Size,System.Drawing.Size)">
184       <summary>Tests whether two <see cref="T:System.Drawing.Size"></see> structures are equal.</summary>
185       <param name="sz1">The <see cref="T:System.Drawing.Size"></see> structure on the left side of the equality operator.</param>
186       <param name="sz2">The <see cref="T:System.Drawing.Size"></see> structure on the right of the equality operator.</param>
187       <returns><see langword="true"></see> if <paramref name="sz1">sz1</paramref> and <paramref name="sz2">sz2</paramref> have equal width and height; otherwise, <see langword="false"></see>.</returns>
188     </member>
189     <member name="M:System.Drawing.Size.op_Explicit(System.Drawing.Size)~System.Drawing.Point">
190       <summary>Converts the specified <see cref="T:System.Drawing.Size"></see> structure to a <see cref="T:System.Drawing.Point"></see> structure.</summary>
191       <param name="size">The <see cref="T:System.Drawing.Size"></see> structure to convert.</param>
192       <returns>The <see cref="T:System.Drawing.Point"></see> structure to which this operator converts.</returns>
193     </member>
194     <member name="M:System.Drawing.Size.op_Implicit(System.Drawing.Size)~System.Drawing.SizeF">
195       <summary>Converts the specified <see cref="T:System.Drawing.Size"></see> structure to a <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
196       <param name="p">The <see cref="T:System.Drawing.Size"></see> structure to convert.</param>
197       <returns>The <see cref="T:System.Drawing.SizeF"></see> structure to which this operator converts.</returns>
198     </member>
199     <member name="M:System.Drawing.Size.op_Inequality(System.Drawing.Size,System.Drawing.Size)">
200       <summary>Tests whether two <see cref="T:System.Drawing.Size"></see> structures are different.</summary>
201       <param name="sz1">The <see cref="T:System.Drawing.Size"></see> structure on the left of the inequality operator.</param>
202       <param name="sz2">The <see cref="T:System.Drawing.Size"></see> structure on the right of the inequality operator.</param>
203       <returns><see langword="true"></see> if <paramref name="sz1">sz1</paramref> and <paramref name="sz2">sz2</paramref> differ either in width or height; <see langword="false"></see> if <paramref name="sz1">sz1</paramref> and <paramref name="sz2">sz2</paramref> are equal.</returns>
204     </member>
205     <member name="M:System.Drawing.Size.op_Multiply(System.Drawing.Size,System.Int32)">
206       <param name="left"></param>
207       <param name="right"></param>
208       <returns></returns>
209     </member>
210     <member name="M:System.Drawing.Size.op_Multiply(System.Drawing.Size,System.Single)">
211       <param name="left"></param>
212       <param name="right"></param>
213       <returns></returns>
214     </member>
215     <member name="M:System.Drawing.Size.op_Multiply(System.Int32,System.Drawing.Size)">
216       <param name="left"></param>
217       <param name="right"></param>
218       <returns></returns>
219     </member>
220     <member name="M:System.Drawing.Size.op_Multiply(System.Single,System.Drawing.Size)">
221       <param name="left"></param>
222       <param name="right"></param>
223       <returns></returns>
224     </member>
225     <member name="M:System.Drawing.Size.op_Subtraction(System.Drawing.Size,System.Drawing.Size)">
226       <summary>Subtracts the width and height of one <see cref="T:System.Drawing.Size"></see> structure from the width and height of another <see cref="T:System.Drawing.Size"></see> structure.</summary>
227       <param name="sz1">The <see cref="T:System.Drawing.Size"></see> structure on the left side of the subtraction operator.</param>
228       <param name="sz2">The <see cref="T:System.Drawing.Size"></see> structure on the right side of the subtraction operator.</param>
229       <returns>A <see cref="T:System.Drawing.Size"></see> structure that is the result of the subtraction operation.</returns>
230     </member>
231     <member name="M:System.Drawing.Size.Round(System.Drawing.SizeF)">
232       <summary>Converts the specified <see cref="T:System.Drawing.SizeF"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure by rounding the values of the <see cref="T:System.Drawing.SizeF"></see> structure to the nearest integer values.</summary>
233       <param name="value">The <see cref="T:System.Drawing.SizeF"></see> structure to convert.</param>
234       <returns>The <see cref="T:System.Drawing.Size"></see> structure this method converts to.</returns>
235     </member>
236     <member name="M:System.Drawing.Size.Subtract(System.Drawing.Size,System.Drawing.Size)">
237       <summary>Subtracts the width and height of one <see cref="T:System.Drawing.Size"></see> structure from the width and height of another <see cref="T:System.Drawing.Size"></see> structure.</summary>
238       <param name="sz1">The <see cref="T:System.Drawing.Size"></see> structure on the left side of the subtraction operator.</param>
239       <param name="sz2">The <see cref="T:System.Drawing.Size"></see> structure on the right side of the subtraction operator.</param>
240       <returns>A <see cref="T:System.Drawing.Size"></see> structure that is a result of the subtraction operation.</returns>
241     </member>
242     <member name="M:System.Drawing.Size.ToString">
243       <summary>Creates a human-readable string that represents this <see cref="T:System.Drawing.Size"></see> structure.</summary>
244       <returns>A string that represents this <see cref="T:System.Drawing.Size"></see>.</returns>
245     </member>
246     <member name="M:System.Drawing.Size.Truncate(System.Drawing.SizeF)">
247       <summary>Converts the specified <see cref="T:System.Drawing.SizeF"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure by truncating the values of the <see cref="T:System.Drawing.SizeF"></see> structure to the next lower integer values.</summary>
248       <param name="value">The <see cref="T:System.Drawing.SizeF"></see> structure to convert.</param>
249       <returns>The <see cref="T:System.Drawing.Size"></see> structure this method converts to.</returns>
250     </member>
251     <member name="P:System.Drawing.Size.Width">
252       <summary>Gets or sets the horizontal component of this <see cref="T:System.Drawing.Size"></see> structure.</summary>
253       <returns>The horizontal component of this <see cref="T:System.Drawing.Size"></see> structure, typically measured in pixels.</returns>
254     </member>
255     <member name="T:System.Drawing.RectangleF">
256       <summary>Stores a set of four floating-point numbers that represent the location and size of a rectangle. For more advanced region functions, use a <see cref="T:System.Drawing.Region"></see> object.</summary>
257     </member>
258     <member name="M:System.Drawing.RectangleF.#ctor(System.Drawing.PointF,System.Drawing.SizeF)">
259       <summary>Initializes a new instance of the <see cref="T:System.Drawing.RectangleF"></see> class with the specified location and size.</summary>
260       <param name="location">A <see cref="T:System.Drawing.PointF"></see> that represents the upper-left corner of the rectangular region.</param>
261       <param name="size">A <see cref="T:System.Drawing.SizeF"></see> that represents the width and height of the rectangular region.</param>
262     </member>
263     <member name="M:System.Drawing.RectangleF.#ctor(System.Single,System.Single,System.Single,System.Single)">
264       <summary>Initializes a new instance of the <see cref="T:System.Drawing.RectangleF"></see> class with the specified location and size.</summary>
265       <param name="x">The x-coordinate of the upper-left corner of the rectangle.</param>
266       <param name="y">The y-coordinate of the upper-left corner of the rectangle.</param>
267       <param name="width">The width of the rectangle.</param>
268       <param name="height">The height of the rectangle.</param>
269     </member>
270     <member name="P:System.Drawing.RectangleF.Bottom">
271       <summary>Gets the y-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.Y"></see> and <see cref="P:System.Drawing.RectangleF.Height"></see> of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
272       <returns>The y-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.Y"></see> and <see cref="P:System.Drawing.RectangleF.Height"></see> of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
273     </member>
274     <member name="M:System.Drawing.RectangleF.Contains(System.Drawing.PointF)">
275       <summary>Determines if the specified point is contained within this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
276       <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to test.</param>
277       <returns>This method returns <see langword="true"></see> if the point represented by the <paramref name="pt">pt</paramref> parameter is contained within this <see cref="T:System.Drawing.RectangleF"></see> structure; otherwise <see langword="false"></see>.</returns>
278     </member>
279     <member name="M:System.Drawing.RectangleF.Contains(System.Drawing.RectangleF)">
280       <summary>Determines if the rectangular region represented by <paramref name="rect">rect</paramref> is entirely contained within this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
281       <param name="rect">The <see cref="T:System.Drawing.RectangleF"></see> to test.</param>
282       <returns>This method returns <see langword="true"></see> if the rectangular region represented by <paramref name="rect">rect</paramref> is entirely contained within the rectangular region represented by this <see cref="T:System.Drawing.RectangleF"></see>; otherwise <see langword="false"></see>.</returns>
283     </member>
284     <member name="M:System.Drawing.RectangleF.Contains(System.Single,System.Single)">
285       <summary>Determines if the specified point is contained within this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
286       <param name="x">The x-coordinate of the point to test.</param>
287       <param name="y">The y-coordinate of the point to test.</param>
288       <returns>This method returns <see langword="true"></see> if the point defined by <paramref name="x">x</paramref> and <paramref name="y">y</paramref> is contained within this <see cref="T:System.Drawing.RectangleF"></see> structure; otherwise <see langword="false"></see>.</returns>
289     </member>
290     <member name="F:System.Drawing.RectangleF.Empty">
291       <summary>Represents an instance of the <see cref="T:System.Drawing.RectangleF"></see> class with its members uninitialized.</summary>
292       <returns></returns>
293     </member>
294     <member name="M:System.Drawing.RectangleF.Equals(System.Drawing.RectangleF)">
295       <param name="other"></param>
296       <returns></returns>
297     </member>
298     <member name="M:System.Drawing.RectangleF.Equals(System.Object)">
299       <summary>Tests whether <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.RectangleF"></see> with the same location and size of this <see cref="T:System.Drawing.RectangleF"></see>.</summary>
300       <param name="obj">The <see cref="T:System.Object"></see> to test.</param>
301       <returns>This method returns <see langword="true"></see> if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.RectangleF"></see> and its <see langword="X"></see>, <see langword="Y"></see>, <see langword="Width"></see>, and <see langword="Height"></see> properties are equal to the corresponding properties of this <see cref="T:System.Drawing.RectangleF"></see>; otherwise, <see langword="false"></see>.</returns>
302     </member>
303     <member name="M:System.Drawing.RectangleF.FromLTRB(System.Single,System.Single,System.Single,System.Single)">
304       <summary>Creates a <see cref="T:System.Drawing.RectangleF"></see> structure with upper-left corner and lower-right corner at the specified locations.</summary>
305       <param name="left">The x-coordinate of the upper-left corner of the rectangular region.</param>
306       <param name="top">The y-coordinate of the upper-left corner of the rectangular region.</param>
307       <param name="right">The x-coordinate of the lower-right corner of the rectangular region.</param>
308       <param name="bottom">The y-coordinate of the lower-right corner of the rectangular region.</param>
309       <returns>The new <see cref="T:System.Drawing.RectangleF"></see> that this method creates.</returns>
310     </member>
311     <member name="M:System.Drawing.RectangleF.GetHashCode">
312       <summary>Gets the hash code for this <see cref="T:System.Drawing.RectangleF"></see> structure. For information about the use of hash codes, see <see langword="Object.GetHashCode"></see>.</summary>
313       <returns>The hash code for this <see cref="T:System.Drawing.RectangleF"></see>.</returns>
314     </member>
315     <member name="P:System.Drawing.RectangleF.Height">
316       <summary>Gets or sets the height of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
317       <returns>The height of this <see cref="T:System.Drawing.RectangleF"></see> structure. The default is 0.</returns>
318     </member>
319     <member name="M:System.Drawing.RectangleF.Inflate(System.Drawing.SizeF)">
320       <summary>Enlarges this <see cref="T:System.Drawing.RectangleF"></see> by the specified amount.</summary>
321       <param name="size">The amount to inflate this rectangle.</param>
322     </member>
323     <member name="M:System.Drawing.RectangleF.Inflate(System.Single,System.Single)">
324       <summary>Enlarges this <see cref="T:System.Drawing.RectangleF"></see> structure by the specified amount.</summary>
325       <param name="x">The amount to inflate this <see cref="T:System.Drawing.RectangleF"></see> structure horizontally.</param>
326       <param name="y">The amount to inflate this <see cref="T:System.Drawing.RectangleF"></see> structure vertically.</param>
327     </member>
328     <member name="M:System.Drawing.RectangleF.Inflate(System.Drawing.RectangleF,System.Single,System.Single)">
329       <summary>Creates and returns an enlarged copy of the specified <see cref="T:System.Drawing.RectangleF"></see> structure. The copy is enlarged by the specified amount and the original rectangle remains unmodified.</summary>
330       <param name="rect">The <see cref="T:System.Drawing.RectangleF"></see> to be copied. This rectangle is not modified.</param>
331       <param name="x">The amount to enlarge the copy of the rectangle horizontally.</param>
332       <param name="y">The amount to enlarge the copy of the rectangle vertically.</param>
333       <returns>The enlarged <see cref="T:System.Drawing.RectangleF"></see>.</returns>
334     </member>
335     <member name="M:System.Drawing.RectangleF.Intersect(System.Drawing.RectangleF,System.Drawing.RectangleF)">
336       <summary>Returns a <see cref="T:System.Drawing.RectangleF"></see> structure that represents the intersection of two rectangles. If there is no intersection, and empty <see cref="T:System.Drawing.RectangleF"></see> is returned.</summary>
337       <param name="a">A rectangle to intersect.</param>
338       <param name="b">A rectangle to intersect.</param>
339       <returns>A third <see cref="T:System.Drawing.RectangleF"></see> structure the size of which represents the overlapped area of the two specified rectangles.</returns>
340     </member>
341     <member name="M:System.Drawing.RectangleF.Intersect(System.Drawing.RectangleF)">
342       <summary>Replaces this <see cref="T:System.Drawing.RectangleF"></see> structure with the intersection of itself and the specified <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
343       <param name="rect">The rectangle to intersect.</param>
344     </member>
345     <member name="M:System.Drawing.RectangleF.IntersectsWith(System.Drawing.RectangleF)">
346       <summary>Determines if this rectangle intersects with <paramref name="rect">rect</paramref>.</summary>
347       <param name="rect">The rectangle to test.</param>
348       <returns>This method returns <see langword="true"></see> if there is any intersection.</returns>
349     </member>
350     <member name="P:System.Drawing.RectangleF.IsEmpty">
351       <summary>Tests whether the <see cref="P:System.Drawing.RectangleF.Width"></see> or <see cref="P:System.Drawing.RectangleF.Height"></see> property of this <see cref="T:System.Drawing.RectangleF"></see> has a value of zero.</summary>
352       <returns>This property returns <see langword="true"></see> if the <see cref="P:System.Drawing.RectangleF.Width"></see> or <see cref="P:System.Drawing.RectangleF.Height"></see> property of this <see cref="T:System.Drawing.RectangleF"></see> has a value of zero; otherwise, <see langword="false"></see>.</returns>
353     </member>
354     <member name="P:System.Drawing.RectangleF.Left">
355       <summary>Gets the x-coordinate of the left edge of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
356       <returns>The x-coordinate of the left edge of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
357     </member>
358     <member name="P:System.Drawing.RectangleF.Location">
359       <summary>Gets or sets the coordinates of the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
360       <returns>A <see cref="T:System.Drawing.PointF"></see> that represents the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
361     </member>
362     <member name="M:System.Drawing.RectangleF.Offset(System.Drawing.PointF)">
363       <summary>Adjusts the location of this rectangle by the specified amount.</summary>
364       <param name="pos">The amount to offset the location.</param>
365     </member>
366     <member name="M:System.Drawing.RectangleF.Offset(System.Single,System.Single)">
367       <summary>Adjusts the location of this rectangle by the specified amount.</summary>
368       <param name="x">The amount to offset the location horizontally.</param>
369       <param name="y">The amount to offset the location vertically.</param>
370     </member>
371     <member name="M:System.Drawing.RectangleF.op_Equality(System.Drawing.RectangleF,System.Drawing.RectangleF)">
372       <summary>Tests whether two <see cref="T:System.Drawing.RectangleF"></see> structures have equal location and size.</summary>
373       <param name="left">The <see cref="T:System.Drawing.RectangleF"></see> structure that is to the left of the equality operator.</param>
374       <param name="right">The <see cref="T:System.Drawing.RectangleF"></see> structure that is to the right of the equality operator.</param>
375       <returns>This operator returns <see langword="true"></see> if the two specified <see cref="T:System.Drawing.RectangleF"></see> structures have equal <see cref="P:System.Drawing.RectangleF.X"></see>, <see cref="P:System.Drawing.RectangleF.Y"></see>, <see cref="P:System.Drawing.RectangleF.Width"></see>, and <see cref="P:System.Drawing.RectangleF.Height"></see> properties.</returns>
376     </member>
377     <member name="M:System.Drawing.RectangleF.op_Implicit(System.Drawing.Rectangle)~System.Drawing.RectangleF">
378       <summary>Converts the specified <see cref="T:System.Drawing.Rectangle"></see> structure to a <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
379       <param name="r">The <see cref="T:System.Drawing.Rectangle"></see> structure to convert.</param>
380       <returns>The <see cref="T:System.Drawing.RectangleF"></see> structure that is converted from the specified <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
381     </member>
382     <member name="M:System.Drawing.RectangleF.op_Inequality(System.Drawing.RectangleF,System.Drawing.RectangleF)">
383       <summary>Tests whether two <see cref="T:System.Drawing.RectangleF"></see> structures differ in location or size.</summary>
384       <param name="left">The <see cref="T:System.Drawing.RectangleF"></see> structure that is to the left of the inequality operator.</param>
385       <param name="right">The <see cref="T:System.Drawing.RectangleF"></see> structure that is to the right of the inequality operator.</param>
386       <returns>This operator returns <see langword="true"></see> if any of the <see cref="P:System.Drawing.RectangleF.X"></see> , <see cref="P:System.Drawing.RectangleF.Y"></see>, <see cref="P:System.Drawing.RectangleF.Width"></see>, or <see cref="P:System.Drawing.RectangleF.Height"></see> properties of the two <see cref="T:System.Drawing.Rectangle"></see> structures are unequal; otherwise <see langword="false"></see>.</returns>
387     </member>
388     <member name="P:System.Drawing.RectangleF.Right">
389       <summary>Gets the x-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.X"></see> and <see cref="P:System.Drawing.RectangleF.Width"></see> of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
390       <returns>The x-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.X"></see> and <see cref="P:System.Drawing.RectangleF.Width"></see> of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
391     </member>
392     <member name="P:System.Drawing.RectangleF.Size">
393       <summary>Gets or sets the size of this <see cref="T:System.Drawing.RectangleF"></see>.</summary>
394       <returns>A <see cref="T:System.Drawing.SizeF"></see> that represents the width and height of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
395     </member>
396     <member name="P:System.Drawing.RectangleF.Top">
397       <summary>Gets the y-coordinate of the top edge of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
398       <returns>The y-coordinate of the top edge of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
399     </member>
400     <member name="M:System.Drawing.RectangleF.ToString">
401       <summary>Converts the <see langword="Location"></see> and <see cref="T:System.Drawing.Size"></see> of this <see cref="T:System.Drawing.RectangleF"></see> to a human-readable string.</summary>
402       <returns>A string that contains the position, width, and height of this <see cref="T:System.Drawing.RectangleF"></see> structure. For example, &amp;quot;{X=20, Y=20, Width=100, Height=50}&amp;quot;.</returns>
403     </member>
404     <member name="M:System.Drawing.RectangleF.Union(System.Drawing.RectangleF,System.Drawing.RectangleF)">
405       <summary>Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.</summary>
406       <param name="a">A rectangle to union.</param>
407       <param name="b">A rectangle to union.</param>
408       <returns>A third <see cref="T:System.Drawing.RectangleF"></see> structure that contains both of the two rectangles that form the union.</returns>
409     </member>
410     <member name="P:System.Drawing.RectangleF.Width">
411       <summary>Gets or sets the width of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
412       <returns>The width of this <see cref="T:System.Drawing.RectangleF"></see> structure. The default is 0.</returns>
413     </member>
414     <member name="P:System.Drawing.RectangleF.X">
415       <summary>Gets or sets the x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
416       <returns>The x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure. The default is 0.</returns>
417     </member>
418     <member name="P:System.Drawing.RectangleF.Y">
419       <summary>Gets or sets the y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
420       <returns>The y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure. The default is 0.</returns>
421     </member>
422     <member name="T:System.Drawing.Rectangle">
423       <summary>Stores a set of four integers that represent the location and size of a rectangle</summary>
424     </member>
425     <member name="M:System.Drawing.Rectangle.#ctor(System.Drawing.Point,System.Drawing.Size)">
426       <summary>Initializes a new instance of the <see cref="T:System.Drawing.Rectangle"></see> class with the specified location and size.</summary>
427       <param name="location">A <see cref="T:System.Drawing.Point"></see> that represents the upper-left corner of the rectangular region.</param>
428       <param name="size">A <see cref="T:System.Drawing.Size"></see> that represents the width and height of the rectangular region.</param>
429     </member>
430     <member name="M:System.Drawing.Rectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
431       <summary>Initializes a new instance of the <see cref="T:System.Drawing.Rectangle"></see> class with the specified location and size.</summary>
432       <param name="x">The x-coordinate of the upper-left corner of the rectangle.</param>
433       <param name="y">The y-coordinate of the upper-left corner of the rectangle.</param>
434       <param name="width">The width of the rectangle.</param>
435       <param name="height">The height of the rectangle.</param>
436     </member>
437     <member name="P:System.Drawing.Rectangle.Bottom">
438       <summary>Gets the y-coordinate that is the sum of the <see cref="P:System.Drawing.Rectangle.Y"></see> and <see cref="P:System.Drawing.Rectangle.Height"></see> property values of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
439       <returns>The y-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.Y"></see> and <see cref="P:System.Drawing.Rectangle.Height"></see> of this <see cref="T:System.Drawing.Rectangle"></see>.</returns>
440     </member>
441     <member name="M:System.Drawing.Rectangle.Ceiling(System.Drawing.RectangleF)">
442       <summary>Converts the specified <see cref="T:System.Drawing.RectangleF"></see> structure to a <see cref="T:System.Drawing.Rectangle"></see> structure by rounding the <see cref="T:System.Drawing.RectangleF"></see> values to the next higher integer values.</summary>
443       <param name="value">The <see cref="T:System.Drawing.RectangleF"></see> structure to be converted.</param>
444       <returns>Returns a <see cref="T:System.Drawing.Rectangle"></see>.</returns>
445     </member>
446     <member name="M:System.Drawing.Rectangle.Contains(System.Drawing.Point)">
447       <summary>Determines if the specified point is contained within this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
448       <param name="pt">The <see cref="T:System.Drawing.Point"></see> to test.</param>
449       <returns>This method returns <see langword="true"></see> if the point represented by <paramref name="pt">pt</paramref> is contained within this <see cref="T:System.Drawing.Rectangle"></see> structure; otherwise <see langword="false"></see>.</returns>
450     </member>
451     <member name="M:System.Drawing.Rectangle.Contains(System.Drawing.Rectangle)">
452       <summary>Determines if the rectangular region represented by <paramref name="rect">rect</paramref> is entirely contained within this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
453       <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> to test.</param>
454       <returns>This method returns <see langword="true"></see> if the rectangular region represented by <paramref name="rect">rect</paramref> is entirely contained within this <see cref="T:System.Drawing.Rectangle"></see> structure; otherwise <see langword="false"></see>.</returns>
455     </member>
456     <member name="M:System.Drawing.Rectangle.Contains(System.Int32,System.Int32)">
457       <summary>Determines if the specified point is contained within this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
458       <param name="x">The x-coordinate of the point to test.</param>
459       <param name="y">The y-coordinate of the point to test.</param>
460       <returns>This method returns <see langword="true"></see> if the point defined by <paramref name="x">x</paramref> and <paramref name="y">y</paramref> is contained within this <see cref="T:System.Drawing.Rectangle"></see> structure; otherwise <see langword="false"></see>.</returns>
461     </member>
462     <member name="F:System.Drawing.Rectangle.Empty">
463       <summary>Represents a <see cref="T:System.Drawing.Rectangle"></see> structure with its properties left uninitialized.</summary>
464       <returns></returns>
465     </member>
466     <member name="M:System.Drawing.Rectangle.Equals(System.Drawing.Rectangle)">
467       <param name="other"></param>
468       <returns></returns>
469     </member>
470     <member name="M:System.Drawing.Rectangle.Equals(System.Object)">
471       <summary>Tests whether <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.Rectangle"></see> structure with the same location and size of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
472       <param name="obj">The <see cref="T:System.Object"></see> to test.</param>
473       <returns>This method returns <see langword="true"></see> if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.Rectangle"></see> structure and its <see cref="P:System.Drawing.Rectangle.X"></see>, <see cref="P:System.Drawing.Rectangle.Y"></see>, <see cref="P:System.Drawing.Rectangle.Width"></see>, and <see cref="P:System.Drawing.Rectangle.Height"></see> properties are equal to the corresponding properties of this <see cref="T:System.Drawing.Rectangle"></see> structure; otherwise, <see langword="false"></see>.</returns>
474     </member>
475     <member name="M:System.Drawing.Rectangle.FromLTRB(System.Int32,System.Int32,System.Int32,System.Int32)">
476       <summary>Creates a <see cref="T:System.Drawing.Rectangle"></see> structure with the specified edge locations.</summary>
477       <param name="left">The x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</param>
478       <param name="top">The y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</param>
479       <param name="right">The x-coordinate of the lower-right corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</param>
480       <param name="bottom">The y-coordinate of the lower-right corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</param>
481       <returns>The new <see cref="T:System.Drawing.Rectangle"></see> that this method creates.</returns>
482     </member>
483     <member name="M:System.Drawing.Rectangle.GetHashCode">
484       <summary>Returns the hash code for this <see cref="T:System.Drawing.Rectangle"></see> structure. For information about the use of hash codes, see <see cref="M:System.Object.GetHashCode"></see> .</summary>
485       <returns>An integer that represents the hash code for this rectangle.</returns>
486     </member>
487     <member name="P:System.Drawing.Rectangle.Height">
488       <summary>Gets or sets the height of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
489       <returns>The height of this <see cref="T:System.Drawing.Rectangle"></see> structure. The default is 0.</returns>
490     </member>
491     <member name="M:System.Drawing.Rectangle.Inflate(System.Drawing.Size)">
492       <summary>Enlarges this <see cref="T:System.Drawing.Rectangle"></see> by the specified amount.</summary>
493       <param name="size">The amount to inflate this rectangle.</param>
494     </member>
495     <member name="M:System.Drawing.Rectangle.Inflate(System.Int32,System.Int32)">
496       <summary>Enlarges this <see cref="T:System.Drawing.Rectangle"></see> by the specified amount.</summary>
497       <param name="width">The amount to inflate this <see cref="T:System.Drawing.Rectangle"></see> horizontally.</param>
498       <param name="height">The amount to inflate this <see cref="T:System.Drawing.Rectangle"></see> vertically.</param>
499     </member>
500     <member name="M:System.Drawing.Rectangle.Inflate(System.Drawing.Rectangle,System.Int32,System.Int32)">
501       <summary>Creates and returns an enlarged copy of the specified <see cref="T:System.Drawing.Rectangle"></see> structure. The copy is enlarged by the specified amount. The original <see cref="T:System.Drawing.Rectangle"></see> structure remains unmodified.</summary>
502       <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> with which to start. This rectangle is not modified.</param>
503       <param name="x">The amount to inflate this <see cref="T:System.Drawing.Rectangle"></see> horizontally.</param>
504       <param name="y">The amount to inflate this <see cref="T:System.Drawing.Rectangle"></see> vertically.</param>
505       <returns>The enlarged <see cref="T:System.Drawing.Rectangle"></see>.</returns>
506     </member>
507     <member name="M:System.Drawing.Rectangle.Intersect(System.Drawing.Rectangle,System.Drawing.Rectangle)">
508       <summary>Returns a third <see cref="T:System.Drawing.Rectangle"></see> structure that represents the intersection of two other <see cref="T:System.Drawing.Rectangle"></see> structures. If there is no intersection, an empty <see cref="T:System.Drawing.Rectangle"></see> is returned.</summary>
509       <param name="a">A rectangle to intersect.</param>
510       <param name="b">A rectangle to intersect.</param>
511       <returns>A <see cref="T:System.Drawing.Rectangle"></see> that represents the intersection of <paramref name="a">a</paramref> and <paramref name="b">b</paramref>.</returns>
512     </member>
513     <member name="M:System.Drawing.Rectangle.Intersect(System.Drawing.Rectangle)">
514       <summary>Replaces this <see cref="T:System.Drawing.Rectangle"></see> with the intersection of itself and the specified <see cref="T:System.Drawing.Rectangle"></see>.</summary>
515       <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> with which to intersect.</param>
516     </member>
517     <member name="M:System.Drawing.Rectangle.IntersectsWith(System.Drawing.Rectangle)">
518       <summary>Determines if this rectangle intersects with <paramref name="rect">rect</paramref>.</summary>
519       <param name="rect">The rectangle to test.</param>
520       <returns>This method returns <see langword="true"></see> if there is any intersection, otherwise <see langword="false"></see>.</returns>
521     </member>
522     <member name="P:System.Drawing.Rectangle.IsEmpty">
523       <summary>Tests whether all numeric properties of this <see cref="T:System.Drawing.Rectangle"></see> have values of zero.</summary>
524       <returns>This property returns <see langword="true"></see> if the <see cref="P:System.Drawing.Rectangle.Width"></see>, <see cref="P:System.Drawing.Rectangle.Height"></see>, <see cref="P:System.Drawing.Rectangle.X"></see>, and <see cref="P:System.Drawing.Rectangle.Y"></see> properties of this <see cref="T:System.Drawing.Rectangle"></see> all have values of zero; otherwise, <see langword="false"></see>.</returns>
525     </member>
526     <member name="P:System.Drawing.Rectangle.Left">
527       <summary>Gets the x-coordinate of the left edge of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
528       <returns>The x-coordinate of the left edge of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
529     </member>
530     <member name="P:System.Drawing.Rectangle.Location">
531       <summary>Gets or sets the coordinates of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
532       <returns>A <see cref="T:System.Drawing.Point"></see> that represents the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
533     </member>
534     <member name="M:System.Drawing.Rectangle.Offset(System.Drawing.Point)">
535       <summary>Adjusts the location of this rectangle by the specified amount.</summary>
536       <param name="pos">Amount to offset the location.</param>
537     </member>
538     <member name="M:System.Drawing.Rectangle.Offset(System.Int32,System.Int32)">
539       <summary>Adjusts the location of this rectangle by the specified amount.</summary>
540       <param name="x">The horizontal offset.</param>
541       <param name="y">The vertical offset.</param>
542     </member>
543     <member name="M:System.Drawing.Rectangle.op_Equality(System.Drawing.Rectangle,System.Drawing.Rectangle)">
544       <summary>Tests whether two <see cref="T:System.Drawing.Rectangle"></see> structures have equal location and size.</summary>
545       <param name="left">The <see cref="T:System.Drawing.Rectangle"></see> structure that is to the left of the equality operator.</param>
546       <param name="right">The <see cref="T:System.Drawing.Rectangle"></see> structure that is to the right of the equality operator.</param>
547       <returns>This operator returns <see langword="true"></see> if the two <see cref="T:System.Drawing.Rectangle"></see> structures have equal <see cref="P:System.Drawing.Rectangle.X"></see>, <see cref="P:System.Drawing.Rectangle.Y"></see>, <see cref="P:System.Drawing.Rectangle.Width"></see>, and <see cref="P:System.Drawing.Rectangle.Height"></see> properties.</returns>
548     </member>
549     <member name="M:System.Drawing.Rectangle.op_Inequality(System.Drawing.Rectangle,System.Drawing.Rectangle)">
550       <summary>Tests whether two <see cref="T:System.Drawing.Rectangle"></see> structures differ in location or size.</summary>
551       <param name="left">The <see cref="T:System.Drawing.Rectangle"></see> structure that is to the left of the inequality operator.</param>
552       <param name="right">The <see cref="T:System.Drawing.Rectangle"></see> structure that is to the right of the inequality operator.</param>
553       <returns>This operator returns <see langword="true"></see> if any of the <see cref="P:System.Drawing.Rectangle.X"></see>, <see cref="P:System.Drawing.Rectangle.Y"></see>, <see cref="P:System.Drawing.Rectangle.Width"></see> or <see cref="P:System.Drawing.Rectangle.Height"></see> properties of the two <see cref="T:System.Drawing.Rectangle"></see> structures are unequal; otherwise <see langword="false"></see>.</returns>
554     </member>
555     <member name="P:System.Drawing.Rectangle.Right">
556       <summary>Gets the x-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.X"></see> and <see cref="P:System.Drawing.Rectangle.Width"></see> property values of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
557       <returns>The x-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.X"></see> and <see cref="P:System.Drawing.Rectangle.Width"></see> of this <see cref="T:System.Drawing.Rectangle"></see>.</returns>
558     </member>
559     <member name="M:System.Drawing.Rectangle.Round(System.Drawing.RectangleF)">
560       <summary>Converts the specified <see cref="T:System.Drawing.RectangleF"></see> to a <see cref="T:System.Drawing.Rectangle"></see> by rounding the <see cref="T:System.Drawing.RectangleF"></see> values to the nearest integer values.</summary>
561       <param name="value">The <see cref="T:System.Drawing.RectangleF"></see> to be converted.</param>
562       <returns>The rounded interger value of the <see cref="T:System.Drawing.Rectangle"></see>.</returns>
563     </member>
564     <member name="P:System.Drawing.Rectangle.Size">
565       <summary>Gets or sets the size of this <see cref="T:System.Drawing.Rectangle"></see>.</summary>
566       <returns>A <see cref="T:System.Drawing.Size"></see> that represents the width and height of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
567     </member>
568     <member name="P:System.Drawing.Rectangle.Top">
569       <summary>Gets the y-coordinate of the top edge of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
570       <returns>The y-coordinate of the top edge of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
571     </member>
572     <member name="M:System.Drawing.Rectangle.ToString">
573       <summary>Converts the attributes of this <see cref="T:System.Drawing.Rectangle"></see> to a human-readable string.</summary>
574       <returns>A string that contains the position, width, and height of this <see cref="T:System.Drawing.Rectangle"></see> structure ¾ for example, {X=20, Y=20, Width=100, Height=50}</returns>
575     </member>
576     <member name="M:System.Drawing.Rectangle.Truncate(System.Drawing.RectangleF)">
577       <summary>Converts the specified <see cref="T:System.Drawing.RectangleF"></see> to a <see cref="T:System.Drawing.Rectangle"></see> by truncating the <see cref="T:System.Drawing.RectangleF"></see> values.</summary>
578       <param name="value">The <see cref="T:System.Drawing.RectangleF"></see> to be converted.</param>
579       <returns>The truncated value of the  <see cref="T:System.Drawing.Rectangle"></see>.</returns>
580     </member>
581     <member name="M:System.Drawing.Rectangle.Union(System.Drawing.Rectangle,System.Drawing.Rectangle)">
582       <summary>Gets a <see cref="T:System.Drawing.Rectangle"></see> structure that contains the union of two <see cref="T:System.Drawing.Rectangle"></see> structures.</summary>
583       <param name="a">A rectangle to union.</param>
584       <param name="b">A rectangle to union.</param>
585       <returns>A <see cref="T:System.Drawing.Rectangle"></see> structure that bounds the union of the two <see cref="T:System.Drawing.Rectangle"></see> structures.</returns>
586     </member>
587     <member name="P:System.Drawing.Rectangle.Width">
588       <summary>Gets or sets the width of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
589       <returns>The width of this <see cref="T:System.Drawing.Rectangle"></see> structure. The default is 0.</returns>
590     </member>
591     <member name="P:System.Drawing.Rectangle.X">
592       <summary>Gets or sets the x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
593       <returns>The x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure. The default is 0.</returns>
594     </member>
595     <member name="P:System.Drawing.Rectangle.Y">
596       <summary>Gets or sets the y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
597       <returns>The y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure. The default is 0.</returns>
598     </member>
599     <member name="T:System.Drawing.Color">
600       <summary>Represents an ARGB (alpha, red, green, blue) color.</summary>
601     </member>
602     <member name="P:System.Drawing.Color.A">
603       <summary>Gets the alpha component value of this <see cref="T:System.Drawing.Color"></see> structure.</summary>
604       <returns>The alpha component value of this <see cref="T:System.Drawing.Color"></see>.</returns>
605     </member>
606     <member name="P:System.Drawing.Color.AliceBlue">
607       <summary>Gets a system-defined color that has an ARGB value of #FFF0F8FF.</summary>
608       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
609     </member>
610     <member name="P:System.Drawing.Color.AntiqueWhite">
611       <summary>Gets a system-defined color that has an ARGB value of #FFFAEBD7.</summary>
612       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
613     </member>
614     <member name="P:System.Drawing.Color.Aqua">
615       <summary>Gets a system-defined color that has an ARGB value of #FF00FFFF.</summary>
616       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
617     </member>
618     <member name="P:System.Drawing.Color.Aquamarine">
619       <summary>Gets a system-defined color that has an ARGB value of #FF7FFFD4.</summary>
620       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
621     </member>
622     <member name="P:System.Drawing.Color.Azure">
623       <summary>Gets a system-defined color that has an ARGB value of #FFF0FFFF.</summary>
624       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
625     </member>
626     <member name="P:System.Drawing.Color.B">
627       <summary>Gets the blue component value of this <see cref="T:System.Drawing.Color"></see> structure.</summary>
628       <returns>The blue component value of this <see cref="T:System.Drawing.Color"></see>.</returns>
629     </member>
630     <member name="P:System.Drawing.Color.Beige">
631       <summary>Gets a system-defined color that has an ARGB value of #FFF5F5DC.</summary>
632       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
633     </member>
634     <member name="P:System.Drawing.Color.Bisque">
635       <summary>Gets a system-defined color that has an ARGB value of #FFFFE4C4.</summary>
636       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
637     </member>
638     <member name="P:System.Drawing.Color.Black">
639       <summary>Gets a system-defined color that has an ARGB value of #FF000000.</summary>
640       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
641     </member>
642     <member name="P:System.Drawing.Color.BlanchedAlmond">
643       <summary>Gets a system-defined color that has an ARGB value of #FFFFEBCD.</summary>
644       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
645     </member>
646     <member name="P:System.Drawing.Color.Blue">
647       <summary>Gets a system-defined color that has an ARGB value of #FF0000FF.</summary>
648       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
649     </member>
650     <member name="P:System.Drawing.Color.BlueViolet">
651       <summary>Gets a system-defined color that has an ARGB value of #FF8A2BE2.</summary>
652       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
653     </member>
654     <member name="P:System.Drawing.Color.Brown">
655       <summary>Gets a system-defined color that has an ARGB value of #FFA52A2A.</summary>
656       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
657     </member>
658     <member name="P:System.Drawing.Color.BurlyWood">
659       <summary>Gets a system-defined color that has an ARGB value of #FFDEB887.</summary>
660       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
661     </member>
662     <member name="P:System.Drawing.Color.CadetBlue">
663       <summary>Gets a system-defined color that has an ARGB value of #FF5F9EA0.</summary>
664       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
665     </member>
666     <member name="P:System.Drawing.Color.Chartreuse">
667       <summary>Gets a system-defined color that has an ARGB value of #FF7FFF00.</summary>
668       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
669     </member>
670     <member name="P:System.Drawing.Color.Chocolate">
671       <summary>Gets a system-defined color that has an ARGB value of #FFD2691E.</summary>
672       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
673     </member>
674     <member name="P:System.Drawing.Color.Coral">
675       <summary>Gets a system-defined color that has an ARGB value of #FFFF7F50.</summary>
676       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
677     </member>
678     <member name="P:System.Drawing.Color.CornflowerBlue">
679       <summary>Gets a system-defined color that has an ARGB value of #FF6495ED.</summary>
680       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
681     </member>
682     <member name="P:System.Drawing.Color.Cornsilk">
683       <summary>Gets a system-defined color that has an ARGB value of #FFFFF8DC.</summary>
684       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
685     </member>
686     <member name="P:System.Drawing.Color.Crimson">
687       <summary>Gets a system-defined color that has an ARGB value of #FFDC143C.</summary>
688       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
689     </member>
690     <member name="P:System.Drawing.Color.Cyan">
691       <summary>Gets a system-defined color that has an ARGB value of #FF00FFFF.</summary>
692       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
693     </member>
694     <member name="P:System.Drawing.Color.DarkBlue">
695       <summary>Gets a system-defined color that has an ARGB value of #FF00008B.</summary>
696       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
697     </member>
698     <member name="P:System.Drawing.Color.DarkCyan">
699       <summary>Gets a system-defined color that has an ARGB value of #FF008B8B.</summary>
700       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
701     </member>
702     <member name="P:System.Drawing.Color.DarkGoldenrod">
703       <summary>Gets a system-defined color that has an ARGB value of #FFB8860B.</summary>
704       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
705     </member>
706     <member name="P:System.Drawing.Color.DarkGray">
707       <summary>Gets a system-defined color that has an ARGB value of #FFA9A9A9.</summary>
708       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
709     </member>
710     <member name="P:System.Drawing.Color.DarkGreen">
711       <summary>Gets a system-defined color that has an ARGB value of #FF006400.</summary>
712       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
713     </member>
714     <member name="P:System.Drawing.Color.DarkKhaki">
715       <summary>Gets a system-defined color that has an ARGB value of #FFBDB76B.</summary>
716       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
717     </member>
718     <member name="P:System.Drawing.Color.DarkMagenta">
719       <summary>Gets a system-defined color that has an ARGB value of #FF8B008B.</summary>
720       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
721     </member>
722     <member name="P:System.Drawing.Color.DarkOliveGreen">
723       <summary>Gets a system-defined color that has an ARGB value of #FF556B2F.</summary>
724       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
725     </member>
726     <member name="P:System.Drawing.Color.DarkOrange">
727       <summary>Gets a system-defined color that has an ARGB value of #FFFF8C00.</summary>
728       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
729     </member>
730     <member name="P:System.Drawing.Color.DarkOrchid">
731       <summary>Gets a system-defined color that has an ARGB value of #FF9932CC.</summary>
732       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
733     </member>
734     <member name="P:System.Drawing.Color.DarkRed">
735       <summary>Gets a system-defined color that has an ARGB value of #FF8B0000.</summary>
736       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
737     </member>
738     <member name="P:System.Drawing.Color.DarkSalmon">
739       <summary>Gets a system-defined color that has an ARGB value of #FFE9967A.</summary>
740       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
741     </member>
742     <member name="P:System.Drawing.Color.DarkSeaGreen">
743       <summary>Gets a system-defined color that has an ARGB value of #FF8FBC8F.</summary>
744       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
745     </member>
746     <member name="P:System.Drawing.Color.DarkSlateBlue">
747       <summary>Gets a system-defined color that has an ARGB value of #FF483D8B.</summary>
748       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
749     </member>
750     <member name="P:System.Drawing.Color.DarkSlateGray">
751       <summary>Gets a system-defined color that has an ARGB value of #FF2F4F4F.</summary>
752       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
753     </member>
754     <member name="P:System.Drawing.Color.DarkTurquoise">
755       <summary>Gets a system-defined color that has an ARGB value of #FF00CED1.</summary>
756       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
757     </member>
758     <member name="P:System.Drawing.Color.DarkViolet">
759       <summary>Gets a system-defined color that has an ARGB value of #FF9400D3.</summary>
760       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
761     </member>
762     <member name="P:System.Drawing.Color.DeepPink">
763       <summary>Gets a system-defined color that has an ARGB value of #FFFF1493.</summary>
764       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
765     </member>
766     <member name="P:System.Drawing.Color.DeepSkyBlue">
767       <summary>Gets a system-defined color that has an ARGB value of #FF00BFFF.</summary>
768       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
769     </member>
770     <member name="P:System.Drawing.Color.DimGray">
771       <summary>Gets a system-defined color that has an ARGB value of #FF696969.</summary>
772       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
773     </member>
774     <member name="P:System.Drawing.Color.DodgerBlue">
775       <summary>Gets a system-defined color that has an ARGB value of #FF1E90FF.</summary>
776       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
777     </member>
778     <member name="F:System.Drawing.Color.Empty">
779       <summary>Represents a color that is <see langword="null"></see>.</summary>
780       <returns></returns>
781     </member>
782     <member name="M:System.Drawing.Color.Equals(System.Drawing.Color)">
783       <param name="other"></param>
784       <returns></returns>
785     </member>
786     <member name="M:System.Drawing.Color.Equals(System.Object)">
787       <summary>Tests whether the specified object is a <see cref="T:System.Drawing.Color"></see> structure and is equivalent to this <see cref="T:System.Drawing.Color"></see> structure.</summary>
788       <param name="obj">The object to test.</param>
789       <returns><see langword="true"></see> if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.Color"></see> structure equivalent to this <see cref="T:System.Drawing.Color"></see> structure; otherwise, <see langword="false"></see>.</returns>
790     </member>
791     <member name="P:System.Drawing.Color.Firebrick">
792       <summary>Gets a system-defined color that has an ARGB value of #FFB22222.</summary>
793       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
794     </member>
795     <member name="P:System.Drawing.Color.FloralWhite">
796       <summary>Gets a system-defined color that has an ARGB value of #FFFFFAF0.</summary>
797       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
798     </member>
799     <member name="P:System.Drawing.Color.ForestGreen">
800       <summary>Gets a system-defined color that has an ARGB value of #FF228B22.</summary>
801       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
802     </member>
803     <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Int32,System.Int32,System.Int32)">
804       <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits.</summary>
805       <param name="alpha">The alpha component. Valid values are 0 through 255.</param>
806       <param name="red">The red component. Valid values are 0 through 255.</param>
807       <param name="green">The green component. Valid values are 0 through 255.</param>
808       <param name="blue">The blue component. Valid values are 0 through 255.</param>
809       <returns>The <see cref="T:System.Drawing.Color"></see> that this method creates.</returns>
810       <exception cref="T:System.ArgumentException"><paramref name="alpha">alpha</paramref>, <paramref name="red">red</paramref>, <paramref name="green">green</paramref>, or <paramref name="blue">blue</paramref> is less than 0 or greater than 255.</exception>
811     </member>
812     <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Int32,System.Int32)">
813       <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits.</summary>
814       <param name="red">The red component value for the new <see cref="T:System.Drawing.Color"></see>. Valid values are 0 through 255.</param>
815       <param name="green">The green component value for the new <see cref="T:System.Drawing.Color"></see>. Valid values are 0 through 255.</param>
816       <param name="blue">The blue component value for the new <see cref="T:System.Drawing.Color"></see>. Valid values are 0 through 255.</param>
817       <returns>The <see cref="T:System.Drawing.Color"></see> that this method creates.</returns>
818       <exception cref="T:System.ArgumentException"><paramref name="red">red</paramref>, <paramref name="green">green</paramref>, or <paramref name="blue">blue</paramref> is less than 0 or greater than 255.</exception>
819     </member>
820     <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Drawing.Color)">
821       <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from the specified <see cref="T:System.Drawing.Color"></see> structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits.</summary>
822       <param name="alpha">The alpha value for the new <see cref="T:System.Drawing.Color"></see>. Valid values are 0 through 255.</param>
823       <param name="baseColor">The <see cref="T:System.Drawing.Color"></see> from which to create the new <see cref="T:System.Drawing.Color"></see>.</param>
824       <returns>The <see cref="T:System.Drawing.Color"></see> that this method creates.</returns>
825       <exception cref="T:System.ArgumentException"><paramref name="alpha">alpha</paramref> is less than 0 or greater than 255.</exception>
826     </member>
827     <member name="M:System.Drawing.Color.FromArgb(System.Int32)">
828       <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from a 32-bit ARGB value.</summary>
829       <param name="argb">A value specifying the 32-bit ARGB value.</param>
830       <returns>The <see cref="T:System.Drawing.Color"></see> structure that this method creates.</returns>
831     </member>
832     <member name="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)">
833       <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from the specified predefined color.</summary>
834       <param name="color">An element of the <see cref="T:System.Drawing.KnownColor"></see> enumeration.</param>
835       <returns>The <see cref="T:System.Drawing.Color"></see> that this method creates.</returns>
836     </member>
837     <member name="M:System.Drawing.Color.FromName(System.String)">
838       <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from the specified name of a predefined color.</summary>
839       <param name="name">A string that is the name of a predefined color. Valid names are the same as the names of the elements of the <see cref="T:System.Drawing.KnownColor"></see> enumeration.</param>
840       <returns>The <see cref="T:System.Drawing.Color"></see> that this method creates.</returns>
841     </member>
842     <member name="P:System.Drawing.Color.Fuchsia">
843       <summary>Gets a system-defined color that has an ARGB value of #FFFF00FF.</summary>
844       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
845     </member>
846     <member name="P:System.Drawing.Color.G">
847       <summary>Gets the green component value of this <see cref="T:System.Drawing.Color"></see> structure.</summary>
848       <returns>The green component value of this <see cref="T:System.Drawing.Color"></see>.</returns>
849     </member>
850     <member name="P:System.Drawing.Color.Gainsboro">
851       <summary>Gets a system-defined color that has an ARGB value of #FFDCDCDC.</summary>
852       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
853     </member>
854     <member name="M:System.Drawing.Color.GetBrightness">
855       <summary>Gets the hue-saturation-lightness (HSL) lightness value for this <see cref="T:System.Drawing.Color"></see> structure.</summary>
856       <returns>The lightness of this <see cref="T:System.Drawing.Color"></see>. The lightness ranges from 0.0 through 1.0, where 0.0 represents black and 1.0 represents white.</returns>
857     </member>
858     <member name="M:System.Drawing.Color.GetHashCode">
859       <summary>Returns a hash code for this <see cref="T:System.Drawing.Color"></see> structure.</summary>
860       <returns>An integer value that specifies the hash code for this <see cref="T:System.Drawing.Color"></see>.</returns>
861     </member>
862     <member name="M:System.Drawing.Color.GetHue">
863       <summary>Gets the hue-saturation-lightness (HSL) hue value, in degrees, for this <see cref="T:System.Drawing.Color"></see> structure.</summary>
864       <returns>The hue, in degrees, of this <see cref="T:System.Drawing.Color"></see>. The hue is measured in degrees, ranging from 0.0 through 360.0, in HSL color space.</returns>
865     </member>
866     <member name="M:System.Drawing.Color.GetSaturation">
867       <summary>Gets the hue-saturation-lightness (HSL) saturation value for this <see cref="T:System.Drawing.Color"></see> structure.</summary>
868       <returns>The saturation of this <see cref="T:System.Drawing.Color"></see>. The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale and 1.0 is the most saturated.</returns>
869     </member>
870     <member name="P:System.Drawing.Color.GhostWhite">
871       <summary>Gets a system-defined color that has an ARGB value of #FFF8F8FF.</summary>
872       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
873     </member>
874     <member name="P:System.Drawing.Color.Gold">
875       <summary>Gets a system-defined color that has an ARGB value of #FFFFD700.</summary>
876       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
877     </member>
878     <member name="P:System.Drawing.Color.Goldenrod">
879       <summary>Gets a system-defined color that has an ARGB value of #FFDAA520.</summary>
880       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
881     </member>
882     <member name="P:System.Drawing.Color.Gray">
883       <summary>Gets a system-defined color that has an ARGB value of #FF808080.</summary>
884       <returns>A <see cref="T:System.Drawing.Color"></see> strcture representing a system-defined color.</returns>
885     </member>
886     <member name="P:System.Drawing.Color.Green">
887       <summary>Gets a system-defined color that has an ARGB value of #FF008000.</summary>
888       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
889     </member>
890     <member name="P:System.Drawing.Color.GreenYellow">
891       <summary>Gets a system-defined color that has an ARGB value of #FFADFF2F.</summary>
892       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
893     </member>
894     <member name="P:System.Drawing.Color.Honeydew">
895       <summary>Gets a system-defined color that has an ARGB value of #FFF0FFF0.</summary>
896       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
897     </member>
898     <member name="P:System.Drawing.Color.HotPink">
899       <summary>Gets a system-defined color that has an ARGB value of #FFFF69B4.</summary>
900       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
901     </member>
902     <member name="P:System.Drawing.Color.IndianRed">
903       <summary>Gets a system-defined color that has an ARGB value of #FFCD5C5C.</summary>
904       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
905     </member>
906     <member name="P:System.Drawing.Color.Indigo">
907       <summary>Gets a system-defined color that has an ARGB value of #FF4B0082.</summary>
908       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
909     </member>
910     <member name="P:System.Drawing.Color.IsEmpty">
911       <summary>Specifies whether this <see cref="T:System.Drawing.Color"></see> structure is uninitialized.</summary>
912       <returns>This property returns <see langword="true"></see> if this color is uninitialized; otherwise, <see langword="false"></see>.</returns>
913     </member>
914     <member name="P:System.Drawing.Color.IsKnownColor">
915       <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Color"></see> structure is a predefined color. Predefined colors are represented by the elements of the <see cref="T:System.Drawing.KnownColor"></see> enumeration.</summary>
916       <returns><see langword="true"></see> if this <see cref="T:System.Drawing.Color"></see> was created from a predefined color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)"></see> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"></see> method; otherwise, <see langword="false"></see>.</returns>
917     </member>
918     <member name="P:System.Drawing.Color.IsNamedColor">
919       <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Color"></see> structure is a named color or a member of the <see cref="T:System.Drawing.KnownColor"></see> enumeration.</summary>
920       <returns><see langword="true"></see> if this <see cref="T:System.Drawing.Color"></see> was created by using either the <see cref="M:System.Drawing.Color.FromName(System.String)"></see> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"></see> method; otherwise, <see langword="false"></see>.</returns>
921     </member>
922     <member name="P:System.Drawing.Color.IsSystemColor">
923       <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Color"></see> structure is a system color. A system color is a color that is used in a Windows display element. System colors are represented by elements of the <see cref="T:System.Drawing.KnownColor"></see> enumeration.</summary>
924       <returns><see langword="true"></see> if this <see cref="T:System.Drawing.Color"></see> was created from a system color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)"></see> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"></see> method; otherwise, <see langword="false"></see>.</returns>
925     </member>
926     <member name="P:System.Drawing.Color.Ivory">
927       <summary>Gets a system-defined color that has an ARGB value of #FFFFFFF0.</summary>
928       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
929     </member>
930     <member name="P:System.Drawing.Color.Khaki">
931       <summary>Gets a system-defined color that has an ARGB value of #FFF0E68C.</summary>
932       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
933     </member>
934     <member name="P:System.Drawing.Color.Lavender">
935       <summary>Gets a system-defined color that has an ARGB value of #FFE6E6FA.</summary>
936       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
937     </member>
938     <member name="P:System.Drawing.Color.LavenderBlush">
939       <summary>Gets a system-defined color that has an ARGB value of #FFFFF0F5.</summary>
940       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
941     </member>
942     <member name="P:System.Drawing.Color.LawnGreen">
943       <summary>Gets a system-defined color that has an ARGB value of #FF7CFC00.</summary>
944       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
945     </member>
946     <member name="P:System.Drawing.Color.LemonChiffon">
947       <summary>Gets a system-defined color that has an ARGB value of #FFFFFACD.</summary>
948       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
949     </member>
950     <member name="P:System.Drawing.Color.LightBlue">
951       <summary>Gets a system-defined color that has an ARGB value of #FFADD8E6.</summary>
952       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
953     </member>
954     <member name="P:System.Drawing.Color.LightCoral">
955       <summary>Gets a system-defined color that has an ARGB value of #FFF08080.</summary>
956       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
957     </member>
958     <member name="P:System.Drawing.Color.LightCyan">
959       <summary>Gets a system-defined color that has an ARGB value of #FFE0FFFF.</summary>
960       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
961     </member>
962     <member name="P:System.Drawing.Color.LightGoldenrodYellow">
963       <summary>Gets a system-defined color that has an ARGB value of #FFFAFAD2.</summary>
964       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
965     </member>
966     <member name="P:System.Drawing.Color.LightGray">
967       <summary>Gets a system-defined color that has an ARGB value of #FFD3D3D3.</summary>
968       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
969     </member>
970     <member name="P:System.Drawing.Color.LightGreen">
971       <summary>Gets a system-defined color that has an ARGB value of #FF90EE90.</summary>
972       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
973     </member>
974     <member name="P:System.Drawing.Color.LightPink">
975       <summary>Gets a system-defined color that has an ARGB value of #FFFFB6C1.</summary>
976       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
977     </member>
978     <member name="P:System.Drawing.Color.LightSalmon">
979       <summary>Gets a system-defined color that has an ARGB value of #FFFFA07A.</summary>
980       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
981     </member>
982     <member name="P:System.Drawing.Color.LightSeaGreen">
983       <summary>Gets a system-defined color that has an ARGB value of #FF20B2AA.</summary>
984       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
985     </member>
986     <member name="P:System.Drawing.Color.LightSkyBlue">
987       <summary>Gets a system-defined color that has an ARGB value of #FF87CEFA.</summary>
988       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
989     </member>
990     <member name="P:System.Drawing.Color.LightSlateGray">
991       <summary>Gets a system-defined color that has an ARGB value of #FF778899.</summary>
992       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
993     </member>
994     <member name="P:System.Drawing.Color.LightSteelBlue">
995       <summary>Gets a system-defined color that has an ARGB value of #FFB0C4DE.</summary>
996       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
997     </member>
998     <member name="P:System.Drawing.Color.LightYellow">
999       <summary>Gets a system-defined color that has an ARGB value of #FFFFFFE0.</summary>
1000       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1001     </member>
1002     <member name="P:System.Drawing.Color.Lime">
1003       <summary>Gets a system-defined color that has an ARGB value of #FF00FF00.</summary>
1004       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1005     </member>
1006     <member name="P:System.Drawing.Color.LimeGreen">
1007       <summary>Gets a system-defined color that has an ARGB value of #FF32CD32.</summary>
1008       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1009     </member>
1010     <member name="P:System.Drawing.Color.Linen">
1011       <summary>Gets a system-defined color that has an ARGB value of #FFFAF0E6.</summary>
1012       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1013     </member>
1014     <member name="P:System.Drawing.Color.Magenta">
1015       <summary>Gets a system-defined color that has an ARGB value of #FFFF00FF.</summary>
1016       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1017     </member>
1018     <member name="P:System.Drawing.Color.Maroon">
1019       <summary>Gets a system-defined color that has an ARGB value of #FF800000.</summary>
1020       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1021     </member>
1022     <member name="P:System.Drawing.Color.MediumAquamarine">
1023       <summary>Gets a system-defined color that has an ARGB value of #FF66CDAA.</summary>
1024       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1025     </member>
1026     <member name="P:System.Drawing.Color.MediumBlue">
1027       <summary>Gets a system-defined color that has an ARGB value of #FF0000CD.</summary>
1028       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1029     </member>
1030     <member name="P:System.Drawing.Color.MediumOrchid">
1031       <summary>Gets a system-defined color that has an ARGB value of #FFBA55D3.</summary>
1032       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1033     </member>
1034     <member name="P:System.Drawing.Color.MediumPurple">
1035       <summary>Gets a system-defined color that has an ARGB value of #FF9370DB.</summary>
1036       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1037     </member>
1038     <member name="P:System.Drawing.Color.MediumSeaGreen">
1039       <summary>Gets a system-defined color that has an ARGB value of #FF3CB371.</summary>
1040       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1041     </member>
1042     <member name="P:System.Drawing.Color.MediumSlateBlue">
1043       <summary>Gets a system-defined color that has an ARGB value of #FF7B68EE.</summary>
1044       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1045     </member>
1046     <member name="P:System.Drawing.Color.MediumSpringGreen">
1047       <summary>Gets a system-defined color that has an ARGB value of #FF00FA9A.</summary>
1048       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1049     </member>
1050     <member name="P:System.Drawing.Color.MediumTurquoise">
1051       <summary>Gets a system-defined color that has an ARGB value of #FF48D1CC.</summary>
1052       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1053     </member>
1054     <member name="P:System.Drawing.Color.MediumVioletRed">
1055       <summary>Gets a system-defined color that has an ARGB value of #FFC71585.</summary>
1056       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1057     </member>
1058     <member name="P:System.Drawing.Color.MidnightBlue">
1059       <summary>Gets a system-defined color that has an ARGB value of #FF191970.</summary>
1060       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1061     </member>
1062     <member name="P:System.Drawing.Color.MintCream">
1063       <summary>Gets a system-defined color that has an ARGB value of #FFF5FFFA.</summary>
1064       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1065     </member>
1066     <member name="P:System.Drawing.Color.MistyRose">
1067       <summary>Gets a system-defined color that has an ARGB value of #FFFFE4E1.</summary>
1068       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1069     </member>
1070     <member name="P:System.Drawing.Color.Moccasin">
1071       <summary>Gets a system-defined color that has an ARGB value of #FFFFE4B5.</summary>
1072       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1073     </member>
1074     <member name="P:System.Drawing.Color.Name">
1075       <summary>Gets the name of this <see cref="T:System.Drawing.Color"></see>.</summary>
1076       <returns>The name of this <see cref="T:System.Drawing.Color"></see>.</returns>
1077     </member>
1078     <member name="P:System.Drawing.Color.NavajoWhite">
1079       <summary>Gets a system-defined color that has an ARGB value of #FFFFDEAD.</summary>
1080       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1081     </member>
1082     <member name="P:System.Drawing.Color.Navy">
1083       <summary>Gets a system-defined color that has an ARGB value of #FF000080.</summary>
1084       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1085     </member>
1086     <member name="P:System.Drawing.Color.OldLace">
1087       <summary>Gets a system-defined color that has an ARGB value of #FFFDF5E6.</summary>
1088       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1089     </member>
1090     <member name="P:System.Drawing.Color.Olive">
1091       <summary>Gets a system-defined color that has an ARGB value of #FF808000.</summary>
1092       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1093     </member>
1094     <member name="P:System.Drawing.Color.OliveDrab">
1095       <summary>Gets a system-defined color that has an ARGB value of #FF6B8E23.</summary>
1096       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1097     </member>
1098     <member name="M:System.Drawing.Color.op_Equality(System.Drawing.Color,System.Drawing.Color)">
1099       <summary>Tests whether two specified <see cref="T:System.Drawing.Color"></see> structures are equivalent.</summary>
1100       <param name="left">The <see cref="T:System.Drawing.Color"></see> that is to the left of the equality operator.</param>
1101       <param name="right">The <see cref="T:System.Drawing.Color"></see> that is to the right of the equality operator.</param>
1102       <returns><see langword="true"></see> if the two <see cref="T:System.Drawing.Color"></see> structures are equal; otherwise, <see langword="false"></see>.</returns>
1103     </member>
1104     <member name="M:System.Drawing.Color.op_Inequality(System.Drawing.Color,System.Drawing.Color)">
1105       <summary>Tests whether two specified <see cref="T:System.Drawing.Color"></see> structures are different.</summary>
1106       <param name="left">The <see cref="T:System.Drawing.Color"></see> that is to the left of the inequality operator.</param>
1107       <param name="right">The <see cref="T:System.Drawing.Color"></see> that is to the right of the inequality operator.</param>
1108       <returns><see langword="true"></see> if the two <see cref="T:System.Drawing.Color"></see> structures are different; otherwise, <see langword="false"></see>.</returns>
1109     </member>
1110     <member name="P:System.Drawing.Color.Orange">
1111       <summary>Gets a system-defined color that has an ARGB value of #FFFFA500.</summary>
1112       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1113     </member>
1114     <member name="P:System.Drawing.Color.OrangeRed">
1115       <summary>Gets a system-defined color that has an ARGB value of #FFFF4500.</summary>
1116       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1117     </member>
1118     <member name="P:System.Drawing.Color.Orchid">
1119       <summary>Gets a system-defined color that has an ARGB value of #FFDA70D6.</summary>
1120       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1121     </member>
1122     <member name="P:System.Drawing.Color.PaleGoldenrod">
1123       <summary>Gets a system-defined color that has an ARGB value of #FFEEE8AA.</summary>
1124       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1125     </member>
1126     <member name="P:System.Drawing.Color.PaleGreen">
1127       <summary>Gets a system-defined color that has an ARGB value of #FF98FB98.</summary>
1128       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1129     </member>
1130     <member name="P:System.Drawing.Color.PaleTurquoise">
1131       <summary>Gets a system-defined color that has an ARGB value of #FFAFEEEE.</summary>
1132       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1133     </member>
1134     <member name="P:System.Drawing.Color.PaleVioletRed">
1135       <summary>Gets a system-defined color that has an ARGB value of #FFDB7093.</summary>
1136       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1137     </member>
1138     <member name="P:System.Drawing.Color.PapayaWhip">
1139       <summary>Gets a system-defined color that has an ARGB value of #FFFFEFD5.</summary>
1140       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1141     </member>
1142     <member name="P:System.Drawing.Color.PeachPuff">
1143       <summary>Gets a system-defined color that has an ARGB value of #FFFFDAB9.</summary>
1144       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1145     </member>
1146     <member name="P:System.Drawing.Color.Peru">
1147       <summary>Gets a system-defined color that has an ARGB value of #FFCD853F.</summary>
1148       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1149     </member>
1150     <member name="P:System.Drawing.Color.Pink">
1151       <summary>Gets a system-defined color that has an ARGB value of #FFFFC0CB.</summary>
1152       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1153     </member>
1154     <member name="P:System.Drawing.Color.Plum">
1155       <summary>Gets a system-defined color that has an ARGB value of #FFDDA0DD.</summary>
1156       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1157     </member>
1158     <member name="P:System.Drawing.Color.PowderBlue">
1159       <summary>Gets a system-defined color that has an ARGB value of #FFB0E0E6.</summary>
1160       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1161     </member>
1162     <member name="P:System.Drawing.Color.Purple">
1163       <summary>Gets a system-defined color that has an ARGB value of #FF800080.</summary>
1164       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1165     </member>
1166     <member name="P:System.Drawing.Color.R">
1167       <summary>Gets the red component value of this <see cref="T:System.Drawing.Color"></see> structure.</summary>
1168       <returns>The red component value of this <see cref="T:System.Drawing.Color"></see>.</returns>
1169     </member>
1170     <member name="P:System.Drawing.Color.Red">
1171       <summary>Gets a system-defined color that has an ARGB value of #FFFF0000.</summary>
1172       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1173     </member>
1174     <member name="P:System.Drawing.Color.RosyBrown">
1175       <summary>Gets a system-defined color that has an ARGB value of #FFBC8F8F.</summary>
1176       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1177     </member>
1178     <member name="P:System.Drawing.Color.RoyalBlue">
1179       <summary>Gets a system-defined color that has an ARGB value of #FF4169E1.</summary>
1180       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1181     </member>
1182     <member name="P:System.Drawing.Color.SaddleBrown">
1183       <summary>Gets a system-defined color that has an ARGB value of #FF8B4513.</summary>
1184       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1185     </member>
1186     <member name="P:System.Drawing.Color.Salmon">
1187       <summary>Gets a system-defined color that has an ARGB value of #FFFA8072.</summary>
1188       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1189     </member>
1190     <member name="P:System.Drawing.Color.SandyBrown">
1191       <summary>Gets a system-defined color that has an ARGB value of #FFF4A460.</summary>
1192       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1193     </member>
1194     <member name="P:System.Drawing.Color.SeaGreen">
1195       <summary>Gets a system-defined color that has an ARGB value of #FF2E8B57.</summary>
1196       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1197     </member>
1198     <member name="P:System.Drawing.Color.SeaShell">
1199       <summary>Gets a system-defined color that has an ARGB value of #FFFFF5EE.</summary>
1200       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1201     </member>
1202     <member name="P:System.Drawing.Color.Sienna">
1203       <summary>Gets a system-defined color that has an ARGB value of #FFA0522D.</summary>
1204       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1205     </member>
1206     <member name="P:System.Drawing.Color.Silver">
1207       <summary>Gets a system-defined color that has an ARGB value of #FFC0C0C0.</summary>
1208       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1209     </member>
1210     <member name="P:System.Drawing.Color.SkyBlue">
1211       <summary>Gets a system-defined color that has an ARGB value of #FF87CEEB.</summary>
1212       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1213     </member>
1214     <member name="P:System.Drawing.Color.SlateBlue">
1215       <summary>Gets a system-defined color that has an ARGB value of #FF6A5ACD.</summary>
1216       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1217     </member>
1218     <member name="P:System.Drawing.Color.SlateGray">
1219       <summary>Gets a system-defined color that has an ARGB value of #FF708090.</summary>
1220       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1221     </member>
1222     <member name="P:System.Drawing.Color.Snow">
1223       <summary>Gets a system-defined color that has an ARGB value of #FFFFFAFA.</summary>
1224       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1225     </member>
1226     <member name="P:System.Drawing.Color.SpringGreen">
1227       <summary>Gets a system-defined color that has an ARGB value of #FF00FF7F.</summary>
1228       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1229     </member>
1230     <member name="P:System.Drawing.Color.SteelBlue">
1231       <summary>Gets a system-defined color that has an ARGB value of #FF4682B4.</summary>
1232       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1233     </member>
1234     <member name="P:System.Drawing.Color.Tan">
1235       <summary>Gets a system-defined color that has an ARGB value of #FFD2B48C.</summary>
1236       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1237     </member>
1238     <member name="P:System.Drawing.Color.Teal">
1239       <summary>Gets a system-defined color that has an ARGB value of #FF008080.</summary>
1240       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1241     </member>
1242     <member name="P:System.Drawing.Color.Thistle">
1243       <summary>Gets a system-defined color that has an ARGB value of #FFD8BFD8.</summary>
1244       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1245     </member>
1246     <member name="M:System.Drawing.Color.ToArgb">
1247       <summary>Gets the 32-bit ARGB value of this <see cref="T:System.Drawing.Color"></see> structure.</summary>
1248       <returns>The 32-bit ARGB value of this <see cref="T:System.Drawing.Color"></see>.</returns>
1249     </member>
1250     <member name="M:System.Drawing.Color.ToKnownColor">
1251       <summary>Gets the <see cref="T:System.Drawing.KnownColor"></see> value of this <see cref="T:System.Drawing.Color"></see> structure.</summary>
1252       <returns>An element of the <see cref="T:System.Drawing.KnownColor"></see> enumeration, if the <see cref="T:System.Drawing.Color"></see> is created from a predefined color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)"></see> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"></see> method; otherwise, 0.</returns>
1253     </member>
1254     <member name="P:System.Drawing.Color.Tomato">
1255       <summary>Gets a system-defined color that has an ARGB value of #FFFF6347.</summary>
1256       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1257     </member>
1258     <member name="M:System.Drawing.Color.ToString">
1259       <summary>Converts this <see cref="T:System.Drawing.Color"></see> structure to a human-readable string.</summary>
1260       <returns>A string that is the name of this <see cref="T:System.Drawing.Color"></see>, if the <see cref="T:System.Drawing.Color"></see> is created from a predefined color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)"></see> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"></see> method; otherwise, a string that consists of the ARGB component names and their values.</returns>
1261     </member>
1262     <member name="P:System.Drawing.Color.Transparent">
1263       <summary>Gets a system-defined color.</summary>
1264       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1265     </member>
1266     <member name="P:System.Drawing.Color.Turquoise">
1267       <summary>Gets a system-defined color that has an ARGB value of #FF40E0D0.</summary>
1268       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1269     </member>
1270     <member name="P:System.Drawing.Color.Violet">
1271       <summary>Gets a system-defined color that has an ARGB value of #FFEE82EE.</summary>
1272       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1273     </member>
1274     <member name="P:System.Drawing.Color.Wheat">
1275       <summary>Gets a system-defined color that has an ARGB value of #FFF5DEB3.</summary>
1276       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1277     </member>
1278     <member name="P:System.Drawing.Color.White">
1279       <summary>Gets a system-defined color that has an ARGB value of #FFFFFFFF.</summary>
1280       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1281     </member>
1282     <member name="P:System.Drawing.Color.WhiteSmoke">
1283       <summary>Gets a system-defined color that has an ARGB value of #FFF5F5F5.</summary>
1284       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1285     </member>
1286     <member name="P:System.Drawing.Color.Yellow">
1287       <summary>Gets a system-defined color that has an ARGB value of #FFFFFF00.</summary>
1288       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1289     </member>
1290     <member name="P:System.Drawing.Color.YellowGreen">
1291       <summary>Gets a system-defined color that has an ARGB value of #FF9ACD32.</summary>
1292       <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
1293     </member>
1294     <member name="T:System.Drawing.PointF">
1295       <summary>Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.</summary>
1296     </member>
1297     <member name="M:System.Drawing.PointF.#ctor(System.Single,System.Single)">
1298       <summary>Initializes a new instance of the <see cref="T:System.Drawing.PointF"></see> class with the specified coordinates.</summary>
1299       <param name="x">The horizontal position of the point.</param>
1300       <param name="y">The vertical position of the point.</param>
1301     </member>
1302     <member name="M:System.Drawing.PointF.Add(System.Drawing.PointF,System.Drawing.Size)">
1303       <summary>Translates a given <see cref="T:System.Drawing.PointF"></see> by the specified <see cref="T:System.Drawing.Size"></see>.</summary>
1304       <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
1305       <param name="sz">The <see cref="T:System.Drawing.Size"></see> that specifies the numbers to add to the coordinates of pt.</param>
1306       <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
1307     </member>
1308     <member name="M:System.Drawing.PointF.Add(System.Drawing.PointF,System.Drawing.SizeF)">
1309       <summary>Translates a given <see cref="T:System.Drawing.PointF"></see> by a specified <see cref="T:System.Drawing.SizeF"></see>.</summary>
1310       <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
1311       <param name="sz">The <see cref="T:System.Drawing.SizeF"></see> that specifies the numbers to add to the coordinates of pt.</param>
1312       <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
1313     </member>
1314     <member name="F:System.Drawing.PointF.Empty">
1315       <summary>Represents a new instance of the <see cref="T:System.Drawing.PointF"></see> class with member data left uninitialized.</summary>
1316       <returns></returns>
1317     </member>
1318     <member name="M:System.Drawing.PointF.Equals(System.Drawing.PointF)">
1319       <param name="other"></param>
1320       <returns></returns>
1321     </member>
1322     <member name="M:System.Drawing.PointF.Equals(System.Object)">
1323       <summary>Specifies whether this <see cref="T:System.Drawing.PointF"></see> contains the same coordinates as the specified <see cref="T:System.Object"></see>.</summary>
1324       <param name="obj">The <see cref="T:System.Object"></see> to test.</param>
1325       <returns>This method returns <see langword="true"></see> if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.PointF"></see> and has the same coordinates as this <see cref="T:System.Drawing.Point"></see>.</returns>
1326     </member>
1327     <member name="M:System.Drawing.PointF.GetHashCode">
1328       <summary>Returns a hash code for this <see cref="T:System.Drawing.PointF"></see> structure.</summary>
1329       <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.PointF"></see> structure.</returns>
1330     </member>
1331     <member name="P:System.Drawing.PointF.IsEmpty">
1332       <summary>Gets a value indicating whether this <see cref="T:System.Drawing.PointF"></see> is empty.</summary>
1333       <returns><see langword="true"></see> if both <see cref="P:System.Drawing.PointF.X"></see> and <see cref="P:System.Drawing.PointF.Y"></see> are 0; otherwise, <see langword="false"></see>.</returns>
1334     </member>
1335     <member name="M:System.Drawing.PointF.op_Addition(System.Drawing.PointF,System.Drawing.SizeF)">
1336       <summary>Translates the <see cref="T:System.Drawing.PointF"></see> by the specified <see cref="T:System.Drawing.SizeF"></see>.</summary>
1337       <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
1338       <param name="sz">The <see cref="T:System.Drawing.SizeF"></see> that specifies the numbers to add to the x- and y-coordinates of the <see cref="T:System.Drawing.PointF"></see>.</param>
1339       <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
1340     </member>
1341     <member name="M:System.Drawing.PointF.op_Addition(System.Drawing.PointF,System.Drawing.Size)">
1342       <summary>Translates a <see cref="T:System.Drawing.PointF"></see> by a given <see cref="T:System.Drawing.Size"></see>.</summary>
1343       <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
1344       <param name="sz">A <see cref="T:System.Drawing.Size"></see> that specifies the pair of numbers to add to the coordinates of pt.</param>
1345       <returns>Returns the translated <see cref="T:System.Drawing.PointF"></see>.</returns>
1346     </member>
1347     <member name="M:System.Drawing.PointF.op_Equality(System.Drawing.PointF,System.Drawing.PointF)">
1348       <summary>Compares two <see cref="T:System.Drawing.PointF"></see> structures. The result specifies whether the values of the <see cref="P:System.Drawing.PointF.X"></see> and <see cref="P:System.Drawing.PointF.Y"></see> properties of the two <see cref="T:System.Drawing.PointF"></see> structures are equal.</summary>
1349       <param name="left">A <see cref="T:System.Drawing.PointF"></see> to compare.</param>
1350       <param name="right">A <see cref="T:System.Drawing.PointF"></see> to compare.</param>
1351       <returns><see langword="true"></see> if the <see cref="P:System.Drawing.PointF.X"></see> and <see cref="P:System.Drawing.PointF.Y"></see> values of the left and right <see cref="T:System.Drawing.PointF"></see> structures are equal; otherwise, <see langword="false"></see>.</returns>
1352     </member>
1353     <member name="M:System.Drawing.PointF.op_Inequality(System.Drawing.PointF,System.Drawing.PointF)">
1354       <summary>Determines whether the coordinates of the specified points are not equal.</summary>
1355       <param name="left">A <see cref="T:System.Drawing.PointF"></see> to compare.</param>
1356       <param name="right">A <see cref="T:System.Drawing.PointF"></see> to compare.</param>
1357       <returns><see langword="true"></see> to indicate the <see cref="P:System.Drawing.PointF.X"></see> and <see cref="P:System.Drawing.PointF.Y"></see> values of <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are not equal; otherwise, <see langword="false"></see>.</returns>
1358     </member>
1359     <member name="M:System.Drawing.PointF.op_Subtraction(System.Drawing.PointF,System.Drawing.Size)">
1360       <summary>Translates a <see cref="T:System.Drawing.PointF"></see> by the negative of a given <see cref="T:System.Drawing.Size"></see>.</summary>
1361       <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
1362       <param name="sz">The <see cref="T:System.Drawing.Size"></see> that specifies the numbers to subtract from the coordinates of pt.</param>
1363       <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
1364     </member>
1365     <member name="M:System.Drawing.PointF.op_Subtraction(System.Drawing.PointF,System.Drawing.SizeF)">
1366       <summary>Translates a <see cref="T:System.Drawing.PointF"></see> by the negative of a specified <see cref="T:System.Drawing.SizeF"></see>.</summary>
1367       <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
1368       <param name="sz">The <see cref="T:System.Drawing.SizeF"></see> that specifies the numbers to subtract from the coordinates of pt.</param>
1369       <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
1370     </member>
1371     <member name="M:System.Drawing.PointF.Subtract(System.Drawing.PointF,System.Drawing.Size)">
1372       <summary>Translates a <see cref="T:System.Drawing.PointF"></see> by the negative of a specified size.</summary>
1373       <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
1374       <param name="sz">The <see cref="T:System.Drawing.Size"></see> that specifies the numbers to subtract from the coordinates of pt.</param>
1375       <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
1376     </member>
1377     <member name="M:System.Drawing.PointF.Subtract(System.Drawing.PointF,System.Drawing.SizeF)">
1378       <summary>Translates a <see cref="T:System.Drawing.PointF"></see> by the negative of a specified size.</summary>
1379       <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
1380       <param name="sz">The <see cref="T:System.Drawing.SizeF"></see> that specifies the numbers to subtract from the coordinates of pt.</param>
1381       <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
1382     </member>
1383     <member name="M:System.Drawing.PointF.ToString">
1384       <summary>Converts this <see cref="T:System.Drawing.PointF"></see> to a human readable string.</summary>
1385       <returns>A string that represents this <see cref="T:System.Drawing.PointF"></see>.</returns>
1386     </member>
1387     <member name="P:System.Drawing.PointF.X">
1388       <summary>Gets or sets the x-coordinate of this <see cref="T:System.Drawing.PointF"></see>.</summary>
1389       <returns>The x-coordinate of this <see cref="T:System.Drawing.PointF"></see>.</returns>
1390     </member>
1391     <member name="P:System.Drawing.PointF.Y">
1392       <summary>Gets or sets the y-coordinate of this <see cref="T:System.Drawing.PointF"></see>.</summary>
1393       <returns>The y-coordinate of this <see cref="T:System.Drawing.PointF"></see>.</returns>
1394     </member>
1395     <member name="T:System.Drawing.Point">
1396       <summary>Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.</summary>
1397     </member>
1398     <member name="M:System.Drawing.Point.#ctor(System.Drawing.Size)">
1399       <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point"></see> class from a <see cref="T:System.Drawing.Size"></see>.</summary>
1400       <param name="sz">A <see cref="T:System.Drawing.Size"></see> that specifies the coordinates for the new <see cref="T:System.Drawing.Point"></see>.</param>
1401     </member>
1402     <member name="M:System.Drawing.Point.#ctor(System.Int32)">
1403       <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point"></see> class using coordinates specified by an integer value.</summary>
1404       <param name="dw">A 32-bit integer that specifies the coordinates for the new <see cref="T:System.Drawing.Point"></see>.</param>
1405     </member>
1406     <member name="M:System.Drawing.Point.#ctor(System.Int32,System.Int32)">
1407       <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point"></see> class with the specified coordinates.</summary>
1408       <param name="x">The horizontal position of the point.</param>
1409       <param name="y">The vertical position of the point.</param>
1410     </member>
1411     <member name="M:System.Drawing.Point.Add(System.Drawing.Point,System.Drawing.Size)">
1412       <summary>Adds the specified <see cref="T:System.Drawing.Size"></see> to the specified <see cref="T:System.Drawing.Point"></see>.</summary>
1413       <param name="pt">The <see cref="T:System.Drawing.Point"></see> to add.</param>
1414       <param name="sz">The <see cref="T:System.Drawing.Size"></see> to add</param>
1415       <returns>The <see cref="T:System.Drawing.Point"></see> that is the result of the addition operation.</returns>
1416     </member>
1417     <member name="M:System.Drawing.Point.Ceiling(System.Drawing.PointF)">
1418       <summary>Converts the specified <see cref="T:System.Drawing.PointF"></see> to a <see cref="T:System.Drawing.Point"></see> by rounding the values of the <see cref="T:System.Drawing.PointF"></see> to the next higher integer values.</summary>
1419       <param name="value">The <see cref="T:System.Drawing.PointF"></see> to convert.</param>
1420       <returns>The <see cref="T:System.Drawing.Point"></see> this method converts to.</returns>
1421     </member>
1422     <member name="F:System.Drawing.Point.Empty">
1423       <summary>Represents a <see cref="T:System.Drawing.Point"></see> that has <see cref="P:System.Drawing.Point.X"></see> and <see cref="P:System.Drawing.Point.Y"></see> values set to zero.</summary>
1424       <returns></returns>
1425     </member>
1426     <member name="M:System.Drawing.Point.Equals(System.Drawing.Point)">
1427       <param name="other"></param>
1428       <returns></returns>
1429     </member>
1430     <member name="M:System.Drawing.Point.Equals(System.Object)">
1431       <summary>Specifies whether this <see cref="T:System.Drawing.Point"></see> contains the same coordinates as the specified <see cref="T:System.Object"></see>.</summary>
1432       <param name="obj">The <see cref="T:System.Object"></see> to test.</param>
1433       <returns><see langword="true"></see> if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.Point"></see> and has the same coordinates as this <see cref="T:System.Drawing.Point"></see>.</returns>
1434     </member>
1435     <member name="M:System.Drawing.Point.GetHashCode">
1436       <summary>Returns a hash code for this <see cref="T:System.Drawing.Point"></see>.</summary>
1437       <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.Point"></see>.</returns>
1438     </member>
1439     <member name="P:System.Drawing.Point.IsEmpty">
1440       <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Point"></see> is empty.</summary>
1441       <returns><see langword="true"></see> if both <see cref="P:System.Drawing.Point.X"></see> and <see cref="P:System.Drawing.Point.Y"></see> are 0; otherwise, <see langword="false"></see>.</returns>
1442     </member>
1443     <member name="M:System.Drawing.Point.Offset(System.Int32,System.Int32)">
1444       <summary>Translates this <see cref="T:System.Drawing.Point"></see> by the specified amount.</summary>
1445       <param name="dx">The amount to offset the x-coordinate.</param>
1446       <param name="dy">The amount to offset the y-coordinate.</param>
1447     </member>
1448     <member name="M:System.Drawing.Point.Offset(System.Drawing.Point)">
1449       <summary>Translates this <see cref="T:System.Drawing.Point"></see> by the specified <see cref="T:System.Drawing.Point"></see>.</summary>
1450       <param name="p">The <see cref="T:System.Drawing.Point"></see> used offset this <see cref="T:System.Drawing.Point"></see>.</param>
1451     </member>
1452     <member name="M:System.Drawing.Point.op_Addition(System.Drawing.Point,System.Drawing.Size)">
1453       <summary>Translates a <see cref="T:System.Drawing.Point"></see> by a given <see cref="T:System.Drawing.Size"></see>.</summary>
1454       <param name="pt">The <see cref="T:System.Drawing.Point"></see> to translate.</param>
1455       <param name="sz">A <see cref="T:System.Drawing.Size"></see> that specifies the pair of numbers to add to the coordinates of pt.</param>
1456       <returns>The translated <see cref="T:System.Drawing.Point"></see>.</returns>
1457     </member>
1458     <member name="M:System.Drawing.Point.op_Equality(System.Drawing.Point,System.Drawing.Point)">
1459       <summary>Compares two <see cref="T:System.Drawing.Point"></see> objects. The result specifies whether the values of the <see cref="P:System.Drawing.Point.X"></see> and <see cref="P:System.Drawing.Point.Y"></see> properties of the two <see cref="T:System.Drawing.Point"></see> objects are equal.</summary>
1460       <param name="left">A <see cref="T:System.Drawing.Point"></see> to compare.</param>
1461       <param name="right">A <see cref="T:System.Drawing.Point"></see> to compare.</param>
1462       <returns><see langword="true"></see> if the <see cref="P:System.Drawing.Point.X"></see> and <see cref="P:System.Drawing.Point.Y"></see> values of <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are equal; otherwise, <see langword="false"></see>.</returns>
1463     </member>
1464     <member name="M:System.Drawing.Point.op_Explicit(System.Drawing.Point)~System.Drawing.Size">
1465       <summary>Converts the specified <see cref="T:System.Drawing.Point"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure.</summary>
1466       <param name="p">The <see cref="T:System.Drawing.Point"></see> to be converted.</param>
1467       <returns>The <see cref="T:System.Drawing.Size"></see> that results from the conversion.</returns>
1468     </member>
1469     <member name="M:System.Drawing.Point.op_Implicit(System.Drawing.Point)~System.Drawing.PointF">
1470       <summary>Converts the specified <see cref="T:System.Drawing.Point"></see> structure to a <see cref="T:System.Drawing.PointF"></see> structure.</summary>
1471       <param name="p">The <see cref="T:System.Drawing.Point"></see> to be converted.</param>
1472       <returns>The <see cref="T:System.Drawing.PointF"></see> that results from the conversion.</returns>
1473     </member>
1474     <member name="M:System.Drawing.Point.op_Inequality(System.Drawing.Point,System.Drawing.Point)">
1475       <summary>Compares two <see cref="T:System.Drawing.Point"></see> objects. The result specifies whether the values of the <see cref="P:System.Drawing.Point.X"></see> or <see cref="P:System.Drawing.Point.Y"></see> properties of the two <see cref="T:System.Drawing.Point"></see> objects are unequal.</summary>
1476       <param name="left">A <see cref="T:System.Drawing.Point"></see> to compare.</param>
1477       <param name="right">A <see cref="T:System.Drawing.Point"></see> to compare.</param>
1478       <returns><see langword="true"></see> if the values of either the <see cref="P:System.Drawing.Point.X"></see> properties or the <see cref="P:System.Drawing.Point.Y"></see> properties of <paramref name="left">left</paramref> and <paramref name="right">right</paramref> differ; otherwise, <see langword="false"></see>.</returns>
1479     </member>
1480     <member name="M:System.Drawing.Point.op_Subtraction(System.Drawing.Point,System.Drawing.Size)">
1481       <summary>Translates a <see cref="T:System.Drawing.Point"></see> by the negative of a given <see cref="T:System.Drawing.Size"></see>.</summary>
1482       <param name="pt">The <see cref="T:System.Drawing.Point"></see> to translate.</param>
1483       <param name="sz">A <see cref="T:System.Drawing.Size"></see> that specifies the pair of numbers to subtract from the coordinates of pt.</param>
1484       <returns>A <see cref="T:System.Drawing.Point"></see> structure that is translated by the negative of a given <see cref="T:System.Drawing.Size"></see> structure.</returns>
1485     </member>
1486     <member name="M:System.Drawing.Point.Round(System.Drawing.PointF)">
1487       <summary>Converts the specified <see cref="T:System.Drawing.PointF"></see> to a <see cref="T:System.Drawing.Point"></see> object by rounding the <see cref="T:System.Drawing.Point"></see> values to the nearest integer.</summary>
1488       <param name="value">The <see cref="T:System.Drawing.PointF"></see> to convert.</param>
1489       <returns>The <see cref="T:System.Drawing.Point"></see> this method converts to.</returns>
1490     </member>
1491     <member name="M:System.Drawing.Point.Subtract(System.Drawing.Point,System.Drawing.Size)">
1492       <summary>Returns the result of subtracting specified <see cref="T:System.Drawing.Size"></see> from the specified <see cref="T:System.Drawing.Point"></see>.</summary>
1493       <param name="pt">The <see cref="T:System.Drawing.Point"></see> to be subtracted from.</param>
1494       <param name="sz">The <see cref="T:System.Drawing.Size"></see> to subtract from the <see cref="T:System.Drawing.Point"></see>.</param>
1495       <returns>The <see cref="T:System.Drawing.Point"></see> that is the result of the subtraction operation.</returns>
1496     </member>
1497     <member name="M:System.Drawing.Point.ToString">
1498       <summary>Converts this <see cref="T:System.Drawing.Point"></see> to a human-readable string.</summary>
1499       <returns>A string that represents this <see cref="T:System.Drawing.Point"></see>.</returns>
1500     </member>
1501     <member name="M:System.Drawing.Point.Truncate(System.Drawing.PointF)">
1502       <summary>Converts the specified <see cref="T:System.Drawing.PointF"></see> to a <see cref="T:System.Drawing.Point"></see> by truncating the values of the <see cref="T:System.Drawing.Point"></see>.</summary>
1503       <param name="value">The <see cref="T:System.Drawing.PointF"></see> to convert.</param>
1504       <returns>The <see cref="T:System.Drawing.Point"></see> this method converts to.</returns>
1505     </member>
1506     <member name="P:System.Drawing.Point.X">
1507       <summary>Gets or sets the x-coordinate of this <see cref="T:System.Drawing.Point"></see>.</summary>
1508       <returns>The x-coordinate of this <see cref="T:System.Drawing.Point"></see>.</returns>
1509     </member>
1510     <member name="P:System.Drawing.Point.Y">
1511       <summary>Gets or sets the y-coordinate of this <see cref="T:System.Drawing.Point"></see>.</summary>
1512       <returns>The y-coordinate of this <see cref="T:System.Drawing.Point"></see>.</returns>
1513     </member>
1514     <member name="T:System.Drawing.KnownColor">
1515       <summary>Specifies the known system colors.</summary>
1516     </member>
1517     <member name="F:System.Drawing.KnownColor.ActiveBorder">
1518       <summary>The system-defined color of the active window&amp;#39;s border.</summary>
1519       <returns></returns>
1520     </member>
1521     <member name="F:System.Drawing.KnownColor.ActiveCaption">
1522       <summary>The system-defined color of the background of the active window&amp;#39;s title bar.</summary>
1523       <returns></returns>
1524     </member>
1525     <member name="F:System.Drawing.KnownColor.ActiveCaptionText">
1526       <summary>The system-defined color of the text in the active window&amp;#39;s title bar.</summary>
1527       <returns></returns>
1528     </member>
1529     <member name="F:System.Drawing.KnownColor.AliceBlue">
1530       <summary>A system-defined color.</summary>
1531       <returns></returns>
1532     </member>
1533     <member name="F:System.Drawing.KnownColor.AntiqueWhite">
1534       <summary>A system-defined color.</summary>
1535       <returns></returns>
1536     </member>
1537     <member name="F:System.Drawing.KnownColor.AppWorkspace">
1538       <summary>The system-defined color of the application workspace. The application workspace is the area in a multiple-document view that is not being occupied by documents.</summary>
1539       <returns></returns>
1540     </member>
1541     <member name="F:System.Drawing.KnownColor.Aqua">
1542       <summary>A system-defined color.</summary>
1543       <returns></returns>
1544     </member>
1545     <member name="F:System.Drawing.KnownColor.Aquamarine">
1546       <summary>A system-defined color.</summary>
1547       <returns></returns>
1548     </member>
1549     <member name="F:System.Drawing.KnownColor.Azure">
1550       <summary>A system-defined color.</summary>
1551       <returns></returns>
1552     </member>
1553     <member name="F:System.Drawing.KnownColor.Beige">
1554       <summary>A system-defined color.</summary>
1555       <returns></returns>
1556     </member>
1557     <member name="F:System.Drawing.KnownColor.Bisque">
1558       <summary>A system-defined color.</summary>
1559       <returns></returns>
1560     </member>
1561     <member name="F:System.Drawing.KnownColor.Black">
1562       <summary>A system-defined color.</summary>
1563       <returns></returns>
1564     </member>
1565     <member name="F:System.Drawing.KnownColor.BlanchedAlmond">
1566       <summary>A system-defined color.</summary>
1567       <returns></returns>
1568     </member>
1569     <member name="F:System.Drawing.KnownColor.Blue">
1570       <summary>A system-defined color.</summary>
1571       <returns></returns>
1572     </member>
1573     <member name="F:System.Drawing.KnownColor.BlueViolet">
1574       <summary>A system-defined color.</summary>
1575       <returns></returns>
1576     </member>
1577     <member name="F:System.Drawing.KnownColor.Brown">
1578       <summary>A system-defined color.</summary>
1579       <returns></returns>
1580     </member>
1581     <member name="F:System.Drawing.KnownColor.BurlyWood">
1582       <summary>A system-defined color.</summary>
1583       <returns></returns>
1584     </member>
1585     <member name="F:System.Drawing.KnownColor.ButtonFace">
1586       <summary>The system-defined face color of a 3-D element.</summary>
1587       <returns></returns>
1588     </member>
1589     <member name="F:System.Drawing.KnownColor.ButtonHighlight">
1590       <summary>The system-defined color that is the highlight color of a 3-D element. This color is applied to parts of a 3-D element that face the light source.</summary>
1591       <returns></returns>
1592     </member>
1593     <member name="F:System.Drawing.KnownColor.ButtonShadow">
1594       <summary>The system-defined color that is the shadow color of a 3-D element. This color is applied to parts of a 3-D element that face away from the light source.</summary>
1595       <returns></returns>
1596     </member>
1597     <member name="F:System.Drawing.KnownColor.CadetBlue">
1598       <summary>A system-defined color.</summary>
1599       <returns></returns>
1600     </member>
1601     <member name="F:System.Drawing.KnownColor.Chartreuse">
1602       <summary>A system-defined color.</summary>
1603       <returns></returns>
1604     </member>
1605     <member name="F:System.Drawing.KnownColor.Chocolate">
1606       <summary>A system-defined color.</summary>
1607       <returns></returns>
1608     </member>
1609     <member name="F:System.Drawing.KnownColor.Control">
1610       <summary>The system-defined face color of a 3-D element.</summary>
1611       <returns></returns>
1612     </member>
1613     <member name="F:System.Drawing.KnownColor.ControlDark">
1614       <summary>The system-defined shadow color of a 3-D element. The shadow color is applied to parts of a 3-D element that face away from the light source.</summary>
1615       <returns></returns>
1616     </member>
1617     <member name="F:System.Drawing.KnownColor.ControlDarkDark">
1618       <summary>The system-defined color that is the dark shadow color of a 3-D element. The dark shadow color is applied to the parts of a 3-D element that are the darkest color.</summary>
1619       <returns></returns>
1620     </member>
1621     <member name="F:System.Drawing.KnownColor.ControlLight">
1622       <summary>The system-defined color that is the light color of a 3-D element. The light color is applied to parts of a 3-D element that face the light source.</summary>
1623       <returns></returns>
1624     </member>
1625     <member name="F:System.Drawing.KnownColor.ControlLightLight">
1626       <summary>The system-defined highlight color of a 3-D element. The highlight color is applied to the parts of a 3-D element that are the lightest color.</summary>
1627       <returns></returns>
1628     </member>
1629     <member name="F:System.Drawing.KnownColor.ControlText">
1630       <summary>The system-defined color of text in a 3-D element.</summary>
1631       <returns></returns>
1632     </member>
1633     <member name="F:System.Drawing.KnownColor.Coral">
1634       <summary>A system-defined color.</summary>
1635       <returns></returns>
1636     </member>
1637     <member name="F:System.Drawing.KnownColor.CornflowerBlue">
1638       <summary>A system-defined color.</summary>
1639       <returns></returns>
1640     </member>
1641     <member name="F:System.Drawing.KnownColor.Cornsilk">
1642       <summary>A system-defined color.</summary>
1643       <returns></returns>
1644     </member>
1645     <member name="F:System.Drawing.KnownColor.Crimson">
1646       <summary>A system-defined color.</summary>
1647       <returns></returns>
1648     </member>
1649     <member name="F:System.Drawing.KnownColor.Cyan">
1650       <summary>A system-defined color.</summary>
1651       <returns></returns>
1652     </member>
1653     <member name="F:System.Drawing.KnownColor.DarkBlue">
1654       <summary>A system-defined color.</summary>
1655       <returns></returns>
1656     </member>
1657     <member name="F:System.Drawing.KnownColor.DarkCyan">
1658       <summary>A system-defined color.</summary>
1659       <returns></returns>
1660     </member>
1661     <member name="F:System.Drawing.KnownColor.DarkGoldenrod">
1662       <summary>A system-defined color.</summary>
1663       <returns></returns>
1664     </member>
1665     <member name="F:System.Drawing.KnownColor.DarkGray">
1666       <summary>A system-defined color.</summary>
1667       <returns></returns>
1668     </member>
1669     <member name="F:System.Drawing.KnownColor.DarkGreen">
1670       <summary>A system-defined color.</summary>
1671       <returns></returns>
1672     </member>
1673     <member name="F:System.Drawing.KnownColor.DarkKhaki">
1674       <summary>A system-defined color.</summary>
1675       <returns></returns>
1676     </member>
1677     <member name="F:System.Drawing.KnownColor.DarkMagenta">
1678       <summary>A system-defined color.</summary>
1679       <returns></returns>
1680     </member>
1681     <member name="F:System.Drawing.KnownColor.DarkOliveGreen">
1682       <summary>A system-defined color.</summary>
1683       <returns></returns>
1684     </member>
1685     <member name="F:System.Drawing.KnownColor.DarkOrange">
1686       <summary>A system-defined color.</summary>
1687       <returns></returns>
1688     </member>
1689     <member name="F:System.Drawing.KnownColor.DarkOrchid">
1690       <summary>A system-defined color.</summary>
1691       <returns></returns>
1692     </member>
1693     <member name="F:System.Drawing.KnownColor.DarkRed">
1694       <summary>A system-defined color.</summary>
1695       <returns></returns>
1696     </member>
1697     <member name="F:System.Drawing.KnownColor.DarkSalmon">
1698       <summary>A system-defined color.</summary>
1699       <returns></returns>
1700     </member>
1701     <member name="F:System.Drawing.KnownColor.DarkSeaGreen">
1702       <summary>A system-defined color.</summary>
1703       <returns></returns>
1704     </member>
1705     <member name="F:System.Drawing.KnownColor.DarkSlateBlue">
1706       <summary>A system-defined color.</summary>
1707       <returns></returns>
1708     </member>
1709     <member name="F:System.Drawing.KnownColor.DarkSlateGray">
1710       <summary>A system-defined color.</summary>
1711       <returns></returns>
1712     </member>
1713     <member name="F:System.Drawing.KnownColor.DarkTurquoise">
1714       <summary>A system-defined color.</summary>
1715       <returns></returns>
1716     </member>
1717     <member name="F:System.Drawing.KnownColor.DarkViolet">
1718       <summary>A system-defined color.</summary>
1719       <returns></returns>
1720     </member>
1721     <member name="F:System.Drawing.KnownColor.DeepPink">
1722       <summary>A system-defined color.</summary>
1723       <returns></returns>
1724     </member>
1725     <member name="F:System.Drawing.KnownColor.DeepSkyBlue">
1726       <summary>A system-defined color.</summary>
1727       <returns></returns>
1728     </member>
1729     <member name="F:System.Drawing.KnownColor.Desktop">
1730       <summary>The system-defined color of the desktop.</summary>
1731       <returns></returns>
1732     </member>
1733     <member name="F:System.Drawing.KnownColor.DimGray">
1734       <summary>A system-defined color.</summary>
1735       <returns></returns>
1736     </member>
1737     <member name="F:System.Drawing.KnownColor.DodgerBlue">
1738       <summary>A system-defined color.</summary>
1739       <returns></returns>
1740     </member>
1741     <member name="F:System.Drawing.KnownColor.Firebrick">
1742       <summary>A system-defined color.</summary>
1743       <returns></returns>
1744     </member>
1745     <member name="F:System.Drawing.KnownColor.FloralWhite">
1746       <summary>A system-defined color.</summary>
1747       <returns></returns>
1748     </member>
1749     <member name="F:System.Drawing.KnownColor.ForestGreen">
1750       <summary>A system-defined color.</summary>
1751       <returns></returns>
1752     </member>
1753     <member name="F:System.Drawing.KnownColor.Fuchsia">
1754       <summary>A system-defined color.</summary>
1755       <returns></returns>
1756     </member>
1757     <member name="F:System.Drawing.KnownColor.Gainsboro">
1758       <summary>A system-defined color.</summary>
1759       <returns></returns>
1760     </member>
1761     <member name="F:System.Drawing.KnownColor.GhostWhite">
1762       <summary>A system-defined color.</summary>
1763       <returns></returns>
1764     </member>
1765     <member name="F:System.Drawing.KnownColor.Gold">
1766       <summary>A system-defined color.</summary>
1767       <returns></returns>
1768     </member>
1769     <member name="F:System.Drawing.KnownColor.Goldenrod">
1770       <summary>A system-defined color.</summary>
1771       <returns></returns>
1772     </member>
1773     <member name="F:System.Drawing.KnownColor.GradientActiveCaption">
1774       <summary>The system-defined color of the lightest color in the color gradient of an active window&amp;#39;s title bar.</summary>
1775       <returns></returns>
1776     </member>
1777     <member name="F:System.Drawing.KnownColor.GradientInactiveCaption">
1778       <summary>The system-defined color of the lightest color in the color gradient of an inactive window&amp;#39;s title bar.</summary>
1779       <returns></returns>
1780     </member>
1781     <member name="F:System.Drawing.KnownColor.Gray">
1782       <summary>A system-defined color.</summary>
1783       <returns></returns>
1784     </member>
1785     <member name="F:System.Drawing.KnownColor.GrayText">
1786       <summary>The system-defined color of dimmed text. Items in a list that are disabled are displayed in dimmed text.</summary>
1787       <returns></returns>
1788     </member>
1789     <member name="F:System.Drawing.KnownColor.Green">
1790       <summary>A system-defined color.</summary>
1791       <returns></returns>
1792     </member>
1793     <member name="F:System.Drawing.KnownColor.GreenYellow">
1794       <summary>A system-defined color.</summary>
1795       <returns></returns>
1796     </member>
1797     <member name="F:System.Drawing.KnownColor.Highlight">
1798       <summary>The system-defined color of the background of selected items. This includes selected menu items as well as selected text.</summary>
1799       <returns></returns>
1800     </member>
1801     <member name="F:System.Drawing.KnownColor.HighlightText">
1802       <summary>The system-defined color of the text of selected items.</summary>
1803       <returns></returns>
1804     </member>
1805     <member name="F:System.Drawing.KnownColor.Honeydew">
1806       <summary>A system-defined color.</summary>
1807       <returns></returns>
1808     </member>
1809     <member name="F:System.Drawing.KnownColor.HotPink">
1810       <summary>A system-defined color.</summary>
1811       <returns></returns>
1812     </member>
1813     <member name="F:System.Drawing.KnownColor.HotTrack">
1814       <summary>The system-defined color used to designate a hot-tracked item. Single-clicking a hot-tracked item executes the item.</summary>
1815       <returns></returns>
1816     </member>
1817     <member name="F:System.Drawing.KnownColor.InactiveBorder">
1818       <summary>The system-defined color of an inactive window&amp;#39;s border.</summary>
1819       <returns></returns>
1820     </member>
1821     <member name="F:System.Drawing.KnownColor.InactiveCaption">
1822       <summary>The system-defined color of the background of an inactive window&amp;#39;s title bar.</summary>
1823       <returns></returns>
1824     </member>
1825     <member name="F:System.Drawing.KnownColor.InactiveCaptionText">
1826       <summary>The system-defined color of the text in an inactive window&amp;#39;s title bar.</summary>
1827       <returns></returns>
1828     </member>
1829     <member name="F:System.Drawing.KnownColor.IndianRed">
1830       <summary>A system-defined color.</summary>
1831       <returns></returns>
1832     </member>
1833     <member name="F:System.Drawing.KnownColor.Indigo">
1834       <summary>A system-defined color.</summary>
1835       <returns></returns>
1836     </member>
1837     <member name="F:System.Drawing.KnownColor.Info">
1838       <summary>The system-defined color of the background of a ToolTip.</summary>
1839       <returns></returns>
1840     </member>
1841     <member name="F:System.Drawing.KnownColor.InfoText">
1842       <summary>The system-defined color of the text of a ToolTip.</summary>
1843       <returns></returns>
1844     </member>
1845     <member name="F:System.Drawing.KnownColor.Ivory">
1846       <summary>A system-defined color.</summary>
1847       <returns></returns>
1848     </member>
1849     <member name="F:System.Drawing.KnownColor.Khaki">
1850       <summary>A system-defined color.</summary>
1851       <returns></returns>
1852     </member>
1853     <member name="F:System.Drawing.KnownColor.Lavender">
1854       <summary>A system-defined color.</summary>
1855       <returns></returns>
1856     </member>
1857     <member name="F:System.Drawing.KnownColor.LavenderBlush">
1858       <summary>A system-defined color.</summary>
1859       <returns></returns>
1860     </member>
1861     <member name="F:System.Drawing.KnownColor.LawnGreen">
1862       <summary>A system-defined color.</summary>
1863       <returns></returns>
1864     </member>
1865     <member name="F:System.Drawing.KnownColor.LemonChiffon">
1866       <summary>A system-defined color.</summary>
1867       <returns></returns>
1868     </member>
1869     <member name="F:System.Drawing.KnownColor.LightBlue">
1870       <summary>A system-defined color.</summary>
1871       <returns></returns>
1872     </member>
1873     <member name="F:System.Drawing.KnownColor.LightCoral">
1874       <summary>A system-defined color.</summary>
1875       <returns></returns>
1876     </member>
1877     <member name="F:System.Drawing.KnownColor.LightCyan">
1878       <summary>A system-defined color.</summary>
1879       <returns></returns>
1880     </member>
1881     <member name="F:System.Drawing.KnownColor.LightGoldenrodYellow">
1882       <summary>A system-defined color.</summary>
1883       <returns></returns>
1884     </member>
1885     <member name="F:System.Drawing.KnownColor.LightGray">
1886       <summary>A system-defined color.</summary>
1887       <returns></returns>
1888     </member>
1889     <member name="F:System.Drawing.KnownColor.LightGreen">
1890       <summary>A system-defined color.</summary>
1891       <returns></returns>
1892     </member>
1893     <member name="F:System.Drawing.KnownColor.LightPink">
1894       <summary>A system-defined color.</summary>
1895       <returns></returns>
1896     </member>
1897     <member name="F:System.Drawing.KnownColor.LightSalmon">
1898       <summary>A system-defined color.</summary>
1899       <returns></returns>
1900     </member>
1901     <member name="F:System.Drawing.KnownColor.LightSeaGreen">
1902       <summary>A system-defined color.</summary>
1903       <returns></returns>
1904     </member>
1905     <member name="F:System.Drawing.KnownColor.LightSkyBlue">
1906       <summary>A system-defined color.</summary>
1907       <returns></returns>
1908     </member>
1909     <member name="F:System.Drawing.KnownColor.LightSlateGray">
1910       <summary>A system-defined color.</summary>
1911       <returns></returns>
1912     </member>
1913     <member name="F:System.Drawing.KnownColor.LightSteelBlue">
1914       <summary>A system-defined color.</summary>
1915       <returns></returns>
1916     </member>
1917     <member name="F:System.Drawing.KnownColor.LightYellow">
1918       <summary>A system-defined color.</summary>
1919       <returns></returns>
1920     </member>
1921     <member name="F:System.Drawing.KnownColor.Lime">
1922       <summary>A system-defined color.</summary>
1923       <returns></returns>
1924     </member>
1925     <member name="F:System.Drawing.KnownColor.LimeGreen">
1926       <summary>A system-defined color.</summary>
1927       <returns></returns>
1928     </member>
1929     <member name="F:System.Drawing.KnownColor.Linen">
1930       <summary>A system-defined color.</summary>
1931       <returns></returns>
1932     </member>
1933     <member name="F:System.Drawing.KnownColor.Magenta">
1934       <summary>A system-defined color.</summary>
1935       <returns></returns>
1936     </member>
1937     <member name="F:System.Drawing.KnownColor.Maroon">
1938       <summary>A system-defined color.</summary>
1939       <returns></returns>
1940     </member>
1941     <member name="F:System.Drawing.KnownColor.MediumAquamarine">
1942       <summary>A system-defined color.</summary>
1943       <returns></returns>
1944     </member>
1945     <member name="F:System.Drawing.KnownColor.MediumBlue">
1946       <summary>A system-defined color.</summary>
1947       <returns></returns>
1948     </member>
1949     <member name="F:System.Drawing.KnownColor.MediumOrchid">
1950       <summary>A system-defined color.</summary>
1951       <returns></returns>
1952     </member>
1953     <member name="F:System.Drawing.KnownColor.MediumPurple">
1954       <summary>A system-defined color.</summary>
1955       <returns></returns>
1956     </member>
1957     <member name="F:System.Drawing.KnownColor.MediumSeaGreen">
1958       <summary>A system-defined color.</summary>
1959       <returns></returns>
1960     </member>
1961     <member name="F:System.Drawing.KnownColor.MediumSlateBlue">
1962       <summary>A system-defined color.</summary>
1963       <returns></returns>
1964     </member>
1965     <member name="F:System.Drawing.KnownColor.MediumSpringGreen">
1966       <summary>A system-defined color.</summary>
1967       <returns></returns>
1968     </member>
1969     <member name="F:System.Drawing.KnownColor.MediumTurquoise">
1970       <summary>A system-defined color.</summary>
1971       <returns></returns>
1972     </member>
1973     <member name="F:System.Drawing.KnownColor.MediumVioletRed">
1974       <summary>A system-defined color.</summary>
1975       <returns></returns>
1976     </member>
1977     <member name="F:System.Drawing.KnownColor.Menu">
1978       <summary>The system-defined color of a menu&amp;#39;s background.</summary>
1979       <returns></returns>
1980     </member>
1981     <member name="F:System.Drawing.KnownColor.MenuBar">
1982       <summary>The system-defined color of the background of a menu bar.</summary>
1983       <returns></returns>
1984     </member>
1985     <member name="F:System.Drawing.KnownColor.MenuHighlight">
1986       <summary>The system-defined color used to highlight menu items when the menu appears as a flat menu.</summary>
1987       <returns></returns>
1988     </member>
1989     <member name="F:System.Drawing.KnownColor.MenuText">
1990       <summary>The system-defined color of a menu&amp;#39;s text.</summary>
1991       <returns></returns>
1992     </member>
1993     <member name="F:System.Drawing.KnownColor.MidnightBlue">
1994       <summary>A system-defined color.</summary>
1995       <returns></returns>
1996     </member>
1997     <member name="F:System.Drawing.KnownColor.MintCream">
1998       <summary>A system-defined color.</summary>
1999       <returns></returns>
2000     </member>
2001     <member name="F:System.Drawing.KnownColor.MistyRose">
2002       <summary>A system-defined color.</summary>
2003       <returns></returns>
2004     </member>
2005     <member name="F:System.Drawing.KnownColor.Moccasin">
2006       <summary>A system-defined color.</summary>
2007       <returns></returns>
2008     </member>
2009     <member name="F:System.Drawing.KnownColor.NavajoWhite">
2010       <summary>A system-defined color.</summary>
2011       <returns></returns>
2012     </member>
2013     <member name="F:System.Drawing.KnownColor.Navy">
2014       <summary>A system-defined color.</summary>
2015       <returns></returns>
2016     </member>
2017     <member name="F:System.Drawing.KnownColor.OldLace">
2018       <summary>A system-defined color.</summary>
2019       <returns></returns>
2020     </member>
2021     <member name="F:System.Drawing.KnownColor.Olive">
2022       <summary>A system-defined color.</summary>
2023       <returns></returns>
2024     </member>
2025     <member name="F:System.Drawing.KnownColor.OliveDrab">
2026       <summary>A system-defined color.</summary>
2027       <returns></returns>
2028     </member>
2029     <member name="F:System.Drawing.KnownColor.Orange">
2030       <summary>A system-defined color.</summary>
2031       <returns></returns>
2032     </member>
2033     <member name="F:System.Drawing.KnownColor.OrangeRed">
2034       <summary>A system-defined color.</summary>
2035       <returns></returns>
2036     </member>
2037     <member name="F:System.Drawing.KnownColor.Orchid">
2038       <summary>A system-defined color.</summary>
2039       <returns></returns>
2040     </member>
2041     <member name="F:System.Drawing.KnownColor.PaleGoldenrod">
2042       <summary>A system-defined color.</summary>
2043       <returns></returns>
2044     </member>
2045     <member name="F:System.Drawing.KnownColor.PaleGreen">
2046       <summary>A system-defined color.</summary>
2047       <returns></returns>
2048     </member>
2049     <member name="F:System.Drawing.KnownColor.PaleTurquoise">
2050       <summary>A system-defined color.</summary>
2051       <returns></returns>
2052     </member>
2053     <member name="F:System.Drawing.KnownColor.PaleVioletRed">
2054       <summary>A system-defined color.</summary>
2055       <returns></returns>
2056     </member>
2057     <member name="F:System.Drawing.KnownColor.PapayaWhip">
2058       <summary>A system-defined color.</summary>
2059       <returns></returns>
2060     </member>
2061     <member name="F:System.Drawing.KnownColor.PeachPuff">
2062       <summary>A system-defined color.</summary>
2063       <returns></returns>
2064     </member>
2065     <member name="F:System.Drawing.KnownColor.Peru">
2066       <summary>A system-defined color.</summary>
2067       <returns></returns>
2068     </member>
2069     <member name="F:System.Drawing.KnownColor.Pink">
2070       <summary>A system-defined color.</summary>
2071       <returns></returns>
2072     </member>
2073     <member name="F:System.Drawing.KnownColor.Plum">
2074       <summary>A system-defined color.</summary>
2075       <returns></returns>
2076     </member>
2077     <member name="F:System.Drawing.KnownColor.PowderBlue">
2078       <summary>A system-defined color.</summary>
2079       <returns></returns>
2080     </member>
2081     <member name="F:System.Drawing.KnownColor.Purple">
2082       <summary>A system-defined color.</summary>
2083       <returns></returns>
2084     </member>
2085     <member name="F:System.Drawing.KnownColor.Red">
2086       <summary>A system-defined color.</summary>
2087       <returns></returns>
2088     </member>
2089     <member name="F:System.Drawing.KnownColor.RosyBrown">
2090       <summary>A system-defined color.</summary>
2091       <returns></returns>
2092     </member>
2093     <member name="F:System.Drawing.KnownColor.RoyalBlue">
2094       <summary>A system-defined color.</summary>
2095       <returns></returns>
2096     </member>
2097     <member name="F:System.Drawing.KnownColor.SaddleBrown">
2098       <summary>A system-defined color.</summary>
2099       <returns></returns>
2100     </member>
2101     <member name="F:System.Drawing.KnownColor.Salmon">
2102       <summary>A system-defined color.</summary>
2103       <returns></returns>
2104     </member>
2105     <member name="F:System.Drawing.KnownColor.SandyBrown">
2106       <summary>A system-defined color.</summary>
2107       <returns></returns>
2108     </member>
2109     <member name="F:System.Drawing.KnownColor.ScrollBar">
2110       <summary>The system-defined color of the background of a scroll bar.</summary>
2111       <returns></returns>
2112     </member>
2113     <member name="F:System.Drawing.KnownColor.SeaGreen">
2114       <summary>A system-defined color.</summary>
2115       <returns></returns>
2116     </member>
2117     <member name="F:System.Drawing.KnownColor.SeaShell">
2118       <summary>A system-defined color.</summary>
2119       <returns></returns>
2120     </member>
2121     <member name="F:System.Drawing.KnownColor.Sienna">
2122       <summary>A system-defined color.</summary>
2123       <returns></returns>
2124     </member>
2125     <member name="F:System.Drawing.KnownColor.Silver">
2126       <summary>A system-defined color.</summary>
2127       <returns></returns>
2128     </member>
2129     <member name="F:System.Drawing.KnownColor.SkyBlue">
2130       <summary>A system-defined color.</summary>
2131       <returns></returns>
2132     </member>
2133     <member name="F:System.Drawing.KnownColor.SlateBlue">
2134       <summary>A system-defined color.</summary>
2135       <returns></returns>
2136     </member>
2137     <member name="F:System.Drawing.KnownColor.SlateGray">
2138       <summary>A system-defined color.</summary>
2139       <returns></returns>
2140     </member>
2141     <member name="F:System.Drawing.KnownColor.Snow">
2142       <summary>A system-defined color.</summary>
2143       <returns></returns>
2144     </member>
2145     <member name="F:System.Drawing.KnownColor.SpringGreen">
2146       <summary>A system-defined color.</summary>
2147       <returns></returns>
2148     </member>
2149     <member name="F:System.Drawing.KnownColor.SteelBlue">
2150       <summary>A system-defined color.</summary>
2151       <returns></returns>
2152     </member>
2153     <member name="F:System.Drawing.KnownColor.Tan">
2154       <summary>A system-defined color.</summary>
2155       <returns></returns>
2156     </member>
2157     <member name="F:System.Drawing.KnownColor.Teal">
2158       <summary>A system-defined color.</summary>
2159       <returns></returns>
2160     </member>
2161     <member name="F:System.Drawing.KnownColor.Thistle">
2162       <summary>A system-defined color.</summary>
2163       <returns></returns>
2164     </member>
2165     <member name="F:System.Drawing.KnownColor.Tomato">
2166       <summary>A system-defined color.</summary>
2167       <returns></returns>
2168     </member>
2169     <member name="F:System.Drawing.KnownColor.Transparent">
2170       <summary>A system-defined color.</summary>
2171       <returns></returns>
2172     </member>
2173     <member name="F:System.Drawing.KnownColor.Turquoise">
2174       <summary>A system-defined color.</summary>
2175       <returns></returns>
2176     </member>
2177     <member name="F:System.Drawing.KnownColor.Violet">
2178       <summary>A system-defined color.</summary>
2179       <returns></returns>
2180     </member>
2181     <member name="F:System.Drawing.KnownColor.Wheat">
2182       <summary>A system-defined color.</summary>
2183       <returns></returns>
2184     </member>
2185     <member name="F:System.Drawing.KnownColor.White">
2186       <summary>A system-defined color.</summary>
2187       <returns></returns>
2188     </member>
2189     <member name="F:System.Drawing.KnownColor.WhiteSmoke">
2190       <summary>A system-defined color.</summary>
2191       <returns></returns>
2192     </member>
2193     <member name="F:System.Drawing.KnownColor.Window">
2194       <summary>The system-defined color of the background in the client area of a window.</summary>
2195       <returns></returns>
2196     </member>
2197     <member name="F:System.Drawing.KnownColor.WindowFrame">
2198       <summary>The system-defined color of a window frame.</summary>
2199       <returns></returns>
2200     </member>
2201     <member name="F:System.Drawing.KnownColor.WindowText">
2202       <summary>The system-defined color of the text in the client area of a window.</summary>
2203       <returns></returns>
2204     </member>
2205     <member name="F:System.Drawing.KnownColor.Yellow">
2206       <summary>A system-defined color.</summary>
2207       <returns></returns>
2208     </member>
2209     <member name="F:System.Drawing.KnownColor.YellowGreen">
2210       <summary>A system-defined color.</summary>
2211       <returns></returns>
2212     </member>
2213   </members>
2214 </doc>