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