summaryrefslogtreecommitdiff
path: root/.packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Drawing.Primitives.xml
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Drawing.Primitives.xml')
-rwxr-xr-x.packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Drawing.Primitives.xml1448
1 files changed, 1448 insertions, 0 deletions
diff --git a/.packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Drawing.Primitives.xml b/.packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Drawing.Primitives.xml
new file mode 100755
index 0000000000..ce22f842c7
--- /dev/null
+++ b/.packages/microsoft.netcore.app/2.0.0/ref/netcoreapp2.0/System.Drawing.Primitives.xml
@@ -0,0 +1,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> \ No newline at end of file