Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.Drawing.Primitives.xml
index 0e904c1..0eeaf2e 100755 (executable)
@@ -7,105 +7,6 @@
     <member name="T:System.Drawing.Color">
       <summary>Represents an ARGB (alpha, red, green, blue) color.</summary>
     </member>
-    <member name="F:System.Drawing.Color.Empty">
-      <summary>Represents a color that is <see langword="null" />.</summary>
-    </member>
-    <member name="M:System.Drawing.Color.Equals(System.Drawing.Color)">
-      <summary>Indicates whether the current object is equal to another object of the same type.</summary>
-      <param name="other">An object to compare with this object.</param>
-      <returns>
-        <see langword="true" /> if the current object is equal to <paramref name="other" />; otherwise, <see langword="false" />.</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" /> structure and is equivalent to this <see cref="T:System.Drawing.Color" /> structure.</summary>
-      <param name="obj">The object to test.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Drawing.Color" /> structure equivalent to this <see cref="T:System.Drawing.Color" /> structure; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.FromArgb(System.Int32)">
-      <summary>Creates a <see cref="T:System.Drawing.Color" /> structure from a 32-bit ARGB value.</summary>
-      <param name="argb">A value specifying the 32-bit ARGB value.</param>
-      <returns>The <see cref="T:System.Drawing.Color" /> structure that this method creates.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Drawing.Color)">
-      <summary>Creates a <see cref="T:System.Drawing.Color" /> structure from the specified <see cref="T:System.Drawing.Color" /> structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits.</summary>
-      <param name="alpha">The alpha value for the new <see cref="T:System.Drawing.Color" />. Valid values are 0 through 255.</param>
-      <param name="baseColor">The <see cref="T:System.Drawing.Color" /> from which to create the new <see cref="T:System.Drawing.Color" />.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="alpha" /> is less than 0 or greater than 255.</exception>
-      <returns>The <see cref="T:System.Drawing.Color" /> that this method creates.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Int32,System.Int32)">
-      <summary>Creates a <see cref="T:System.Drawing.Color" /> structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits.</summary>
-      <param name="red">The red component value for the new <see cref="T:System.Drawing.Color" />. Valid values are 0 through 255.</param>
-      <param name="green">The green component value for the new <see cref="T:System.Drawing.Color" />. Valid values are 0 through 255.</param>
-      <param name="blue">The blue component value for the new <see cref="T:System.Drawing.Color" />. Valid values are 0 through 255.</param>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="red" />, <paramref name="green" />, or <paramref name="blue" /> is less than 0 or greater than 255.</exception>
-      <returns>The <see cref="T:System.Drawing.Color" /> that this method creates.</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" /> 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>
-      <exception cref="T:System.ArgumentException">
-        <paramref name="alpha" />, <paramref name="red" />, <paramref name="green" />, or <paramref name="blue" /> is less than 0 or greater than 255.</exception>
-      <returns>The <see cref="T:System.Drawing.Color" /> that this method creates.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)">
-      <summary>Creates a <see cref="T:System.Drawing.Color" /> structure from the specified predefined color.</summary>
-      <param name="color">An element of the <see cref="T:System.Drawing.KnownColor" /> enumeration.</param>
-      <returns>The <see cref="T:System.Drawing.Color" /> that this method creates.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.FromName(System.String)">
-      <summary>Creates a <see cref="T:System.Drawing.Color" /> structure from the specified name of a predefined color.</summary>
-      <param name="name">A string that is the name of a predefined color. Valid names are the same as the names of the elements of the <see cref="T:System.Drawing.KnownColor" /> enumeration.</param>
-      <returns>The <see cref="T:System.Drawing.Color" /> that this method creates.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.GetBrightness">
-      <summary>Gets the hue-saturation-lightness (HSL) lightness value for this <see cref="T:System.Drawing.Color" /> structure.</summary>
-      <returns>The lightness of this <see cref="T:System.Drawing.Color" />. The lightness ranges from 0.0 through 1.0, where 0.0 represents black and 1.0 represents white.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.GetHashCode">
-      <summary>Returns a hash code for this <see cref="T:System.Drawing.Color" /> structure.</summary>
-      <returns>An integer value that specifies the hash code for this <see cref="T:System.Drawing.Color" />.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.GetHue">
-      <summary>Gets the hue-saturation-lightness (HSL) hue value, in degrees, for this <see cref="T:System.Drawing.Color" /> structure.</summary>
-      <returns>The hue, in degrees, of this <see cref="T:System.Drawing.Color" />. The hue is measured in degrees, ranging from 0.0 through 360.0, in HSL color space.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.GetSaturation">
-      <summary>Gets the hue-saturation-lightness (HSL) saturation value for this <see cref="T:System.Drawing.Color" /> structure.</summary>
-      <returns>The saturation of this <see cref="T:System.Drawing.Color" />. The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale and 1.0 is the most saturated.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.op_Equality(System.Drawing.Color,System.Drawing.Color)">
-      <summary>Tests whether two specified <see cref="T:System.Drawing.Color" /> structures are equivalent.</summary>
-      <param name="left">The <see cref="T:System.Drawing.Color" /> that is to the left of the equality operator.</param>
-      <param name="right">The <see cref="T:System.Drawing.Color" /> that is to the right of the equality operator.</param>
-      <returns>
-        <see langword="true" /> if the two <see cref="T:System.Drawing.Color" /> structures are equal; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.op_Inequality(System.Drawing.Color,System.Drawing.Color)">
-      <summary>Tests whether two specified <see cref="T:System.Drawing.Color" /> structures are different.</summary>
-      <param name="left">The <see cref="T:System.Drawing.Color" /> that is to the left of the inequality operator.</param>
-      <param name="right">The <see cref="T:System.Drawing.Color" /> that is to the right of the inequality operator.</param>
-      <returns>
-        <see langword="true" /> if the two <see cref="T:System.Drawing.Color" /> structures are different; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.ToArgb">
-      <summary>Gets the 32-bit ARGB value of this <see cref="T:System.Drawing.Color" /> structure.</summary>
-      <returns>The 32-bit ARGB value of this <see cref="T:System.Drawing.Color" />.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.ToKnownColor">
-      <summary>Gets the <see cref="T:System.Drawing.KnownColor" /> value of this <see cref="T:System.Drawing.Color" /> structure.</summary>
-      <returns>An element of the <see cref="T:System.Drawing.KnownColor" /> enumeration, if the <see cref="T:System.Drawing.Color" /> is created from a predefined color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)" /> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)" /> method; otherwise, 0.</returns>
-    </member>
-    <member name="M:System.Drawing.Color.ToString">
-      <summary>Converts this <see cref="T:System.Drawing.Color" /> structure to a human-readable string.</summary>
-      <returns>A string that is the name of this <see cref="T:System.Drawing.Color" />, if the <see cref="T:System.Drawing.Color" /> is created from a predefined color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)" /> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)" /> method; otherwise, a string that consists of the ARGB component names and their values.</returns>
-    </member>
     <member name="P:System.Drawing.Color.A">
       <summary>Gets the alpha component value of this <see cref="T:System.Drawing.Color" /> structure.</summary>
       <returns>The alpha component value of this <see cref="T:System.Drawing.Color" />.</returns>
       <summary>Gets a system-defined color that has an ARGB value of <c>#FF1E90FF</c>.</summary>
       <returns>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</returns>
     </member>
+    <member name="F:System.Drawing.Color.Empty">
+      <summary>Represents a color that is <see langword="null" />.</summary>
+    </member>
+    <member name="M:System.Drawing.Color.Equals(System.Drawing.Color)">
+      <param name="other" />
+    </member>
+    <member name="M:System.Drawing.Color.Equals(System.Object)">
+      <summary>Tests whether the specified object is a <see cref="T:System.Drawing.Color" /> structure and is equivalent to this <see cref="T:System.Drawing.Color" /> structure.</summary>
+      <param name="obj">The object to test.</param>
+      <returns>
+        <see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Drawing.Color" /> structure equivalent to this <see cref="T:System.Drawing.Color" /> structure; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="P:System.Drawing.Color.Firebrick">
       <summary>Gets a system-defined color that has an ARGB value of <c>#FFB22222</c>.</summary>
       <returns>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</returns>
       <summary>Gets a system-defined color that has an ARGB value of <c>#FF228B22</c>.</summary>
       <returns>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</returns>
     </member>
+    <member name="M:System.Drawing.Color.FromArgb(System.Int32)">
+      <summary>Creates a <see cref="T:System.Drawing.Color" /> structure from a 32-bit ARGB value.</summary>
+      <param name="argb">A value specifying the 32-bit ARGB value.</param>
+      <returns>The <see cref="T:System.Drawing.Color" /> structure that this method creates.</returns>
+    </member>
+    <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Drawing.Color)">
+      <summary>Creates a <see cref="T:System.Drawing.Color" /> structure from the specified <see cref="T:System.Drawing.Color" /> structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits.</summary>
+      <param name="alpha">The alpha value for the new <see cref="T:System.Drawing.Color" />. Valid values are 0 through 255.</param>
+      <param name="baseColor">The <see cref="T:System.Drawing.Color" /> from which to create the new <see cref="T:System.Drawing.Color" />.</param>
+      <returns>The <see cref="T:System.Drawing.Color" /> that this method creates.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="alpha" /> is less than 0 or greater than 255.</exception>
+    </member>
+    <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Int32,System.Int32)">
+      <summary>Creates a <see cref="T:System.Drawing.Color" /> structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits.</summary>
+      <param name="red">The red component value for the new <see cref="T:System.Drawing.Color" />. Valid values are 0 through 255.</param>
+      <param name="green">The green component value for the new <see cref="T:System.Drawing.Color" />. Valid values are 0 through 255.</param>
+      <param name="blue">The blue component value for the new <see cref="T:System.Drawing.Color" />. Valid values are 0 through 255.</param>
+      <returns>The <see cref="T:System.Drawing.Color" /> that this method creates.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="red" />, <paramref name="green" />, or <paramref name="blue" /> is less than 0 or greater than 255.</exception>
+    </member>
+    <member name="M:System.Drawing.Color.FromArgb(System.Int32,System.Int32,System.Int32,System.Int32)">
+      <summary>Creates a <see cref="T:System.Drawing.Color" /> structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits.</summary>
+      <param name="alpha">The alpha component. Valid values are 0 through 255.</param>
+      <param name="red">The red component. Valid values are 0 through 255.</param>
+      <param name="green">The green component. Valid values are 0 through 255.</param>
+      <param name="blue">The blue component. Valid values are 0 through 255.</param>
+      <returns>The <see cref="T:System.Drawing.Color" /> that this method creates.</returns>
+      <exception cref="T:System.ArgumentException">
+        <paramref name="alpha" />, <paramref name="red" />, <paramref name="green" />, or <paramref name="blue" /> is less than 0 or greater than 255.</exception>
+    </member>
+    <member name="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)">
+      <summary>Creates a <see cref="T:System.Drawing.Color" /> structure from the specified predefined color.</summary>
+      <param name="color">An element of the <see cref="T:System.Drawing.KnownColor" /> enumeration.</param>
+      <returns>The <see cref="T:System.Drawing.Color" /> that this method creates.</returns>
+    </member>
+    <member name="M:System.Drawing.Color.FromName(System.String)">
+      <summary>Creates a <see cref="T:System.Drawing.Color" /> structure from the specified name of a predefined color.</summary>
+      <param name="name">A string that is the name of a predefined color. Valid names are the same as the names of the elements of the <see cref="T:System.Drawing.KnownColor" /> enumeration.</param>
+      <returns>The <see cref="T:System.Drawing.Color" /> that this method creates.</returns>
+    </member>
     <member name="P:System.Drawing.Color.Fuchsia">
       <summary>Gets a system-defined color that has an ARGB value of <c>#FFFF00FF</c>.</summary>
       <returns>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</returns>
       <summary>Gets a system-defined color that has an ARGB value of <c>#FFDCDCDC</c>.</summary>
       <returns>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</returns>
     </member>
+    <member name="M:System.Drawing.Color.GetBrightness">
+      <summary>Gets the hue-saturation-lightness (HSL) lightness value for this <see cref="T:System.Drawing.Color" /> structure.</summary>
+      <returns>The lightness of this <see cref="T:System.Drawing.Color" />. The lightness ranges from 0.0 through 1.0, where 0.0 represents black and 1.0 represents white.</returns>
+    </member>
+    <member name="M:System.Drawing.Color.GetHashCode">
+      <summary>Returns a hash code for this <see cref="T:System.Drawing.Color" /> structure.</summary>
+      <returns>An integer value that specifies the hash code for this <see cref="T:System.Drawing.Color" />.</returns>
+    </member>
+    <member name="M:System.Drawing.Color.GetHue">
+      <summary>Gets the hue-saturation-lightness (HSL) hue value, in degrees, for this <see cref="T:System.Drawing.Color" /> structure.</summary>
+      <returns>The hue, in degrees, of this <see cref="T:System.Drawing.Color" />. The hue is measured in degrees, ranging from 0.0 through 360.0, in HSL color space.</returns>
+    </member>
+    <member name="M:System.Drawing.Color.GetSaturation">
+      <summary>Gets the hue-saturation-lightness (HSL) saturation value for this <see cref="T:System.Drawing.Color" /> structure.</summary>
+      <returns>The saturation of this <see cref="T:System.Drawing.Color" />. The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale and 1.0 is the most saturated.</returns>
+    </member>
     <member name="P:System.Drawing.Color.GhostWhite">
       <summary>Gets a system-defined color that has an ARGB value of <c>#FFF8F8FF</c>.</summary>
       <returns>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</returns>
       <summary>Gets a system-defined color that has an ARGB value of <c>#FF6B8E23</c>.</summary>
       <returns>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</returns>
     </member>
+    <member name="M:System.Drawing.Color.op_Equality(System.Drawing.Color,System.Drawing.Color)">
+      <summary>Tests whether two specified <see cref="T:System.Drawing.Color" /> structures are equivalent.</summary>
+      <param name="left">The <see cref="T:System.Drawing.Color" /> that is to the left of the equality operator.</param>
+      <param name="right">The <see cref="T:System.Drawing.Color" /> that is to the right of the equality operator.</param>
+      <returns>
+        <see langword="true" /> if the two <see cref="T:System.Drawing.Color" /> structures are equal; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="M:System.Drawing.Color.op_Inequality(System.Drawing.Color,System.Drawing.Color)">
+      <summary>Tests whether two specified <see cref="T:System.Drawing.Color" /> structures are different.</summary>
+      <param name="left">The <see cref="T:System.Drawing.Color" /> that is to the left of the inequality operator.</param>
+      <param name="right">The <see cref="T:System.Drawing.Color" /> that is to the right of the inequality operator.</param>
+      <returns>
+        <see langword="true" /> if the two <see cref="T:System.Drawing.Color" /> structures are different; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="P:System.Drawing.Color.Orange">
       <summary>Gets a system-defined color that has an ARGB value of <c>#FFFFA500</c>.</summary>
       <returns>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</returns>
       <summary>Gets the red component value of this <see cref="T:System.Drawing.Color" /> structure.</summary>
       <returns>The red component value of this <see cref="T:System.Drawing.Color" />.</returns>
     </member>
-    <member name="P:System.Drawing.Color.RebeccaPurple">
-      <summary>Gets a system-defined color that has an ARGB value of <c>#663399</c>.</summary>
-      <returns>A system-defined color.</returns>
-    </member>
     <member name="P:System.Drawing.Color.Red">
       <summary>Gets a system-defined color that has an ARGB value of <c>#FFFF0000</c>.</summary>
       <returns>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</returns>
       <summary>Gets a system-defined color that has an ARGB value of <c>#FFD8BFD8</c>.</summary>
       <returns>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</returns>
     </member>
+    <member name="M:System.Drawing.Color.ToArgb">
+      <summary>Gets the 32-bit ARGB value of this <see cref="T:System.Drawing.Color" /> structure.</summary>
+      <returns>The 32-bit ARGB value of this <see cref="T:System.Drawing.Color" />.</returns>
+    </member>
+    <member name="M:System.Drawing.Color.ToKnownColor">
+      <summary>Gets the <see cref="T:System.Drawing.KnownColor" /> value of this <see cref="T:System.Drawing.Color" /> structure.</summary>
+      <returns>An element of the <see cref="T:System.Drawing.KnownColor" /> enumeration, if the <see cref="T:System.Drawing.Color" /> is created from a predefined color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)" /> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)" /> method; otherwise, 0.</returns>
+    </member>
     <member name="P:System.Drawing.Color.Tomato">
       <summary>Gets a system-defined color that has an ARGB value of <c>#FFFF6347</c>.</summary>
       <returns>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</returns>
     </member>
+    <member name="M:System.Drawing.Color.ToString">
+      <summary>Converts this <see cref="T:System.Drawing.Color" /> structure to a human-readable string.</summary>
+      <returns>A string that is the name of this <see cref="T:System.Drawing.Color" />, if the <see cref="T:System.Drawing.Color" /> is created from a predefined color by using either the <see cref="M:System.Drawing.Color.FromName(System.String)" /> method or the <see cref="M:System.Drawing.Color.FromKnownColor(System.Drawing.KnownColor)" /> method; otherwise, a string that consists of the ARGB component names and their values.</returns>
+    </member>
     <member name="P:System.Drawing.Color.Transparent">
       <summary>Gets a system-defined color.</summary>
       <returns>A <see cref="T:System.Drawing.Color" /> representing a system-defined color.</returns>
     <member name="M:System.Drawing.ColorTranslator.FromHtml(System.String)">
       <summary>Translates an HTML color representation to a GDI+ <see cref="T:System.Drawing.Color" /> structure.</summary>
       <param name="htmlColor">The string representation of the Html color to translate.</param>
+      <returns>The <see cref="T:System.Drawing.Color" /> structure that represents the translated HTML color or <see cref="F:System.Drawing.Color.Empty" /> if <paramref name="htmlColor" /> is <see langword="null" />.</returns>
       <exception cref="T:System.Exception">
         <paramref name="htmlColor" /> is not a valid HTML color name.</exception>
-      <returns>The <see cref="T:System.Drawing.Color" /> structure that represents the translated HTML color or <see cref="F:System.Drawing.Color.Empty" /> if <paramref name="htmlColor" /> is <see langword="null" />.</returns>
     </member>
     <member name="M:System.Drawing.ColorTranslator.FromOle(System.Int32)">
       <summary>Translates an OLE color value to a GDI+ <see cref="T:System.Drawing.Color" /> structure.</summary>
     <member name="F:System.Drawing.KnownColor.Purple">
       <summary>A system-defined color.</summary>
     </member>
-    <member name="F:System.Drawing.KnownColor.RebeccaPurple">
-      <summary>A system-defined color representing the ARGB value <c>#663399</c>.</summary>
-    </member>
     <member name="F:System.Drawing.KnownColor.Red">
       <summary>A system-defined color.</summary>
     </member>
     <member name="T:System.Drawing.Point">
       <summary>Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.</summary>
     </member>
-    <member name="F:System.Drawing.Point.Empty">
-      <summary>Represents a <see cref="T:System.Drawing.Point" /> that has <see cref="P:System.Drawing.Point.X" /> and <see cref="P:System.Drawing.Point.Y" /> values set to zero.</summary>
-    </member>
     <member name="M:System.Drawing.Point.#ctor(System.Drawing.Size)">
-      <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> struct from a <see cref="T:System.Drawing.Size" />.</summary>
+      <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> class from a <see cref="T:System.Drawing.Size" />.</summary>
       <param name="sz">A <see cref="T:System.Drawing.Size" /> that specifies the coordinates for the new <see cref="T:System.Drawing.Point" />.</param>
     </member>
     <member name="M:System.Drawing.Point.#ctor(System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> struct using coordinates specified by an integer value.</summary>
+      <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> class using coordinates specified by an integer value.</summary>
       <param name="dw">A 32-bit integer that specifies the coordinates for the new <see cref="T:System.Drawing.Point" />.</param>
     </member>
     <member name="M:System.Drawing.Point.#ctor(System.Int32,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> struct with the specified coordinates.</summary>
+      <summary>Initializes a new instance of the <see cref="T:System.Drawing.Point" /> class with the specified coordinates.</summary>
       <param name="x">The horizontal position of the point.</param>
       <param name="y">The vertical position of the point.</param>
     </member>
     <member name="M:System.Drawing.Point.Add(System.Drawing.Point,System.Drawing.Size)">
       <summary>Adds the specified <see cref="T:System.Drawing.Size" /> to the specified <see cref="T:System.Drawing.Point" />.</summary>
       <param name="pt">The <see cref="T:System.Drawing.Point" /> to add.</param>
-      <param name="sz">The <see cref="T:System.Drawing.Size" /> to add.</param>
+      <param name="sz">The <see cref="T:System.Drawing.Size" /> to add</param>
       <returns>The <see cref="T:System.Drawing.Point" /> that is the result of the addition operation.</returns>
     </member>
     <member name="M:System.Drawing.Point.Ceiling(System.Drawing.PointF)">
       <param name="value">The <see cref="T:System.Drawing.PointF" /> to convert.</param>
       <returns>The <see cref="T:System.Drawing.Point" /> this method converts to.</returns>
     </member>
+    <member name="F:System.Drawing.Point.Empty">
+      <summary>Represents a <see cref="T:System.Drawing.Point" /> that has <see cref="P:System.Drawing.Point.X" /> and <see cref="P:System.Drawing.Point.Y" /> values set to zero.</summary>
+    </member>
     <member name="M:System.Drawing.Point.Equals(System.Drawing.Point)">
-      <summary>Specifies whether this point instance contains the same coordinates as another point.</summary>
-      <param name="other">The point to test for equality.</param>
-      <returns>
-        <see langword="true" /> if <paramref name="other" /> has the same coordinates as this point instance.</returns>
+      <param name="other" />
     </member>
     <member name="M:System.Drawing.Point.Equals(System.Object)">
-      <summary>Specifies whether this point instance contains the same coordinates as the specified object.</summary>
-      <param name="obj">The <see cref="T:System.Object" /> to test for equality.</param>
+      <summary>Specifies whether this <see cref="T:System.Drawing.Point" /> contains the same coordinates as the specified <see cref="T:System.Object" />.</summary>
+      <param name="obj">The <see cref="T:System.Object" /> to test.</param>
       <returns>
-        <see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Drawing.Point" /> and has the same coordinates as this point instance.</returns>
+        <see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Drawing.Point" /> and has the same coordinates as this <see cref="T:System.Drawing.Point" />.</returns>
     </member>
     <member name="M:System.Drawing.Point.GetHashCode">
       <summary>Returns a hash code for this <see cref="T:System.Drawing.Point" />.</summary>
       <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.Point" />.</returns>
     </member>
+    <member name="P:System.Drawing.Point.IsEmpty">
+      <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Point" /> is empty.</summary>
+      <returns>
+        <see langword="true" /> if both <see cref="P:System.Drawing.Point.X" /> and <see cref="P:System.Drawing.Point.Y" /> are 0; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Drawing.Point.Offset(System.Drawing.Point)">
       <summary>Translates this <see cref="T:System.Drawing.Point" /> by the specified <see cref="T:System.Drawing.Point" />.</summary>
       <param name="p">The <see cref="T:System.Drawing.Point" /> used offset this <see cref="T:System.Drawing.Point" />.</param>
       <param name="value">The <see cref="T:System.Drawing.PointF" /> to convert.</param>
       <returns>The <see cref="T:System.Drawing.Point" /> this method converts to.</returns>
     </member>
-    <member name="P:System.Drawing.Point.IsEmpty">
-      <summary>Gets a value indicating whether this <see cref="T:System.Drawing.Point" /> is empty.</summary>
-      <returns>
-        <see langword="true" /> if both <see cref="P:System.Drawing.Point.X" /> and <see cref="P:System.Drawing.Point.Y" /> are 0; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Drawing.Point.X">
       <summary>Gets or sets the x-coordinate of this <see cref="T:System.Drawing.Point" />.</summary>
       <returns>The x-coordinate of this <see cref="T:System.Drawing.Point" />.</returns>
     <member 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="F:System.Drawing.PointF.Empty">
-      <summary>Represents a new instance of the <see cref="T:System.Drawing.PointF" /> class with member data left uninitialized.</summary>
-    </member>
-    <member name="M:System.Drawing.PointF.#ctor(System.Numerics.Vector2)">
-      <summary>Initializes a new instance of the <see cref="T:System.Drawing.PointF" /> struct from the specified <see cref="T:System.Numerics.Vector2" />.</summary>
-      <param name="vector">The source vector.</param>
-    </member>
     <member name="M:System.Drawing.PointF.#ctor(System.Single,System.Single)">
       <summary>Initializes a new instance of the <see cref="T:System.Drawing.PointF" /> class with the specified coordinates.</summary>
       <param name="x">The horizontal position of the point.</param>
       <param name="sz">The <see cref="T:System.Drawing.SizeF" /> that specifies the numbers to add to the coordinates of <paramref name="pt" />.</param>
       <returns>The translated <see cref="T:System.Drawing.PointF" />.</returns>
     </member>
+    <member name="F:System.Drawing.PointF.Empty">
+      <summary>Represents a new instance of the <see cref="T:System.Drawing.PointF" /> class with member data left uninitialized.</summary>
+    </member>
     <member name="M:System.Drawing.PointF.Equals(System.Drawing.PointF)">
-      <summary>Indicates whether the current object is equal to another object of the same type.</summary>
-      <param name="other">An object to compare with this object.</param>
-      <returns>
-        <see langword="true" /> if the current object is equal to <paramref name="other" />; otherwise, <see langword="false" />.</returns>
+      <param name="other" />
     </member>
     <member name="M:System.Drawing.PointF.Equals(System.Object)">
       <summary>Specifies whether this <see cref="T:System.Drawing.PointF" /> contains the same coordinates as the specified <see cref="T:System.Object" />.</summary>
       <summary>Returns a hash code for this <see cref="T:System.Drawing.PointF" /> structure.</summary>
       <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.PointF" /> structure.</returns>
     </member>
+    <member name="P:System.Drawing.PointF.IsEmpty">
+      <summary>Gets a value indicating whether this <see cref="T:System.Drawing.PointF" /> is empty.</summary>
+      <returns>
+        <see langword="true" /> if both <see cref="P:System.Drawing.PointF.X" /> and <see cref="P:System.Drawing.PointF.Y" /> are 0; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Drawing.PointF.op_Addition(System.Drawing.PointF,System.Drawing.Size)">
       <summary>Translates a <see cref="T:System.Drawing.PointF" /> by a given <see cref="T:System.Drawing.Size" />.</summary>
       <param name="pt">The <see cref="T:System.Drawing.PointF" /> to translate.</param>
       <returns>
         <see langword="true" /> if the <see cref="P:System.Drawing.PointF.X" /> and <see cref="P:System.Drawing.PointF.Y" /> values of the left and right <see cref="T:System.Drawing.PointF" /> structures are equal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Drawing.PointF.op_Explicit(System.Drawing.PointF)~System.Numerics.Vector2">
-      <summary>Converts the specified <see cref="T:System.Drawing.PointF" /> to a <see cref="T:System.Numerics.Vector2" />.</summary>
-      <param name="point">The point to convert from.</param>
-      <returns>The vector that represents the converted <see cref="T:System.Drawing.PointF" />.</returns>
-    </member>
-    <member name="M:System.Drawing.PointF.op_Explicit(System.Numerics.Vector2)~System.Drawing.PointF">
-      <summary>Converts the specified <see cref="T:System.Numerics.Vector2" /> to a <see cref="T:System.Drawing.PointF" />.</summary>
-      <param name="vector">The vector to convert.</param>
-      <returns>The pair of coordinates that represents the converted <see cref="T:System.Numerics.Vector2" />.</returns>
-    </member>
     <member name="M:System.Drawing.PointF.op_Inequality(System.Drawing.PointF,System.Drawing.PointF)">
       <summary>Determines whether the coordinates of the specified points are not equal.</summary>
       <param name="left">A <see cref="T:System.Drawing.PointF" /> to compare.</param>
       <summary>Converts this <see cref="T:System.Drawing.PointF" /> to a human readable string.</summary>
       <returns>A string that represents this <see cref="T:System.Drawing.PointF" />.</returns>
     </member>
-    <member name="M:System.Drawing.PointF.ToVector2">
-      <summary>Creates a new <see cref="T:System.Numerics.Vector2" /> from this <see cref="T:System.Drawing.PointF" />.</summary>
-      <returns>The vector that was created from this <see cref="T:System.Drawing.PointF" />.</returns>
-    </member>
-    <member name="P:System.Drawing.PointF.IsEmpty">
-      <summary>Gets a value indicating whether this <see cref="T:System.Drawing.PointF" /> is empty.</summary>
-      <returns>
-        <see langword="true" /> if both <see cref="P:System.Drawing.PointF.X" /> and <see cref="P:System.Drawing.PointF.Y" /> are 0; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Drawing.PointF.X">
       <summary>Gets or sets the x-coordinate of this <see cref="T:System.Drawing.PointF" />.</summary>
       <returns>The x-coordinate of this <see cref="T:System.Drawing.PointF" />.</returns>
     <member 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="F:System.Drawing.Rectangle.Empty">
-      <summary>Represents a <see cref="T:System.Drawing.Rectangle" /> structure with its properties left uninitialized.</summary>
-    </member>
     <member name="M:System.Drawing.Rectangle.#ctor(System.Drawing.Point,System.Drawing.Size)">
       <summary>Initializes a new instance of the <see cref="T:System.Drawing.Rectangle" /> class with the specified location and size.</summary>
       <param name="location">A <see cref="T:System.Drawing.Point" /> that represents the upper-left corner of the rectangular region.</param>
       <param name="width">The width of the rectangle.</param>
       <param name="height">The height of the rectangle.</param>
     </member>
+    <member name="P:System.Drawing.Rectangle.Bottom">
+      <summary>Gets the y-coordinate that is the sum of the <see cref="P:System.Drawing.Rectangle.Y" /> and <see cref="P:System.Drawing.Rectangle.Height" /> property values of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
+      <returns>The y-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.Y" /> and <see cref="P:System.Drawing.Rectangle.Height" /> of this <see cref="T:System.Drawing.Rectangle" />.</returns>
+    </member>
     <member name="M:System.Drawing.Rectangle.Ceiling(System.Drawing.RectangleF)">
       <summary>Converts the specified <see cref="T:System.Drawing.RectangleF" /> structure to a <see cref="T:System.Drawing.Rectangle" /> structure by rounding the <see cref="T:System.Drawing.RectangleF" /> values to the next higher integer values.</summary>
       <param name="value">The <see cref="T:System.Drawing.RectangleF" /> structure to be converted.</param>
       <param name="y">The y-coordinate of the point to test.</param>
       <returns>This method returns <see langword="true" /> if the point defined by <paramref name="x" /> and <paramref name="y" /> is contained within this <see cref="T:System.Drawing.Rectangle" /> structure; otherwise <see langword="false" />.</returns>
     </member>
+    <member name="F:System.Drawing.Rectangle.Empty">
+      <summary>Represents a <see cref="T:System.Drawing.Rectangle" /> structure with its properties left uninitialized.</summary>
+    </member>
     <member name="M:System.Drawing.Rectangle.Equals(System.Drawing.Rectangle)">
-      <summary>Indicates whether the current object is equal to another object of the same type.</summary>
-      <param name="other">An object to compare with this object.</param>
-      <returns>
-        <see langword="true" /> if the current object is equal to <paramref name="other" />; otherwise, <see langword="false" />.</returns>
+      <param name="other" />
     </member>
     <member name="M:System.Drawing.Rectangle.Equals(System.Object)">
       <summary>Tests whether <paramref name="obj" /> is a <see cref="T:System.Drawing.Rectangle" /> structure with the same location and size of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
       <summary>Returns the hash code for this <see cref="T:System.Drawing.Rectangle" /> structure. For information about the use of hash codes, see <see cref="M:System.Object.GetHashCode" /> .</summary>
       <returns>An integer that represents the hash code for this rectangle.</returns>
     </member>
+    <member name="P:System.Drawing.Rectangle.Height">
+      <summary>Gets or sets the height of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
+      <returns>The height of this <see cref="T:System.Drawing.Rectangle" /> structure. The default is 0.</returns>
+    </member>
     <member name="M:System.Drawing.Rectangle.Inflate(System.Drawing.Rectangle,System.Int32,System.Int32)">
       <summary>Creates and returns an enlarged copy of the specified <see cref="T:System.Drawing.Rectangle" /> structure. The copy is enlarged by the specified amount. The original <see cref="T:System.Drawing.Rectangle" /> structure remains unmodified.</summary>
       <param name="rect">The <see cref="T:System.Drawing.Rectangle" /> with which to start. This rectangle is not modified.</param>
       <param name="rect">The rectangle to test.</param>
       <returns>This method returns <see langword="true" /> if there is any intersection, otherwise <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Drawing.Rectangle.IsEmpty">
+      <summary>Tests whether all numeric properties of this <see cref="T:System.Drawing.Rectangle" /> have values of zero.</summary>
+      <returns>This property returns <see langword="true" /> if the <see cref="P:System.Drawing.Rectangle.Width" />, <see cref="P:System.Drawing.Rectangle.Height" />, <see cref="P:System.Drawing.Rectangle.X" />, and <see cref="P:System.Drawing.Rectangle.Y" /> properties of this <see cref="T:System.Drawing.Rectangle" /> all have values of zero; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Drawing.Rectangle.Left">
+      <summary>Gets the x-coordinate of the left edge of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
+      <returns>The x-coordinate of the left edge of this <see cref="T:System.Drawing.Rectangle" /> structure.</returns>
+    </member>
+    <member name="P:System.Drawing.Rectangle.Location">
+      <summary>Gets or sets the coordinates of the upper-left corner of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
+      <returns>A <see cref="T:System.Drawing.Point" /> that represents the upper-left corner of this <see cref="T:System.Drawing.Rectangle" /> structure.</returns>
+    </member>
     <member name="M:System.Drawing.Rectangle.Offset(System.Drawing.Point)">
       <summary>Adjusts the location of this rectangle by the specified amount.</summary>
       <param name="pos">Amount to offset the location.</param>
       <param name="right">The <see cref="T:System.Drawing.Rectangle" /> structure that is to the right of the inequality operator.</param>
       <returns>This operator returns <see langword="true" /> if any of the <see cref="P:System.Drawing.Rectangle.X" />, <see cref="P:System.Drawing.Rectangle.Y" />, <see cref="P:System.Drawing.Rectangle.Width" /> or <see cref="P:System.Drawing.Rectangle.Height" /> properties of the two <see cref="T:System.Drawing.Rectangle" /> structures are unequal; otherwise <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Drawing.Rectangle.Right">
+      <summary>Gets the x-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.X" /> and <see cref="P:System.Drawing.Rectangle.Width" /> property values of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
+      <returns>The x-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.X" /> and <see cref="P:System.Drawing.Rectangle.Width" /> of this <see cref="T:System.Drawing.Rectangle" />.</returns>
+    </member>
     <member name="M:System.Drawing.Rectangle.Round(System.Drawing.RectangleF)">
       <summary>Converts the specified <see cref="T:System.Drawing.RectangleF" /> to a <see cref="T:System.Drawing.Rectangle" /> by rounding the <see cref="T:System.Drawing.RectangleF" /> values to the nearest integer values.</summary>
       <param name="value">The <see cref="T:System.Drawing.RectangleF" /> to be converted.</param>
       <returns>The rounded integer value of the <see cref="T:System.Drawing.Rectangle" />.</returns>
     </member>
+    <member name="P:System.Drawing.Rectangle.Size">
+      <summary>Gets or sets the size of this <see cref="T:System.Drawing.Rectangle" />.</summary>
+      <returns>A <see cref="T:System.Drawing.Size" /> that represents the width and height of this <see cref="T:System.Drawing.Rectangle" /> structure.</returns>
+    </member>
+    <member name="P:System.Drawing.Rectangle.Top">
+      <summary>Gets the y-coordinate of the top edge of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
+      <returns>The y-coordinate of the top edge of this <see cref="T:System.Drawing.Rectangle" /> structure.</returns>
+    </member>
     <member name="M:System.Drawing.Rectangle.ToString">
       <summary>Converts the attributes of this <see cref="T:System.Drawing.Rectangle" /> to a human-readable string.</summary>
-      <returns>A string that contains the position, width, and height of this <see cref="T:System.Drawing.Rectangle" /> structure Â¾ for example, {X=20, Y=20, Width=100, Height=50}.</returns>
+      <returns>A string that contains the position, width, and height of this <see cref="T:System.Drawing.Rectangle" /> structure Â¾ for example, {X=20, Y=20, Width=100, Height=50}</returns>
     </member>
     <member name="M:System.Drawing.Rectangle.Truncate(System.Drawing.RectangleF)">
       <summary>Converts the specified <see cref="T:System.Drawing.RectangleF" /> to a <see cref="T:System.Drawing.Rectangle" /> by truncating the <see cref="T:System.Drawing.RectangleF" /> values.</summary>
       <param name="b">A rectangle to union.</param>
       <returns>A <see cref="T:System.Drawing.Rectangle" /> structure that bounds the union of the two <see cref="T:System.Drawing.Rectangle" /> structures.</returns>
     </member>
-    <member name="P:System.Drawing.Rectangle.Bottom">
-      <summary>Gets the y-coordinate that is the sum of the <see cref="P:System.Drawing.Rectangle.Y" /> and <see cref="P:System.Drawing.Rectangle.Height" /> property values of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
-      <returns>The y-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.Y" /> and <see cref="P:System.Drawing.Rectangle.Height" /> of this <see cref="T:System.Drawing.Rectangle" />.</returns>
-    </member>
-    <member name="P:System.Drawing.Rectangle.Height">
-      <summary>Gets or sets the height of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
-      <returns>The height of this <see cref="T:System.Drawing.Rectangle" /> structure. The default is 0.</returns>
-    </member>
-    <member name="P:System.Drawing.Rectangle.IsEmpty">
-      <summary>Tests whether all numeric properties of this <see cref="T:System.Drawing.Rectangle" /> have values of zero.</summary>
-      <returns>This property returns <see langword="true" /> if the <see cref="P:System.Drawing.Rectangle.Width" />, <see cref="P:System.Drawing.Rectangle.Height" />, <see cref="P:System.Drawing.Rectangle.X" />, and <see cref="P:System.Drawing.Rectangle.Y" /> properties of this <see cref="T:System.Drawing.Rectangle" /> all have values of zero; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Drawing.Rectangle.Left">
-      <summary>Gets the x-coordinate of the left edge of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
-      <returns>The x-coordinate of the left edge of this <see cref="T:System.Drawing.Rectangle" /> structure.</returns>
-    </member>
-    <member name="P:System.Drawing.Rectangle.Location">
-      <summary>Gets or sets the coordinates of the upper-left corner of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
-      <returns>A <see cref="T:System.Drawing.Point" /> that represents the upper-left corner of this <see cref="T:System.Drawing.Rectangle" /> structure.</returns>
-    </member>
-    <member name="P:System.Drawing.Rectangle.Right">
-      <summary>Gets the x-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.X" /> and <see cref="P:System.Drawing.Rectangle.Width" /> property values of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
-      <returns>The x-coordinate that is the sum of <see cref="P:System.Drawing.Rectangle.X" /> and <see cref="P:System.Drawing.Rectangle.Width" /> of this <see cref="T:System.Drawing.Rectangle" />.</returns>
-    </member>
-    <member name="P:System.Drawing.Rectangle.Size">
-      <summary>Gets or sets the size of this <see cref="T:System.Drawing.Rectangle" />.</summary>
-      <returns>A <see cref="T:System.Drawing.Size" /> that represents the width and height of this <see cref="T:System.Drawing.Rectangle" /> structure.</returns>
-    </member>
-    <member name="P:System.Drawing.Rectangle.Top">
-      <summary>Gets the y-coordinate of the top edge of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
-      <returns>The y-coordinate of the top edge of this <see cref="T:System.Drawing.Rectangle" /> structure.</returns>
-    </member>
     <member name="P:System.Drawing.Rectangle.Width">
       <summary>Gets or sets the width of this <see cref="T:System.Drawing.Rectangle" /> structure.</summary>
       <returns>The width of this <see cref="T:System.Drawing.Rectangle" /> structure. The default is 0.</returns>
     <member name="T:System.Drawing.RectangleF">
       <summary>Stores a set of four floating-point numbers that represent the location and size of a rectangle. For more advanced region functions, use a <see cref="T:System.Drawing.Region" /> object.</summary>
     </member>
-    <member name="F:System.Drawing.RectangleF.Empty">
-      <summary>Represents an instance of the <see cref="T:System.Drawing.RectangleF" /> class with its members uninitialized.</summary>
-    </member>
     <member name="M:System.Drawing.RectangleF.#ctor(System.Drawing.PointF,System.Drawing.SizeF)">
       <summary>Initializes a new instance of the <see cref="T:System.Drawing.RectangleF" /> class with the specified location and size.</summary>
       <param name="location">A <see cref="T:System.Drawing.PointF" /> that represents the upper-left corner of the rectangular region.</param>
       <param name="size">A <see cref="T:System.Drawing.SizeF" /> that represents the width and height of the rectangular region.</param>
     </member>
-    <member name="M:System.Drawing.RectangleF.#ctor(System.Numerics.Vector4)">
-      <summary>Initializes a new instance of the <see cref="T:System.Drawing.RectangleF" /> struct from the specified <see cref="T:System.Numerics.Vector4" />.</summary>
-      <param name="vector">The source vector.</param>
-    </member>
     <member name="M:System.Drawing.RectangleF.#ctor(System.Single,System.Single,System.Single,System.Single)">
       <summary>Initializes a new instance of the <see cref="T:System.Drawing.RectangleF" /> class with the specified location and size.</summary>
       <param name="x">The x-coordinate of the upper-left corner of the rectangle.</param>
       <param name="width">The width of the rectangle.</param>
       <param name="height">The height of the rectangle.</param>
     </member>
+    <member name="P:System.Drawing.RectangleF.Bottom">
+      <summary>Gets the y-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.Y" /> and <see cref="P:System.Drawing.RectangleF.Height" /> of this <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
+      <returns>The y-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.Y" /> and <see cref="P:System.Drawing.RectangleF.Height" /> of this <see cref="T:System.Drawing.RectangleF" /> structure.</returns>
+    </member>
     <member name="M:System.Drawing.RectangleF.Contains(System.Drawing.PointF)">
       <summary>Determines if the specified point is contained within this <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
       <param name="pt">The <see cref="T:System.Drawing.PointF" /> to test.</param>
       <returns>
         <see langword="true" /> if the point defined by <paramref name="x" /> and <paramref name="y" /> is contained within this <see cref="T:System.Drawing.RectangleF" /> structure; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="F:System.Drawing.RectangleF.Empty">
+      <summary>Represents an instance of the <see cref="T:System.Drawing.RectangleF" /> class with its members uninitialized.</summary>
+    </member>
     <member name="M:System.Drawing.RectangleF.Equals(System.Drawing.RectangleF)">
-      <summary>Indicates whether the current object is equal to another object of the same type.</summary>
-      <param name="other">An object to compare with this object.</param>
-      <returns>
-        <see langword="true" /> if the current object is equal to <paramref name="other" />; otherwise, <see langword="false" />.</returns>
+      <param name="other" />
     </member>
     <member name="M:System.Drawing.RectangleF.Equals(System.Object)">
       <summary>Tests whether <paramref name="obj" /> is a <see cref="T:System.Drawing.RectangleF" /> with the same location and size of this <see cref="T:System.Drawing.RectangleF" />.</summary>
       <summary>Gets the hash code for this <see cref="T:System.Drawing.RectangleF" /> structure. For information about the use of hash codes, see <see langword="Object.GetHashCode" />.</summary>
       <returns>The hash code for this <see cref="T:System.Drawing.RectangleF" />.</returns>
     </member>
+    <member name="P:System.Drawing.RectangleF.Height">
+      <summary>Gets or sets the height of this <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
+      <returns>The height of this <see cref="T:System.Drawing.RectangleF" /> structure. The default is 0.</returns>
+    </member>
     <member name="M:System.Drawing.RectangleF.Inflate(System.Drawing.RectangleF,System.Single,System.Single)">
       <summary>Creates and returns an enlarged copy of the specified <see cref="T:System.Drawing.RectangleF" /> structure. The copy is enlarged by the specified amount and the original rectangle remains unmodified.</summary>
       <param name="rect">The <see cref="T:System.Drawing.RectangleF" /> to be copied. This rectangle is not modified.</param>
       <returns>
         <see langword="true" /> if there is any intersection; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Drawing.RectangleF.IsEmpty">
+      <summary>Gets a value that indicates whether the <see cref="P:System.Drawing.RectangleF.Width" /> or <see cref="P:System.Drawing.RectangleF.Height" /> property of this <see cref="T:System.Drawing.RectangleF" /> has a value of zero.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="P:System.Drawing.RectangleF.Width" /> or <see cref="P:System.Drawing.RectangleF.Height" /> property of this <see cref="T:System.Drawing.RectangleF" /> has a value of zero; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Drawing.RectangleF.Left">
+      <summary>Gets the x-coordinate of the left edge of this <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
+      <returns>The x-coordinate of the left edge of this <see cref="T:System.Drawing.RectangleF" /> structure.</returns>
+    </member>
+    <member name="P:System.Drawing.RectangleF.Location">
+      <summary>Gets or sets the coordinates of the upper-left corner of this <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
+      <returns>A <see cref="T:System.Drawing.PointF" /> that represents the upper-left corner of this <see cref="T:System.Drawing.RectangleF" /> structure.</returns>
+    </member>
     <member name="M:System.Drawing.RectangleF.Offset(System.Drawing.PointF)">
       <summary>Adjusts the location of this rectangle by the specified amount.</summary>
       <param name="pos">The amount to offset the location.</param>
       <returns>
         <see langword="true" /> if the two specified <see cref="T:System.Drawing.RectangleF" /> structures have equal <see cref="P:System.Drawing.RectangleF.X" />, <see cref="P:System.Drawing.RectangleF.Y" />, <see cref="P:System.Drawing.RectangleF.Width" />, and <see cref="P:System.Drawing.RectangleF.Height" /> properties; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Drawing.RectangleF.op_Explicit(System.Drawing.RectangleF)~System.Numerics.Vector4">
-      <summary>Converts the specified <see cref="T:System.Drawing.RectangleF" /> to a <see cref="T:System.Numerics.Vector4" />.</summary>
-      <param name="rectangle">The rectangle to convert.</param>
-      <returns>The vector that represents the converted <see cref="T:System.Drawing.RectangleF" />.</returns>
-    </member>
-    <member name="M:System.Drawing.RectangleF.op_Explicit(System.Numerics.Vector4)~System.Drawing.RectangleF">
-      <summary>Converts the specified <see cref="T:System.Numerics.Vector4" /> to a <see cref="T:System.Drawing.RectangleF" />.</summary>
-      <param name="vector">The vector to convert.</param>
-      <returns>The rectangle that represents the converted <see cref="T:System.Numerics.Vector4" />.</returns>
-    </member>
     <member name="M:System.Drawing.RectangleF.op_Implicit(System.Drawing.Rectangle)~System.Drawing.RectangleF">
       <summary>Converts the specified <see cref="T:System.Drawing.Rectangle" /> structure to a <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
       <param name="r">The <see cref="T:System.Drawing.Rectangle" /> structure to convert.</param>
       <returns>
         <see langword="true" /> if any of the <see cref="P:System.Drawing.RectangleF.X" /> , <see cref="P:System.Drawing.RectangleF.Y" />, <see cref="P:System.Drawing.RectangleF.Width" />, or <see cref="P:System.Drawing.RectangleF.Height" /> properties of the two <see cref="T:System.Drawing.Rectangle" /> structures are unequal; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Drawing.RectangleF.ToString">
-      <summary>Converts the <see langword="Location" /> and <see cref="T:System.Drawing.Size" /> of this <see cref="T:System.Drawing.RectangleF" /> to a human-readable string.</summary>
-      <returns>A string that contains the position, width, and height of this <see cref="T:System.Drawing.RectangleF" /> structure. For example, "{X=20, Y=20, Width=100, Height=50}".</returns>
-    </member>
-    <member name="M:System.Drawing.RectangleF.ToVector4">
-      <summary>Creates a new <see cref="T:System.Numerics.Vector4" /> from this <see cref="T:System.Drawing.RectangleF" />.</summary>
-      <returns>The rectangle, converted into a new <see cref="T:System.Numerics.Vector4" /> instance.</returns>
-    </member>
-    <member name="M:System.Drawing.RectangleF.Union(System.Drawing.RectangleF,System.Drawing.RectangleF)">
-      <summary>Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.</summary>
-      <param name="a">A rectangle to union.</param>
-      <param name="b">A rectangle to union.</param>
-      <returns>A third <see cref="T:System.Drawing.RectangleF" /> structure that contains both of the two rectangles that form the union.</returns>
-    </member>
-    <member name="P:System.Drawing.RectangleF.Bottom">
-      <summary>Gets the y-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.Y" /> and <see cref="P:System.Drawing.RectangleF.Height" /> of this <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
-      <returns>The y-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.Y" /> and <see cref="P:System.Drawing.RectangleF.Height" /> of this <see cref="T:System.Drawing.RectangleF" /> structure.</returns>
-    </member>
-    <member name="P:System.Drawing.RectangleF.Height">
-      <summary>Gets or sets the height of this <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
-      <returns>The height of this <see cref="T:System.Drawing.RectangleF" /> structure. The default is 0.</returns>
-    </member>
-    <member name="P:System.Drawing.RectangleF.IsEmpty">
-      <summary>Gets a value that indicates whether the <see cref="P:System.Drawing.RectangleF.Width" /> or <see cref="P:System.Drawing.RectangleF.Height" /> property of this <see cref="T:System.Drawing.RectangleF" /> has a value of zero.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="P:System.Drawing.RectangleF.Width" /> or <see cref="P:System.Drawing.RectangleF.Height" /> property of this <see cref="T:System.Drawing.RectangleF" /> has a value of zero; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Drawing.RectangleF.Left">
-      <summary>Gets the x-coordinate of the left edge of this <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
-      <returns>The x-coordinate of the left edge of this <see cref="T:System.Drawing.RectangleF" /> structure.</returns>
-    </member>
-    <member name="P:System.Drawing.RectangleF.Location">
-      <summary>Gets or sets the coordinates of the upper-left corner of this <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
-      <returns>A <see cref="T:System.Drawing.PointF" /> that represents the upper-left corner of this <see cref="T:System.Drawing.RectangleF" /> structure.</returns>
-    </member>
     <member name="P:System.Drawing.RectangleF.Right">
       <summary>Gets the x-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.X" /> and <see cref="P:System.Drawing.RectangleF.Width" /> of this <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
       <returns>The x-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.X" /> and <see cref="P:System.Drawing.RectangleF.Width" /> of this <see cref="T:System.Drawing.RectangleF" /> structure.</returns>
       <summary>Gets the y-coordinate of the top edge of this <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
       <returns>The y-coordinate of the top edge of this <see cref="T:System.Drawing.RectangleF" /> structure.</returns>
     </member>
+    <member name="M:System.Drawing.RectangleF.ToString">
+      <summary>Converts the <see langword="Location" /> and <see cref="T:System.Drawing.Size" /> of this <see cref="T:System.Drawing.RectangleF" /> to a human-readable string.</summary>
+      <returns>A string that contains the position, width, and height of this <see cref="T:System.Drawing.RectangleF" /> structure. For example, "{X=20, Y=20, Width=100, Height=50}".</returns>
+    </member>
+    <member name="M:System.Drawing.RectangleF.Union(System.Drawing.RectangleF,System.Drawing.RectangleF)">
+      <summary>Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.</summary>
+      <param name="a">A rectangle to union.</param>
+      <param name="b">A rectangle to union.</param>
+      <returns>A third <see cref="T:System.Drawing.RectangleF" /> structure that contains both of the two rectangles that form the union.</returns>
+    </member>
     <member name="P:System.Drawing.RectangleF.Width">
       <summary>Gets or sets the width of this <see cref="T:System.Drawing.RectangleF" /> structure.</summary>
       <returns>The width of this <see cref="T:System.Drawing.RectangleF" /> structure. The default is 0.</returns>
     <member name="T:System.Drawing.Size">
       <summary>Stores an ordered pair of integers, which specify a <see cref="P:System.Drawing.Size.Height" /> and <see cref="P:System.Drawing.Size.Width" />.</summary>
     </member>
-    <member name="F:System.Drawing.Size.Empty">
-      <summary>Gets a <see cref="T:System.Drawing.Size" /> structure that has a <see cref="P:System.Drawing.Size.Height" /> and <see cref="P:System.Drawing.Size.Width" /> value of 0.</summary>
-    </member>
     <member name="M:System.Drawing.Size.#ctor(System.Drawing.Point)">
       <summary>Initializes a new instance of the <see cref="T:System.Drawing.Size" /> structure from the specified <see cref="T:System.Drawing.Point" /> structure.</summary>
       <param name="pt">The <see cref="T:System.Drawing.Point" /> structure from which to initialize this <see cref="T:System.Drawing.Size" /> structure.</param>
       <param name="value">The <see cref="T:System.Drawing.SizeF" /> structure to convert.</param>
       <returns>The <see cref="T:System.Drawing.Size" /> structure this method converts to.</returns>
     </member>
+    <member name="F:System.Drawing.Size.Empty">
+      <summary>Gets a <see cref="T:System.Drawing.Size" /> structure that has a <see cref="P:System.Drawing.Size.Height" /> and <see cref="P:System.Drawing.Size.Width" /> value of 0.</summary>
+    </member>
     <member name="M:System.Drawing.Size.Equals(System.Drawing.Size)">
-      <summary>Indicates whether the current object is equal to another object of the same type.</summary>
-      <param name="other">An object to compare with this object.</param>
-      <returns>
-        <see langword="true" /> if the current object is equal to <paramref name="other" />; otherwise, <see langword="false" />.</returns>
+      <param name="other" />
     </member>
     <member name="M:System.Drawing.Size.Equals(System.Object)">
       <summary>Tests to see whether the specified object is a <see cref="T:System.Drawing.Size" /> structure with the same dimensions as this <see cref="T:System.Drawing.Size" /> structure.</summary>
       <summary>Returns a hash code for this <see cref="T:System.Drawing.Size" /> structure.</summary>
       <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.Size" /> structure.</returns>
     </member>
+    <member name="P:System.Drawing.Size.Height">
+      <summary>Gets or sets the vertical component of this <see cref="T:System.Drawing.Size" /> structure.</summary>
+      <returns>The vertical component of this <see cref="T:System.Drawing.Size" /> structure, typically measured in pixels.</returns>
+    </member>
+    <member name="P:System.Drawing.Size.IsEmpty">
+      <summary>Tests whether this <see cref="T:System.Drawing.Size" /> structure has width and height of 0.</summary>
+      <returns>This property returns <see langword="true" /> when this <see cref="T:System.Drawing.Size" /> structure has both a width and height of 0; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Drawing.Size.op_Addition(System.Drawing.Size,System.Drawing.Size)">
       <summary>Adds the width and height of one <see cref="T:System.Drawing.Size" /> structure to the width and height of another <see cref="T:System.Drawing.Size" /> structure.</summary>
       <param name="sz1">The first <see cref="T:System.Drawing.Size" /> to add.</param>
       <param name="value">The <see cref="T:System.Drawing.SizeF" /> structure to convert.</param>
       <returns>The <see cref="T:System.Drawing.Size" /> structure this method converts to.</returns>
     </member>
-    <member name="P:System.Drawing.Size.Height">
-      <summary>Gets or sets the vertical component of this <see cref="T:System.Drawing.Size" /> structure.</summary>
-      <returns>The vertical component of this <see cref="T:System.Drawing.Size" /> structure, typically measured in pixels.</returns>
-    </member>
-    <member name="P:System.Drawing.Size.IsEmpty">
-      <summary>Tests whether this <see cref="T:System.Drawing.Size" /> structure has width and height of 0.</summary>
-      <returns>This property returns <see langword="true" /> when this <see cref="T:System.Drawing.Size" /> structure has both a width and height of 0; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Drawing.Size.Width">
       <summary>Gets or sets the horizontal component of this <see cref="T:System.Drawing.Size" /> structure.</summary>
       <returns>The horizontal component of this <see cref="T:System.Drawing.Size" /> structure, typically measured in pixels.</returns>
     <member 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="F:System.Drawing.SizeF.Empty">
-      <summary>Gets a <see cref="T:System.Drawing.SizeF" /> structure that has a <see cref="P:System.Drawing.SizeF.Height" /> and <see cref="P:System.Drawing.SizeF.Width" /> value of 0.</summary>
-    </member>
     <member name="M:System.Drawing.SizeF.#ctor(System.Drawing.PointF)">
       <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeF" /> structure from the specified <see cref="T:System.Drawing.PointF" /> structure.</summary>
       <param name="pt">The <see cref="T:System.Drawing.PointF" /> structure from which to initialize this <see cref="T:System.Drawing.SizeF" /> structure.</param>
       <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeF" /> structure from the specified existing <see cref="T:System.Drawing.SizeF" /> structure.</summary>
       <param name="size">The <see cref="T:System.Drawing.SizeF" /> structure from which to create the new <see cref="T:System.Drawing.SizeF" /> structure.</param>
     </member>
-    <member name="M:System.Drawing.SizeF.#ctor(System.Numerics.Vector2)">
-      <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeF" /> struct from the specified <see cref="T:System.Numerics.Vector2" />.</summary>
-      <param name="vector">The source vector.</param>
-    </member>
     <member name="M:System.Drawing.SizeF.#ctor(System.Single,System.Single)">
       <summary>Initializes a new instance of the <see cref="T:System.Drawing.SizeF" /> structure from the specified dimensions.</summary>
       <param name="width">The width component of the new <see cref="T:System.Drawing.SizeF" /> structure.</param>
       <param name="sz2">The second <see cref="T:System.Drawing.SizeF" /> structure to add.</param>
       <returns>A <see cref="T:System.Drawing.SizeF" /> structure that is the result of the addition operation.</returns>
     </member>
+    <member name="F:System.Drawing.SizeF.Empty">
+      <summary>Gets a <see cref="T:System.Drawing.SizeF" /> structure that has a <see cref="P:System.Drawing.SizeF.Height" /> and <see cref="P:System.Drawing.SizeF.Width" /> value of 0.</summary>
+    </member>
     <member name="M:System.Drawing.SizeF.Equals(System.Drawing.SizeF)">
-      <summary>Indicates whether the current object is equal to another object of the same type.</summary>
-      <param name="other">An object to compare with this object.</param>
-      <returns>
-        <see langword="true" /> if the current object is equal to <paramref name="other" />; otherwise, <see langword="false" />.</returns>
+      <param name="other" />
     </member>
     <member name="M:System.Drawing.SizeF.Equals(System.Object)">
       <summary>Tests to see whether the specified object is a <see cref="T:System.Drawing.SizeF" /> structure with the same dimensions as this <see cref="T:System.Drawing.SizeF" /> structure.</summary>
       <summary>Returns a hash code for this <see cref="T:System.Drawing.Size" /> structure.</summary>
       <returns>An integer value that specifies a hash value for this <see cref="T:System.Drawing.Size" /> structure.</returns>
     </member>
+    <member name="P:System.Drawing.SizeF.Height">
+      <summary>Gets or sets the vertical component of this <see cref="T:System.Drawing.SizeF" /> structure.</summary>
+      <returns>The vertical component of this <see cref="T:System.Drawing.SizeF" /> structure, typically measured in pixels.</returns>
+    </member>
+    <member name="P:System.Drawing.SizeF.IsEmpty">
+      <summary>Gets a value that indicates whether this <see cref="T:System.Drawing.SizeF" /> structure has zero width and height.</summary>
+      <returns>
+        <see langword="true" /> when this <see cref="T:System.Drawing.SizeF" /> structure has both a width and height of zero; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Drawing.SizeF.op_Addition(System.Drawing.SizeF,System.Drawing.SizeF)">
       <summary>Adds the width and height of one <see cref="T:System.Drawing.SizeF" /> structure to the width and height of another <see cref="T:System.Drawing.SizeF" /> structure.</summary>
       <param name="sz1">The first <see cref="T:System.Drawing.SizeF" /> structure to add.</param>
     </member>
     <member name="M:System.Drawing.SizeF.op_Explicit(System.Drawing.SizeF)~System.Drawing.PointF">
       <summary>Converts the specified <see cref="T:System.Drawing.SizeF" /> structure to a <see cref="T:System.Drawing.PointF" /> structure.</summary>
-      <param name="size">The <see cref="T:System.Drawing.SizeF" /> structure to be converted.</param>
+      <param name="size">The <see cref="T:System.Drawing.SizeF" /> structure to be converted</param>
       <returns>The <see cref="T:System.Drawing.PointF" /> structure to which this operator converts.</returns>
     </member>
-    <member name="M:System.Drawing.SizeF.op_Explicit(System.Drawing.SizeF)~System.Numerics.Vector2">
-      <summary>Converts the specified <see cref="T:System.Drawing.SizeF" /> to a <see cref="T:System.Numerics.Vector2" />.</summary>
-      <param name="size">The pair of numbers to convert.</param>
-      <returns>The size, converted into a <see cref="T:System.Numerics.Vector2" /> instance.</returns>
-    </member>
-    <member name="M:System.Drawing.SizeF.op_Explicit(System.Numerics.Vector2)~System.Drawing.SizeF">
-      <summary>Converts the specified <see cref="T:System.Numerics.Vector2" /> to a <see cref="T:System.Drawing.SizeF" />.</summary>
-      <param name="vector">The vector to convert.</param>
-      <returns>The vector, converted into a <see cref="T:System.Drawing.SizeF" /> instance.</returns>
-    </member>
     <member name="M:System.Drawing.SizeF.op_Inequality(System.Drawing.SizeF,System.Drawing.SizeF)">
       <summary>Tests whether two <see cref="T:System.Drawing.SizeF" /> structures are different.</summary>
       <param name="sz1">The <see cref="T:System.Drawing.SizeF" /> structure on the left of the inequality operator.</param>
       <summary>Creates a human-readable string that represents this <see cref="T:System.Drawing.SizeF" /> structure.</summary>
       <returns>A string that represents this <see cref="T:System.Drawing.SizeF" /> structure.</returns>
     </member>
-    <member name="M:System.Drawing.SizeF.ToVector2">
-      <summary>Creates a new <see cref="T:System.Numerics.Vector2" /> from this <see cref="T:System.Drawing.SizeF" />.</summary>
-      <returns>The vector that was created from this <see cref="T:System.Drawing.SizeF" />.</returns>
-    </member>
-    <member name="P:System.Drawing.SizeF.Height">
-      <summary>Gets or sets the vertical component of this <see cref="T:System.Drawing.SizeF" /> structure.</summary>
-      <returns>The vertical component of this <see cref="T:System.Drawing.SizeF" /> structure, typically measured in pixels.</returns>
-    </member>
-    <member name="P:System.Drawing.SizeF.IsEmpty">
-      <summary>Gets a value that indicates whether this <see cref="T:System.Drawing.SizeF" /> structure has zero width and height.</summary>
-      <returns>
-        <see langword="true" /> when this <see cref="T:System.Drawing.SizeF" /> structure has both a width and height of zero; otherwise, <see langword="false" />.</returns>
-    </member>
     <member name="P:System.Drawing.SizeF.Width">
       <summary>Gets or sets the horizontal component of this <see cref="T:System.Drawing.SizeF" /> structure.</summary>
       <returns>The horizontal component of this <see cref="T:System.Drawing.SizeF" /> structure, typically measured in pixels.</returns>