summaryrefslogtreecommitdiff
path: root/.packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Drawing.Primitives.xml
blob: ce22f842c7c1778dbef2895f10625b7277e403ae (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
<?xml version="1.0" encoding="utf-8"?><span>
<doc>
  <assembly>
    <name>System.Drawing.Primitives</name>
  </assembly>
  <members>
    <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"></see> class with the specified location and size.</summary>
      <param name="location">A <see cref="T:System.Drawing.Point"></see> that represents the upper-left corner of the rectangular region.</param>
      <param name="size">A <see cref="T:System.Drawing.Size"></see> 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"></see> 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"></see> and <see cref="P:System.Drawing.Rectangle.Height"></see> property values of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
      <returns>The y-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.Y"></see> and <see cref="P:System.Drawing.Rectangle.Height"></see> of this <see cref="T:System.Drawing.Rectangle"></see>.</returns>
    </member>
    <member name="M:System.Drawing.Rectangle.Ceiling(System.Drawing.RectangleF)">
      <summary>Converts the specified <see cref="T:System.Drawing.RectangleF"></see> structure to a <see cref="T:System.Drawing.Rectangle"></see> structure by rounding the <see cref="T:System.Drawing.RectangleF"></see> values to the next higher integer values.</summary>
      <param name="value">The <see cref="T:System.Drawing.RectangleF"></see> structure to be converted.</param>
      <returns>Returns a <see cref="T:System.Drawing.Rectangle"></see>.</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"></see> structure.</summary>
      <param name="pt">The <see cref="T:System.Drawing.Point"></see> to test.</param>
      <returns>This method returns true if the point represented by <paramref name="pt">pt</paramref> is contained within this <see cref="T:System.Drawing.Rectangle"></see> structure; otherwise false.</returns>
    </member>
    <member name="M:System.Drawing.Rectangle.Contains(System.Drawing.Rectangle)">
      <summary>Determines if the rectangular region represented by <paramref name="rect">rect</paramref> is entirely contained within this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
      <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> to test.</param>
      <returns>This method returns true if the rectangular region represented by <paramref name="rect">rect</paramref> is entirely contained within this <see cref="T:System.Drawing.Rectangle"></see> structure; otherwise 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"></see> 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 true if the point defined by <paramref name="x">x</paramref> and <paramref name="y">y</paramref> is contained within this <see cref="T:System.Drawing.Rectangle"></see> structure; otherwise false.</returns>
    </member>
    <member name="F:System.Drawing.Rectangle.Empty">
      <summary>Represents a <see cref="T:System.Drawing.Rectangle"></see> structure with its properties left uninitialized.</summary>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.Rectangle.Equals(System.Drawing.Rectangle)">
      <param name="other"></param>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.Rectangle.Equals(System.Object)">
      <summary>Tests whether <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.Rectangle"></see> structure with the same location and size of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
      <param name="obj">The <see cref="T:System.Object"></see> to test.</param>
      <returns>This method returns true if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.Rectangle"></see> structure and its <see cref="P:System.Drawing.Rectangle.X"></see>, <see cref="P:System.Drawing.Rectangle.Y"></see>, <see cref="P:System.Drawing.Rectangle.Width"></see>, and <see cref="P:System.Drawing.Rectangle.Height"></see> properties are equal to the corresponding properties of this <see cref="T:System.Drawing.Rectangle"></see> structure; otherwise, 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"></see> 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"></see> structure.</param>
      <param name="top">The y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</param>
      <param name="right">The x-coordinate of the lower-right corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</param>
      <param name="bottom">The y-coordinate of the lower-right corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</param>
      <returns>The new <see cref="T:System.Drawing.Rectangle"></see> 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"></see> structure. For information about the use of hash codes, see <see cref="M:System.Object.GetHashCode"></see> .</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"></see> structure.</summary>
      <returns>The height of this <see cref="T:System.Drawing.Rectangle"></see> structure. The default is 0.</returns>
    </member>
    <member name="M:System.Drawing.Rectangle.Inflate(System.Drawing.Size)">
      <summary>Enlarges this <see cref="T:System.Drawing.Rectangle"></see> 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"></see> by the specified amount.</summary>
      <param name="width">The amount to inflate this <see cref="T:System.Drawing.Rectangle"></see> horizontally.</param>
      <param name="height">The amount to inflate this <see cref="T:System.Drawing.Rectangle"></see> vertically.</param>
    </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"></see> structure. The copy is enlarged by the specified amount. The original <see cref="T:System.Drawing.Rectangle"></see> structure remains unmodified.</summary>
      <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> with which to start. This rectangle is not modified.</param>
      <param name="x">The amount to inflate this <see cref="T:System.Drawing.Rectangle"></see> horizontally.</param>
      <param name="y">The amount to inflate this <see cref="T:System.Drawing.Rectangle"></see> vertically.</param>
      <returns>The enlarged <see cref="T:System.Drawing.Rectangle"></see>.</returns>
    </member>
    <member name="M:System.Drawing.Rectangle.Intersect(System.Drawing.Rectangle,System.Drawing.Rectangle)">
      <summary>Returns a third <see cref="T:System.Drawing.Rectangle"></see> structure that represents the intersection of two other <see cref="T:System.Drawing.Rectangle"></see> structures. If there is no intersection, an empty <see cref="T:System.Drawing.Rectangle"></see> is returned.</summary>
      <param name="a">A rectangle to intersect.</param>
      <param name="b">A rectangle to intersect.</param>
      <returns>A <see cref="T:System.Drawing.Rectangle"></see> that represents the intersection of <paramref name="a">a</paramref> and <paramref name="b">b</paramref>.</returns>
    </member>
    <member name="M:System.Drawing.Rectangle.Intersect(System.Drawing.Rectangle)">
      <summary>Replaces this <see cref="T:System.Drawing.Rectangle"></see> with the intersection of itself and the specified <see cref="T:System.Drawing.Rectangle"></see>.</summary>
      <param name="rect">The <see cref="T:System.Drawing.Rectangle"></see> with which to intersect.</param>
    </member>
    <member name="M:System.Drawing.Rectangle.IntersectsWith(System.Drawing.Rectangle)">
      <summary>Determines if this rectangle intersects with <paramref name="rect">rect</paramref>.</summary>
      <param name="rect">The rectangle to test.</param>
      <returns>This method returns true if there is any intersection, otherwise false.</returns>
    </member>
    <member name="P:System.Drawing.Rectangle.IsEmpty">
      <summary>Tests whether all numeric properties of this <see cref="T:System.Drawing.Rectangle"></see> have values of zero.</summary>
      <returns>This property returns true if the <see cref="P:System.Drawing.Rectangle.Width"></see>, <see cref="P:System.Drawing.Rectangle.Height"></see>, <see cref="P:System.Drawing.Rectangle.X"></see>, and <see cref="P:System.Drawing.Rectangle.Y"></see> properties of this <see cref="T:System.Drawing.Rectangle"></see> all have values of zero; otherwise, 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"></see> structure.</summary>
      <returns>The x-coordinate of the left edge of this <see cref="T:System.Drawing.Rectangle"></see> 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"></see> structure.</summary>
      <returns>A <see cref="T:System.Drawing.Point"></see> that represents the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
    </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"></see> structures have equal location and size.</summary>
      <param name="left">The <see cref="T:System.Drawing.Rectangle"></see> structure that is to the left of the equality operator.</param>
      <param name="right">The <see cref="T:System.Drawing.Rectangle"></see> structure that is to the right of the equality operator.</param>
      <returns>This operator returns true if the two <see cref="T:System.Drawing.Rectangle"></see> structures have equal <see cref="P:System.Drawing.Rectangle.X"></see>, <see cref="P:System.Drawing.Rectangle.Y"></see>, <see cref="P:System.Drawing.Rectangle.Width"></see>, and <see cref="P:System.Drawing.Rectangle.Height"></see> properties.</returns>
    </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"></see> structures differ in location or size.</summary>
      <param name="left">The <see cref="T:System.Drawing.Rectangle"></see> structure that is to the left of the inequality operator.</param>
      <param name="right">The <see cref="T:System.Drawing.Rectangle"></see> structure that is to the right of the inequality operator.</param>
      <returns>This operator returns true if any of the <see cref="P:System.Drawing.Rectangle.X"></see>, <see cref="P:System.Drawing.Rectangle.Y"></see>, <see cref="P:System.Drawing.Rectangle.Width"></see> or <see cref="P:System.Drawing.Rectangle.Height"></see> properties of the two <see cref="T:System.Drawing.Rectangle"></see> structures are unequal; otherwise 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"></see> and <see cref="P:System.Drawing.Rectangle.Width"></see> property values of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
      <returns>The x-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.X"></see> and <see cref="P:System.Drawing.Rectangle.Width"></see> of this <see cref="T:System.Drawing.Rectangle"></see>.</returns>
    </member>
    <member name="M:System.Drawing.Rectangle.Round(System.Drawing.RectangleF)">
      <summary>Converts the specified <see cref="T:System.Drawing.RectangleF"></see> to a <see cref="T:System.Drawing.Rectangle"></see> by rounding the <see cref="T:System.Drawing.RectangleF"></see> values to the nearest integer values.</summary>
      <param name="value">The <see cref="T:System.Drawing.RectangleF"></see> to be converted.</param>
      <returns>The rounded interger value of the <see cref="T:System.Drawing.Rectangle"></see>.</returns>
    </member>
    <member name="P:System.Drawing.Rectangle.Size">
      <summary>Gets or sets the size of this <see cref="T:System.Drawing.Rectangle"></see>.</summary>
      <returns>A <see cref="T:System.Drawing.Size"></see> that represents the width and height of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
    </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"></see> structure.</summary>
      <returns>The y-coordinate of the top edge of this <see cref="T:System.Drawing.Rectangle"></see> structure.</returns>
    </member>
    <member name="M:System.Drawing.Rectangle.ToString">
      <summary>Converts the attributes of this <see cref="T:System.Drawing.Rectangle"></see> to a human-readable string.</summary>
      <returns>A string that contains the position, width, and height of this <see cref="T:System.Drawing.Rectangle"></see> structure ¾ for example, {X=20, Y=20, Width=100, Height=50}</returns>
    </member>
    <member name="M:System.Drawing.Rectangle.Truncate(System.Drawing.RectangleF)">
      <summary>Converts the specified <see cref="T:System.Drawing.RectangleF"></see> to a <see cref="T:System.Drawing.Rectangle"></see> by truncating the <see cref="T:System.Drawing.RectangleF"></see> values.</summary>
      <param name="value">The <see cref="T:System.Drawing.RectangleF"></see> to be converted.</param>
      <returns>The truncated value of the  <see cref="T:System.Drawing.Rectangle"></see>.</returns>
    </member>
    <member name="M:System.Drawing.Rectangle.Union(System.Drawing.Rectangle,System.Drawing.Rectangle)">
      <summary>Gets a <see cref="T:System.Drawing.Rectangle"></see> structure that contains the union of two <see cref="T:System.Drawing.Rectangle"></see> structures.</summary>
      <param name="a">A rectangle to union.</param>
      <param name="b">A rectangle to union.</param>
      <returns>A <see cref="T:System.Drawing.Rectangle"></see> structure that bounds the union of the two <see cref="T:System.Drawing.Rectangle"></see> structures.</returns>
    </member>
    <member name="P:System.Drawing.Rectangle.Width">
      <summary>Gets or sets the width of this <see cref="T:System.Drawing.Rectangle"></see> structure.</summary>
      <returns>The width of this <see cref="T:System.Drawing.Rectangle"></see> 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"></see> structure.</summary>
      <returns>The x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> 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"></see> structure.</summary>
      <returns>The y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.Rectangle"></see> 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"></see> 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"></see> class with the specified location and size.</summary>
      <param name="location">A <see cref="T:System.Drawing.PointF"></see> that represents the upper-left corner of the rectangular region.</param>
      <param name="size">A <see cref="T:System.Drawing.SizeF"></see> 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"></see> 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"></see> and <see cref="P:System.Drawing.RectangleF.Height"></see> of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
      <returns>The y-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.Y"></see> and <see cref="P:System.Drawing.RectangleF.Height"></see> of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
    </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"></see> structure.</summary>
      <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to test.</param>
      <returns>This method returns true if the point represented by the <paramref name="pt">pt</paramref> parameter is contained within this <see cref="T:System.Drawing.RectangleF"></see> structure; otherwise false.</returns>
    </member>
    <member name="M:System.Drawing.RectangleF.Contains(System.Drawing.RectangleF)">
      <summary>Determines if the rectangular region represented by <paramref name="rect">rect</paramref> is entirely contained within this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
      <param name="rect">The <see cref="T:System.Drawing.RectangleF"></see> to test.</param>
      <returns>This method returns true if the rectangular region represented by <paramref name="rect">rect</paramref> is entirely contained within the rectangular region represented by this <see cref="T:System.Drawing.RectangleF"></see>; otherwise 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"></see> 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 true if the point defined by <paramref name="x">x</paramref> and <paramref name="y">y</paramref> is contained within this <see cref="T:System.Drawing.RectangleF"></see> structure; otherwise false.</returns>
    </member>
    <member name="F:System.Drawing.RectangleF.Empty">
      <summary>Represents an instance of the <see cref="T:System.Drawing.RectangleF"></see> class with its members uninitialized.</summary>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.RectangleF.Equals(System.Drawing.RectangleF)">
      <param name="other"></param>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.RectangleF.Equals(System.Object)">
      <summary>Tests whether <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.RectangleF"></see> with the same location and size of this <see cref="T:System.Drawing.RectangleF"></see>.</summary>
      <param name="obj">The <see cref="T:System.Object"></see> to test.</param>
      <returns>This method returns true if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.RectangleF"></see> and its X, Y, Width, and Height properties are equal to the corresponding properties of this <see cref="T:System.Drawing.RectangleF"></see>; otherwise, 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"></see> 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"></see> 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"></see> structure. For information about the use of hash codes, see Object.GetHashCode.</summary>
      <returns>The hash code for this <see cref="T:System.Drawing.RectangleF"></see>.</returns>
    </member>
    <member name="P:System.Drawing.RectangleF.Height">
      <summary>Gets or sets the height of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
      <returns>The height of this <see cref="T:System.Drawing.RectangleF"></see> structure. The default is 0.</returns>
    </member>
    <member name="M:System.Drawing.RectangleF.Inflate(System.Drawing.SizeF)">
      <summary>Enlarges this <see cref="T:System.Drawing.RectangleF"></see> 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"></see> structure by the specified amount.</summary>
      <param name="x">The amount to inflate this <see cref="T:System.Drawing.RectangleF"></see> structure horizontally.</param>
      <param name="y">The amount to inflate this <see cref="T:System.Drawing.RectangleF"></see> structure vertically.</param>
    </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"></see> 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"></see> 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"></see>.</returns>
    </member>
    <member name="M:System.Drawing.RectangleF.Intersect(System.Drawing.RectangleF,System.Drawing.RectangleF)">
      <summary>Returns a <see cref="T:System.Drawing.RectangleF"></see> structure that represents the intersection of two rectangles. If there is no intersection, and empty <see cref="T:System.Drawing.RectangleF"></see> is returned.</summary>
      <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"></see> structure the size of which represents the overlapped area of the two specified rectangles.</returns>
    </member>
    <member name="M:System.Drawing.RectangleF.Intersect(System.Drawing.RectangleF)">
      <summary>Replaces this <see cref="T:System.Drawing.RectangleF"></see> structure with the intersection of itself and the specified <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
      <param name="rect">The rectangle to intersect.</param>
    </member>
    <member name="M:System.Drawing.RectangleF.IntersectsWith(System.Drawing.RectangleF)">
      <summary>Determines if this rectangle intersects with <paramref name="rect">rect</paramref>.</summary>
      <param name="rect">The rectangle to test.</param>
      <returns>This method returns true if there is any intersection.</returns>
    </member>
    <member name="P:System.Drawing.RectangleF.IsEmpty">
      <summary>Tests whether the <see cref="P:System.Drawing.RectangleF.Width"></see> or <see cref="P:System.Drawing.RectangleF.Height"></see> property of this <see cref="T:System.Drawing.RectangleF"></see> has a value of zero.</summary>
      <returns>This property returns true if the <see cref="P:System.Drawing.RectangleF.Width"></see> or <see cref="P:System.Drawing.RectangleF.Height"></see> property of this <see cref="T:System.Drawing.RectangleF"></see> has a value of zero; otherwise, 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"></see> structure.</summary>
      <returns>The x-coordinate of the left edge of this <see cref="T:System.Drawing.RectangleF"></see> 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"></see> structure.</summary>
      <returns>A <see cref="T:System.Drawing.PointF"></see> that represents the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
    </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"></see> structures have equal location and size.</summary>
      <param name="left">The <see cref="T:System.Drawing.RectangleF"></see> structure that is to the left of the equality operator.</param>
      <param name="right">The <see cref="T:System.Drawing.RectangleF"></see> structure that is to the right of the equality operator.</param>
      <returns>This operator returns true if the two specified <see cref="T:System.Drawing.RectangleF"></see> structures have equal <see cref="P:System.Drawing.RectangleF.X"></see>, <see cref="P:System.Drawing.RectangleF.Y"></see>, <see cref="P:System.Drawing.RectangleF.Width"></see>, and <see cref="P:System.Drawing.RectangleF.Height"></see> properties.</returns>
    </member>
    <member name="M:System.Drawing.RectangleF.op_Implicit(System.Drawing.Rectangle to System.Drawing.RectangleF)">
      <param name="r"></param>
      <returns></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"></see> structures differ in location or size.</summary>
      <param name="left">The <see cref="T:System.Drawing.RectangleF"></see> structure that is to the left of the inequality operator.</param>
      <param name="right">The <see cref="T:System.Drawing.RectangleF"></see> structure that is to the right of the inequality operator.</param>
      <returns>This operator returns true if any of the <see cref="P:System.Drawing.RectangleF.X"></see> , <see cref="P:System.Drawing.RectangleF.Y"></see>, <see cref="P:System.Drawing.RectangleF.Width"></see>, or <see cref="P:System.Drawing.RectangleF.Height"></see> properties of the two <see cref="T:System.Drawing.Rectangle"></see> structures are unequal; otherwise 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"></see> and <see cref="P:System.Drawing.RectangleF.Width"></see> of this <see cref="T:System.Drawing.RectangleF"></see> structure.</summary>
      <returns>The x-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.X"></see> and <see cref="P:System.Drawing.RectangleF.Width"></see> of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
    </member>
    <member name="P:System.Drawing.RectangleF.Size">
      <summary>Gets or sets the size of this <see cref="T:System.Drawing.RectangleF"></see>.</summary>
      <returns>A <see cref="T:System.Drawing.SizeF"></see> that represents the width and height of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
    </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"></see> structure.</summary>
      <returns>The y-coordinate of the top edge of this <see cref="T:System.Drawing.RectangleF"></see> structure.</returns>
    </member>
    <member name="M:System.Drawing.RectangleF.ToString">
      <summary>Converts the Location and <see cref="T:System.Drawing.Size"></see> of this <see cref="T:System.Drawing.RectangleF"></see> to a human-readable string.</summary>
      <returns>A string that contains the position, width, and height of this <see cref="T:System.Drawing.RectangleF"></see> structure. For example, &quot;{X=20, Y=20, Width=100, Height=50}&quot;.</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"></see> 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"></see> structure.</summary>
      <returns>The width of this <see cref="T:System.Drawing.RectangleF"></see> 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"></see> structure.</summary>
      <returns>The x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> 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"></see> structure.</summary>
      <returns>The y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.RectangleF"></see> 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"></see> and <see cref="P:System.Drawing.Size.Width"></see>.</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"></see> structure from the specified <see cref="T:System.Drawing.Point"></see> structure.</summary>
      <param name="pt">The <see cref="T:System.Drawing.Point"></see> structure from which to initialize this <see cref="T:System.Drawing.Size"></see> structure.</param>
    </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"></see> structure from the specified dimensions.</summary>
      <param name="width">The width component of the new <see cref="T:System.Drawing.Size"></see>.</param>
      <param name="height">The height component of the new <see cref="T:System.Drawing.Size"></see>.</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"></see> structure to the width and height of another <see cref="T:System.Drawing.Size"></see> structure.</summary>
      <param name="sz1">The first <see cref="T:System.Drawing.Size"></see> structure to add.</param>
      <param name="sz2">The second <see cref="T:System.Drawing.Size"></see> structure to add.</param>
      <returns>A <see cref="T:System.Drawing.Size"></see> 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"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure by rounding the values of the <see cref="T:System.Drawing.Size"></see> structure to the next higher integer values.</summary>
      <param name="value">The <see cref="T:System.Drawing.SizeF"></see> structure to convert.</param>
      <returns>The <see cref="T:System.Drawing.Size"></see> structure this method converts to.</returns>
    </member>
    <member name="F:System.Drawing.Size.Empty">
      <summary>Gets a <see cref="T:System.Drawing.Size"></see> structure that has a <see cref="P:System.Drawing.Size.Height"></see> and <see cref="P:System.Drawing.Size.Width"></see> value of 0.</summary>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.Size.Equals(System.Drawing.Size)">
      <param name="other"></param>
      <returns></returns>
    </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"></see> structure with the same dimensions as this <see cref="T:System.Drawing.Size"></see> structure.</summary>
      <param name="obj">The <see cref="T:System.Object"></see> to test.</param>
      <returns>true if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.Size"></see> and has the same width and height as this <see cref="T:System.Drawing.Size"></see>; otherwise, false.</returns>
    </member>
    <member name="M:System.Drawing.Size.GetHashCode">
      <summary>Returns a hash code for this <see cref="T:System.Drawing.Size"></see> structure.</summary>
      <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.Size"></see> 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"></see> structure.</summary>
      <returns>The vertical component of this <see cref="T:System.Drawing.Size"></see> structure, typically measured in pixels.</returns>
    </member>
    <member name="P:System.Drawing.Size.IsEmpty">
      <summary>Tests whether this <see cref="T:System.Drawing.Size"></see> structure has width and height of 0.</summary>
      <returns>This property returns true when this <see cref="T:System.Drawing.Size"></see> structure has both a width and height of 0; otherwise, 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"></see> structure to the width and height of another <see cref="T:System.Drawing.Size"></see> structure.</summary>
      <param name="sz1">The first <see cref="T:System.Drawing.Size"></see> to add.</param>
      <param name="sz2">The second <see cref="T:System.Drawing.Size"></see> to add.</param>
      <returns>A <see cref="T:System.Drawing.Size"></see> structure that is the result of the addition operation.</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"></see> structures are equal.</summary>
      <param name="sz1">The <see cref="T:System.Drawing.Size"></see> structure on the left side of the equality operator.</param>
      <param name="sz2">The <see cref="T:System.Drawing.Size"></see> structure on the right of the equality operator.</param>
      <returns>true if <paramref name="sz1">sz1</paramref> and <paramref name="sz2">sz2</paramref> have equal width and height; otherwise, false.</returns>
    </member>
    <member name="M:System.Drawing.Size.op_Explicit(System.Drawing.Size to System.Drawing.Point)">
      <param name="size"></param>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.Size.op_Implicit(System.Drawing.Size to System.Drawing.SizeF)">
      <param name="p"></param>
      <returns></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"></see> structures are different.</summary>
      <param name="sz1">The <see cref="T:System.Drawing.Size"></see> structure on the left of the inequality operator.</param>
      <param name="sz2">The <see cref="T:System.Drawing.Size"></see> structure on the right of the inequality operator.</param>
      <returns>true if <paramref name="sz1">sz1</paramref> and <paramref name="sz2">sz2</paramref> differ either in width or height; false if <paramref name="sz1">sz1</paramref> and <paramref name="sz2">sz2</paramref> are equal.</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"></see> structure from the width and height of another <see cref="T:System.Drawing.Size"></see> structure.</summary>
      <param name="sz1">The <see cref="T:System.Drawing.Size"></see> structure on the left side of the subtraction operator.</param>
      <param name="sz2">The <see cref="T:System.Drawing.Size"></see> structure on the right side of the subtraction operator.</param>
      <returns>A <see cref="T:System.Drawing.Size"></see> 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"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure by rounding the values of the <see cref="T:System.Drawing.SizeF"></see> structure to the nearest integer values.</summary>
      <param name="value">The <see cref="T:System.Drawing.SizeF"></see> structure to convert.</param>
      <returns>The <see cref="T:System.Drawing.Size"></see> 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"></see> structure from the width and height of another <see cref="T:System.Drawing.Size"></see> structure.</summary>
      <param name="sz1">The <see cref="T:System.Drawing.Size"></see> structure on the left side of the subtraction operator.</param>
      <param name="sz2">The <see cref="T:System.Drawing.Size"></see> structure on the right side of the subtraction operator.</param>
      <returns>A <see cref="T:System.Drawing.Size"></see> 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"></see> structure.</summary>
      <returns>A string that represents this <see cref="T:System.Drawing.Size"></see>.</returns>
    </member>
    <member name="M:System.Drawing.Size.Truncate(System.Drawing.SizeF)">
      <summary>Converts the specified <see cref="T:System.Drawing.SizeF"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure by truncating the values of the <see cref="T:System.Drawing.SizeF"></see> structure to the next lower integer values.</summary>
      <param name="value">The <see cref="T:System.Drawing.SizeF"></see> structure to convert.</param>
      <returns>The <see cref="T:System.Drawing.Size"></see> 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"></see> structure.</summary>
      <returns>The horizontal component of this <see cref="T:System.Drawing.Size"></see> 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"></see> structure from the specified <see cref="T:System.Drawing.PointF"></see> structure.</summary>
      <param name="pt">The <see cref="T:System.Drawing.PointF"></see> structure from which to initialize this <see cref="T:System.Drawing.SizeF"></see> structure.</param>
    </member>
    <member name="M:System.Drawing.SizeF.#ctor(System.Drawing.SizeF)">
      <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeF"></see> structure from the specified existing <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
      <param name="size">The <see cref="T:System.Drawing.SizeF"></see> structure from which to create the new <see cref="T:System.Drawing.SizeF"></see> structure.</param>
    </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"></see> structure from the specified dimensions.</summary>
      <param name="width">The width component of the new <see cref="T:System.Drawing.SizeF"></see> structure.</param>
      <param name="height">The height component of the new <see cref="T:System.Drawing.SizeF"></see> 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"></see> structure to the width and height of another <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
      <param name="sz1">The first <see cref="T:System.Drawing.SizeF"></see> structure to add.</param>
      <param name="sz2">The second <see cref="T:System.Drawing.SizeF"></see> structure to add.</param>
      <returns>A <see cref="T:System.Drawing.SizeF"></see> 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"></see> structure that has a <see cref="P:System.Drawing.SizeF.Height"></see> and <see cref="P:System.Drawing.SizeF.Width"></see> value of 0.</summary>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.SizeF.Equals(System.Drawing.SizeF)">
      <param name="other"></param>
      <returns></returns>
    </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"></see> structure with the same dimensions as this <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
      <param name="obj">The <see cref="T:System.Object"></see> to test.</param>
      <returns>This method returns true if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.SizeF"></see> and has the same width and height as this <see cref="T:System.Drawing.SizeF"></see>; otherwise, false.</returns>
    </member>
    <member name="M:System.Drawing.SizeF.GetHashCode">
      <summary>Returns a hash code for this <see cref="T:System.Drawing.Size"></see> structure.</summary>
      <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.Size"></see> 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"></see> structure.</summary>
      <returns>The vertical component of this <see cref="T:System.Drawing.SizeF"></see> 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"></see> structure has zero width and height.</summary>
      <returns>This property returns true when this <see cref="T:System.Drawing.SizeF"></see> structure has both a width and height of zero; otherwise, 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"></see> structure to the width and height of another <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
      <param name="sz1">The first <see cref="T:System.Drawing.SizeF"></see> structure to add.</param>
      <param name="sz2">The second <see cref="T:System.Drawing.SizeF"></see> structure to add.</param>
      <returns>A <see cref="T:System.Drawing.Size"></see> structure that is the result of the addition operation.</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"></see> structures are equal.</summary>
      <param name="sz1">The <see cref="T:System.Drawing.SizeF"></see> structure on the left side of the equality operator.</param>
      <param name="sz2">The <see cref="T:System.Drawing.SizeF"></see> structure on the right of the equality operator.</param>
      <returns>This operator returns true if <paramref name="sz1">sz1</paramref> and <paramref name="sz2">sz2</paramref> have equal width and height; otherwise, false.</returns>
    </member>
    <member name="M:System.Drawing.SizeF.op_Explicit(System.Drawing.SizeF to System.Drawing.PointF)">
      <param name="size"></param>
      <returns></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"></see> structures are different.</summary>
      <param name="sz1">The <see cref="T:System.Drawing.SizeF"></see> structure on the left of the inequality operator.</param>
      <param name="sz2">The <see cref="T:System.Drawing.SizeF"></see> structure on the right of the inequality operator.</param>
      <returns>This operator returns true if <paramref name="sz1">sz1</paramref> and <paramref name="sz2">sz2</paramref> differ either in width or height; false if <paramref name="sz1">sz1</paramref> and <paramref name="sz2">sz2</paramref> are equal.</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"></see> structure from the width and height of another <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
      <param name="sz1">The <see cref="T:System.Drawing.SizeF"></see> structure on the left side of the subtraction operator.</param>
      <param name="sz2">The <see cref="T:System.Drawing.SizeF"></see> structure on the right side of the subtraction operator.</param>
      <returns>A <see cref="T:System.Drawing.SizeF"></see> 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"></see> structure from the width and height of another <see cref="T:System.Drawing.SizeF"></see> structure.</summary>
      <param name="sz1">The <see cref="T:System.Drawing.SizeF"></see> structure on the left side of the subtraction operator.</param>
      <param name="sz2">The <see cref="T:System.Drawing.SizeF"></see> structure on the right side of the subtraction operator.</param>
      <returns>A <see cref="T:System.Drawing.SizeF"></see> 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"></see> structure to a <see cref="T:System.Drawing.PointF"></see> structure.</summary>
      <returns>Returns a <see cref="T:System.Drawing.PointF"></see> structure.</returns>
    </member>
    <member name="M:System.Drawing.SizeF.ToSize">
      <summary>Converts a <see cref="T:System.Drawing.SizeF"></see> structure to a <see cref="T:System.Drawing.Size"></see> structure.</summary>
      <returns>Returns a <see cref="T:System.Drawing.Size"></see> 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"></see> structure.</summary>
      <returns>A string that represents this <see cref="T:System.Drawing.SizeF"></see> 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"></see> structure.</summary>
      <returns>The horizontal component of this <see cref="T:System.Drawing.SizeF"></see> structure, typically measured in pixels.</returns>
    </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"></see> class from a <see cref="T:System.Drawing.Size"></see>.</summary>
      <param name="sz">A <see cref="T:System.Drawing.Size"></see> that specifies the coordinates for the new <see cref="T:System.Drawing.Point"></see>.</param>
    </member>
    <member name="M:System.Drawing.Point.#ctor(System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point"></see> 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"></see>.</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"></see> 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"></see> to the specified <see cref="T:System.Drawing.Point"></see>.</summary>
      <param name="pt">The <see cref="T:System.Drawing.Point"></see> to add.</param>
      <param name="sz">The <see cref="T:System.Drawing.Size"></see> to add</param>
      <returns>The <see cref="T:System.Drawing.Point"></see> 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"></see> to a <see cref="T:System.Drawing.Point"></see> by rounding the values of the <see cref="T:System.Drawing.PointF"></see> to the next higher integer values.</summary>
      <param name="value">The <see cref="T:System.Drawing.PointF"></see> to convert.</param>
      <returns>The <see cref="T:System.Drawing.Point"></see> this method converts to.</returns>
    </member>
    <member name="F:System.Drawing.Point.Empty">
      <summary>Represents a <see cref="T:System.Drawing.Point"></see> that has <see cref="P:System.Drawing.Point.X"></see> and <see cref="P:System.Drawing.Point.Y"></see> values set to zero.</summary>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.Point.Equals(System.Drawing.Point)">
      <param name="other"></param>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.Point.Equals(System.Object)">
      <summary>Specifies whether this <see cref="T:System.Drawing.Point"></see> contains the same coordinates as the specified <see cref="T:System.Object"></see>.</summary>
      <param name="obj">The <see cref="T:System.Object"></see> to test.</param>
      <returns>true if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.Point"></see> and has the same coordinates as this <see cref="T:System.Drawing.Point"></see>.</returns>
    </member>
    <member name="M:System.Drawing.Point.GetHashCode">
      <summary>Returns a hash code for this <see cref="T:System.Drawing.Point"></see>.</summary>
      <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.Point"></see>.</returns>
    </member>
    <member name="P:System.Drawing.Point.IsEmpty">
      <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Point"></see> is empty.</summary>
      <returns>true if both <see cref="P:System.Drawing.Point.X"></see> and <see cref="P:System.Drawing.Point.Y"></see> are 0; otherwise, false.</returns>
    </member>
    <member name="M:System.Drawing.Point.Offset(System.Int32,System.Int32)">
      <summary>Translates this <see cref="T:System.Drawing.Point"></see> 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.Offset(System.Drawing.Point)">
      <summary>Translates this <see cref="T:System.Drawing.Point"></see> by the specified <see cref="T:System.Drawing.Point"></see>.</summary>
      <param name="p">The <see cref="T:System.Drawing.Point"></see> used offset this <see cref="T:System.Drawing.Point"></see>.</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"></see> by a given <see cref="T:System.Drawing.Size"></see>.</summary>
      <param name="pt">The <see cref="T:System.Drawing.Point"></see> to translate.</param>
      <param name="sz">A <see cref="T:System.Drawing.Size"></see> that specifies the pair of numbers to add to the coordinates of pt.</param>
      <returns>The translated <see cref="T:System.Drawing.Point"></see>.</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"></see> objects. The result specifies whether the values of the <see cref="P:System.Drawing.Point.X"></see> and <see cref="P:System.Drawing.Point.Y"></see> properties of the two <see cref="T:System.Drawing.Point"></see> objects are equal.</summary>
      <param name="left">A <see cref="T:System.Drawing.Point"></see> to compare.</param>
      <param name="right">A <see cref="T:System.Drawing.Point"></see> to compare.</param>
      <returns>true if the <see cref="P:System.Drawing.Point.X"></see> and <see cref="P:System.Drawing.Point.Y"></see> values of <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are equal; otherwise, false.</returns>
    </member>
    <member name="M:System.Drawing.Point.op_Explicit(System.Drawing.Point to System.Drawing.Size)">
      <param name="p"></param>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.Point.op_Implicit(System.Drawing.Point to System.Drawing.PointF)">
      <param name="p"></param>
      <returns></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"></see> objects. The result specifies whether the values of the <see cref="P:System.Drawing.Point.X"></see> or <see cref="P:System.Drawing.Point.Y"></see> properties of the two <see cref="T:System.Drawing.Point"></see> objects are unequal.</summary>
      <param name="left">A <see cref="T:System.Drawing.Point"></see> to compare.</param>
      <param name="right">A <see cref="T:System.Drawing.Point"></see> to compare.</param>
      <returns>true if the values of either the <see cref="P:System.Drawing.Point.X"></see> properties or the <see cref="P:System.Drawing.Point.Y"></see> properties of <paramref name="left">left</paramref> and <paramref name="right">right</paramref> differ; otherwise, 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"></see> by the negative of a given <see cref="T:System.Drawing.Size"></see>.</summary>
      <param name="pt">The <see cref="T:System.Drawing.Point"></see> to translate.</param>
      <param name="sz">A <see cref="T:System.Drawing.Size"></see> that specifies the pair of numbers to subtract from the coordinates of pt.</param>
      <returns>A <see cref="T:System.Drawing.Point"></see> structure that is translated by the negative of a given <see cref="T:System.Drawing.Size"></see> structure.</returns>
    </member>
    <member name="M:System.Drawing.Point.Round(System.Drawing.PointF)">
      <summary>Converts the specified <see cref="T:System.Drawing.PointF"></see> to a <see cref="T:System.Drawing.Point"></see> object by rounding the <see cref="T:System.Drawing.Point"></see> values to the nearest integer.</summary>
      <param name="value">The <see cref="T:System.Drawing.PointF"></see> to convert.</param>
      <returns>The <see cref="T:System.Drawing.Point"></see> 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"></see> from the specified <see cref="T:System.Drawing.Point"></see>.</summary>
      <param name="pt">The <see cref="T:System.Drawing.Point"></see> to be subtracted from.</param>
      <param name="sz">The <see cref="T:System.Drawing.Size"></see> to subtract from the <see cref="T:System.Drawing.Point"></see>.</param>
      <returns>The <see cref="T:System.Drawing.Point"></see> 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"></see> to a human-readable string.</summary>
      <returns>A string that represents this <see cref="T:System.Drawing.Point"></see>.</returns>
    </member>
    <member name="M:System.Drawing.Point.Truncate(System.Drawing.PointF)">
      <summary>Converts the specified <see cref="T:System.Drawing.PointF"></see> to a <see cref="T:System.Drawing.Point"></see> by truncating the values of the <see cref="T:System.Drawing.Point"></see>.</summary>
      <param name="value">The <see cref="T:System.Drawing.PointF"></see> to convert.</param>
      <returns>The <see cref="T:System.Drawing.Point"></see> 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"></see>.</summary>
      <returns>The x-coordinate of this <see cref="T:System.Drawing.Point"></see>.</returns>
    </member>
    <member name="P:System.Drawing.Point.Y">
      <summary>Gets or sets the y-coordinate of this <see cref="T:System.Drawing.Point"></see>.</summary>
      <returns>The y-coordinate of this <see cref="T:System.Drawing.Point"></see>.</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"></see> 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"></see> by the specified <see cref="T:System.Drawing.Size"></see>.</summary>
      <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
      <param name="sz">The <see cref="T:System.Drawing.Size"></see> that specifies the numbers to add to the coordinates of pt.</param>
      <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</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"></see> by a specified <see cref="T:System.Drawing.SizeF"></see>.</summary>
      <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
      <param name="sz">The <see cref="T:System.Drawing.SizeF"></see> that specifies the numbers to add to the coordinates of pt.</param>
      <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
    </member>
    <member name="F:System.Drawing.PointF.Empty">
      <summary>Represents a new instance of the <see cref="T:System.Drawing.PointF"></see> class with member data left uninitialized.</summary>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.PointF.Equals(System.Drawing.PointF)">
      <param name="other"></param>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.PointF.Equals(System.Object)">
      <summary>Specifies whether this <see cref="T:System.Drawing.PointF"></see> contains the same coordinates as the specified <see cref="T:System.Object"></see>.</summary>
      <param name="obj">The <see cref="T:System.Object"></see> to test.</param>
      <returns>This method returns true if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.PointF"></see> and has the same coordinates as this <see cref="T:System.Drawing.Point"></see>.</returns>
    </member>
    <member name="M:System.Drawing.PointF.GetHashCode">
      <summary>Returns a hash code for this <see cref="T:System.Drawing.PointF"></see> structure.</summary>
      <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.PointF"></see> structure.</returns>
    </member>
    <member name="P:System.Drawing.PointF.IsEmpty">
      <summary>Gets a value indicating whether this <see cref="T:System.Drawing.PointF"></see> is empty.</summary>
      <returns>true if both <see cref="P:System.Drawing.PointF.X"></see> and <see cref="P:System.Drawing.PointF.Y"></see> are 0; otherwise, false.</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"></see> by the specified <see cref="T:System.Drawing.SizeF"></see>.</summary>
      <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
      <param name="sz">The <see cref="T:System.Drawing.SizeF"></see> that specifies the numbers to add to the x- and y-coordinates of the <see cref="T:System.Drawing.PointF"></see>.</param>
      <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</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"></see> by a given <see cref="T:System.Drawing.Size"></see>.</summary>
      <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
      <param name="sz">A <see cref="T:System.Drawing.Size"></see> that specifies the pair of numbers to add to the coordinates of pt.</param>
      <returns>Returns the translated <see cref="T:System.Drawing.PointF"></see>.</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"></see> structures. The result specifies whether the values of the <see cref="P:System.Drawing.PointF.X"></see> and <see cref="P:System.Drawing.PointF.Y"></see> properties of the two <see cref="T:System.Drawing.PointF"></see> structures are equal.</summary>
      <param name="left">A <see cref="T:System.Drawing.PointF"></see> to compare.</param>
      <param name="right">A <see cref="T:System.Drawing.PointF"></see> to compare.</param>
      <returns>true if the <see cref="P:System.Drawing.PointF.X"></see> and <see cref="P:System.Drawing.PointF.Y"></see> values of the left and right <see cref="T:System.Drawing.PointF"></see> structures are equal; otherwise, 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"></see> to compare.</param>
      <param name="right">A <see cref="T:System.Drawing.PointF"></see> to compare.</param>
      <returns>true to indicate the <see cref="P:System.Drawing.PointF.X"></see> and <see cref="P:System.Drawing.PointF.Y"></see> values of <paramref name="left">left</paramref> and <paramref name="right">right</paramref> are not equal; otherwise, 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"></see> by the negative of a given <see cref="T:System.Drawing.Size"></see>.</summary>
      <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
      <param name="sz">The <see cref="T:System.Drawing.Size"></see> that specifies the numbers to subtract from the coordinates of pt.</param>
      <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</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"></see> by the negative of a specified <see cref="T:System.Drawing.SizeF"></see>.</summary>
      <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
      <param name="sz">The <see cref="T:System.Drawing.SizeF"></see> that specifies the numbers to subtract from the coordinates of pt.</param>
      <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
    </member>
    <member name="M:System.Drawing.PointF.Subtract(System.Drawing.PointF,System.Drawing.Size)">
      <summary>Translates a <see cref="T:System.Drawing.PointF"></see> by the negative of a specified size.</summary>
      <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
      <param name="sz">The <see cref="T:System.Drawing.Size"></see> that specifies the numbers to subtract from the coordinates of pt.</param>
      <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
    </member>
    <member name="M:System.Drawing.PointF.Subtract(System.Drawing.PointF,System.Drawing.SizeF)">
      <summary>Translates a <see cref="T:System.Drawing.PointF"></see> by the negative of a specified size.</summary>
      <param name="pt">The <see cref="T:System.Drawing.PointF"></see> to translate.</param>
      <param name="sz">The <see cref="T:System.Drawing.SizeF"></see> that specifies the numbers to subtract from the coordinates of pt.</param>
      <returns>The translated <see cref="T:System.Drawing.PointF"></see>.</returns>
    </member>
    <member name="M:System.Drawing.PointF.ToString">
      <summary>Converts this <see cref="T:System.Drawing.PointF"></see> to a human readable string.</summary>
      <returns>A string that represents this <see cref="T:System.Drawing.PointF"></see>.</returns>
    </member>
    <member name="P:System.Drawing.PointF.X">
      <summary>Gets or sets the x-coordinate of this <see cref="T:System.Drawing.PointF"></see>.</summary>
      <returns>The x-coordinate of this <see cref="T:System.Drawing.PointF"></see>.</returns>
    </member>
    <member name="P:System.Drawing.PointF.Y">
      <summary>Gets or sets the y-coordinate of this <see cref="T:System.Drawing.PointF"></see>.</summary>
      <returns>The y-coordinate of this <see cref="T:System.Drawing.PointF"></see>.</returns>
    </member>
    <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"></see> structure.</summary>
      <returns>The alpha component value of this <see cref="T:System.Drawing.Color"></see>.</returns>
    </member>
    <member name="P:System.Drawing.Color.AliceBlue">
      <summary>Gets a system-defined color that has an ARGB value of #FFF0F8FF.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFAEBD7.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF00FFFF.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF7FFFD4.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFF0FFFF.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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"></see> structure.</summary>
      <returns>The blue component value of this <see cref="T:System.Drawing.Color"></see>.</returns>
    </member>
    <member name="P:System.Drawing.Color.Beige">
      <summary>Gets a system-defined color that has an ARGB value of #FFF5F5DC.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFE4C4.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF000000.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFEBCD.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF0000FF.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF8A2BE2.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFA52A2A.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFDEB887.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF5F9EA0.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF7FFF00.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFD2691E.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFF7F50.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF6495ED.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFF8DC.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFDC143C.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF00FFFF.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF00008B.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF008B8B.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFB8860B.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFA9A9A9.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF006400.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFBDB76B.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF8B008B.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF556B2F.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFF8C00.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF9932CC.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF8B0000.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFE9967A.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF8FBC8F.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF483D8B.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF2F4F4F.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF00CED1.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF9400D3.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFF1493.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF00BFFF.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF696969.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF1E90FF.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
    </member>
    <member name="F:System.Drawing.Color.Empty">
      <summary>Represents a color that is null.</summary>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.Color.Equals(System.Drawing.Color)">
      <param name="other"></param>
      <returns></returns>
    </member>
    <member name="M:System.Drawing.Color.Equals(System.Object)">
      <summary>Tests whether the specified object is a <see cref="T:System.Drawing.Color"></see> structure and is equivalent to this <see cref="T:System.Drawing.Color"></see> structure.</summary>
      <param name="obj">The object to test.</param>
      <returns>true if <paramref name="obj">obj</paramref> is a <see cref="T:System.Drawing.Color"></see> structure equivalent to this <see cref="T:System.Drawing.Color"></see> structure; otherwise, false.</returns>
    </member>
    <member name="P:System.Drawing.Color.Firebrick">
      <summary>Gets a system-defined color that has an ARGB value of #FFB22222.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFFAF0.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF228B22.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
    </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"></see> structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits.</summary>
      <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"></see> that this method creates.</returns>
      <exception cref="T:System.ArgumentException"><paramref name="alpha">alpha</paramref>, <paramref name="red">red</paramref>, <paramref name="green">green</paramref>, or <paramref name="blue">blue</paramref> is less than 0 or greater than 255.</exception>
    </member>
    <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Int32,System.Int32)">
      <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits.</summary>
      <param name="red">The red component value for the new <see cref="T:System.Drawing.Color"></see>. Valid values are 0 through 255.</param>
      <param name="green">The green component value for the new <see cref="T:System.Drawing.Color"></see>. Valid values are 0 through 255.</param>
      <param name="blue">The blue component value for the new <see cref="T:System.Drawing.Color"></see>. Valid values are 0 through 255.</param>
      <returns>The <see cref="T:System.Drawing.Color"></see> that this method creates.</returns>
      <exception cref="T:System.ArgumentException"><paramref name="red">red</paramref>, <paramref name="green">green</paramref>, or <paramref name="blue">blue</paramref> is less than 0 or greater than 255.</exception>
    </member>
    <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Drawing.Color)">
      <summary>Creates a <see cref="T:System.Drawing.Color"></see> structure from the specified <see cref="T:System.Drawing.Color"></see> structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits.</summary>
      <param name="alpha">The alpha value for the new <see cref="T:System.Drawing.Color"></see>. Valid values are 0 through 255.</param>
      <param name="baseColor">The <see cref="T:System.Drawing.Color"></see> from which to create the new <see cref="T:System.Drawing.Color"></see>.</param>
      <returns>The <see cref="T:System.Drawing.Color"></see> that this method creates.</returns>
      <exception cref="T:System.ArgumentException"><paramref name="alpha">alpha</paramref> is less than 0 or greater than 255.</exception>
    </member>
    <member name="M:System.Drawing.Color.FromArgb(System.Int32)">
      <summary>Creates a <see cref="T:System.Drawing.Color"></see> 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"></see> structure that this method creates.</returns>
    </member>
    <member name="M:System.Drawing.Color.FromName(System.String)">
      <summary>Creates a <see cref="T:System.Drawing.Color"></see> 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"></see> enumeration.</param>
      <returns>The <see cref="T:System.Drawing.Color"></see> 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 #FFFF00FF.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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"></see> structure.</summary>
      <returns>The green component value of this <see cref="T:System.Drawing.Color"></see>.</returns>
    </member>
    <member name="P:System.Drawing.Color.Gainsboro">
      <summary>Gets a system-defined color that has an ARGB value of #FFDCDCDC.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
    </member>
    <member name="M:System.Drawing.Color.GetBrightness">
      <summary>Gets the hue-saturation-brightness (HSB) brightness value for this <see cref="T:System.Drawing.Color"></see> structure.</summary>
      <returns>The brightness of this <see cref="T:System.Drawing.Color"></see>. The brightness 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"></see> structure.</summary>
      <returns>An integer value that specifies the hash code for this <see cref="T:System.Drawing.Color"></see>.</returns>
    </member>
    <member name="M:System.Drawing.Color.GetHue">
      <summary>Gets the hue-saturation-brightness (HSB) hue value, in degrees, for this <see cref="T:System.Drawing.Color"></see> structure.</summary>
      <returns>The hue, in degrees, of this <see cref="T:System.Drawing.Color"></see>. The hue is measured in degrees, ranging from 0.0 through 360.0, in HSB color space.</returns>
    </member>
    <member name="M:System.Drawing.Color.GetSaturation">
      <summary>Gets the hue-saturation-brightness (HSB) saturation value for this <see cref="T:System.Drawing.Color"></see> structure.</summary>
      <returns>The saturation of this <see cref="T:System.Drawing.Color"></see>. The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale and 1.0 is the most saturated.</returns>
    </member>
    <member name="P:System.Drawing.Color.GhostWhite">
      <summary>Gets a system-defined color that has an ARGB value of #FFF8F8FF.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFD700.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFDAA520.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF808080.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF008000.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFADFF2F.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFF0FFF0.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFF69B4.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFCD5C5C.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF4B0082.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
    </member>
    <member name="P:System.Drawing.Color.IsEmpty">
      <summary>Specifies whether this <see cref="T:System.Drawing.Color"></see> structure is uninitialized.</summary>
      <returns>This property returns true if this color is uninitialized; otherwise, false.</returns>
    </member>
    <member name="P:System.Drawing.Color.IsNamedColor">
      <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Color"></see> structure is a named color or a member of the <see cref="T:System.Drawing.KnownColor"></see> enumeration.</summary>
      <returns>true if this <see cref="T:System.Drawing.Color"></see> was created by using either the <see cref="M:System.Drawing.Color.FromName(System.String)"></see> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"></see> method; otherwise, false.</returns>
    </member>
    <member name="P:System.Drawing.Color.Ivory">
      <summary>Gets a system-defined color that has an ARGB value of #FFFFFFF0.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFF0E68C.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFE6E6FA.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFF0F5.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF7CFC00.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFFACD.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFADD8E6.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFF08080.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFE0FFFF.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFAFAD2.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFD3D3D3.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF90EE90.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFB6C1.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFA07A.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF20B2AA.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF87CEFA.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF778899.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFB0C4DE.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFFFE0.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF00FF00.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF32CD32.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFAF0E6.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFF00FF.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF800000.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF66CDAA.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF0000CD.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFBA55D3.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF9370DB.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF3CB371.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF7B68EE.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF00FA9A.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF48D1CC.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFC71585.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF191970.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFF5FFFA.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFE4E1.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFE4B5.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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"></see>.</summary>
      <returns>The name of this <see cref="T:System.Drawing.Color"></see>.</returns>
    </member>
    <member name="P:System.Drawing.Color.NavajoWhite">
      <summary>Gets a system-defined color that has an ARGB value of #FFFFDEAD.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF000080.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFDF5E6.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF808000.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF6B8E23.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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"></see> structures are equivalent.</summary>
      <param name="left">The <see cref="T:System.Drawing.Color"></see> that is to the left of the equality operator.</param>
      <param name="right">The <see cref="T:System.Drawing.Color"></see> that is to the right of the equality operator.</param>
      <returns>true if the two <see cref="T:System.Drawing.Color"></see> structures are equal; otherwise, 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"></see> structures are different.</summary>
      <param name="left">The <see cref="T:System.Drawing.Color"></see> that is to the left of the inequality operator.</param>
      <param name="right">The <see cref="T:System.Drawing.Color"></see> that is to the right of the inequality operator.</param>
      <returns>true if the two <see cref="T:System.Drawing.Color"></see> structures are different; otherwise, false.</returns>
    </member>
    <member name="P:System.Drawing.Color.Orange">
      <summary>Gets a system-defined color that has an ARGB value of #FFFFA500.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFF4500.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFDA70D6.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFEEE8AA.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF98FB98.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFAFEEEE.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFDB7093.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFEFD5.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFDAB9.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFCD853F.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFC0CB.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFDDA0DD.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFB0E0E6.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF800080.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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"></see> structure.</summary>
      <returns>The red component value of this <see cref="T:System.Drawing.Color"></see>.</returns>
    </member>
    <member name="P:System.Drawing.Color.Red">
      <summary>Gets a system-defined color that has an ARGB value of #FFFF0000.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFBC8F8F.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF4169E1.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF8B4513.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFA8072.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFF4A460.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF2E8B57.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFF5EE.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFA0522D.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFC0C0C0.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF87CEEB.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF6A5ACD.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF708090.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFFAFA.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF00FF7F.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF4682B4.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFD2B48C.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF008080.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFD8BFD8.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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"></see> structure.</summary>
      <returns>The 32-bit ARGB value of this <see cref="T:System.Drawing.Color"></see>.</returns>
    </member>
    <member name="P:System.Drawing.Color.Tomato">
      <summary>Gets a system-defined color that has an ARGB value of #FFFF6347.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
    </member>
    <member name="M:System.Drawing.Color.ToString">
      <summary>Converts this <see cref="T:System.Drawing.Color"></see> structure to a human-readable string.</summary>
      <returns>A string that is the name of this <see cref="T:System.Drawing.Color"></see>, if the <see cref="T:System.Drawing.Color"></see> is created from a predefined color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)"></see> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)"></see> method; otherwise, a string that consists of the ARGB component names and their values.</returns>
    </member>
    <member name="P:System.Drawing.Color.Transparent">
      <summary>Gets a system-defined color.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF40E0D0.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFEE82EE.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFF5DEB3.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFFFFF.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFF5F5F5.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FFFFFF00.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> 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 #FF9ACD32.</summary>
      <returns>A <see cref="T:System.Drawing.Color"></see> representing a system-defined color.</returns>
    </member>
  </members>
</doc></span>