﻿<?xml version="1.0" encoding="utf-8"?><Type Name="RectangleF" FullName="System.Drawing.RectangleF"><TypeSignature Language="C#" Maintainer="auto" Value="public struct RectangleF" /><AssemblyInfo><AssemblyName>System.Drawing</AssemblyName><AssemblyPublicKey>[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 07 D1 FA 57 C4 AE D9 F0 A3 2E 84 AA 0F AE FD 0D E9 E8 FD 6A EC 8F 87 FB 03 76 6C 83 4C 99 92 1E B2 3B E7 9A D9 D5 DC C1 DD 9A D2 36 13 21 02 90 0B 72 3C F9 80 95 7F C4 E1 77 10 8F C6 07 77 4F 29 E8 32 0E 92 EA 05 EC E4 E8 21 C0 A5 EF E8 F1 64 5C 4C 0C 93 C1 AB 99 28 5D 62 2C AA 65 2C 1D FA D6 3D 74 5D 6F 2D E5 F1 7E 5E AF 0F C4 96 3D 26 1C 8A 12 43 65 18 20 6D C0 93 34 4D 5A D2 93]</AssemblyPublicKey><AssemblyVersion>1.0.3300.0</AssemblyVersion><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Base><BaseTypeName>System.ValueType</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>A rectangle is defined by its width, height, and upper-left corner.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Stores a set of four floating-point numbers that represent the location and size of a rectangle. For more advanced region functions, use a <see cref="T:System.Drawing.Region" /> object.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public RectangleF (System.Drawing.PointF location, System.Drawing.SizeF size);" /><MemberType>Constructor</MemberType><ReturnValue /><Parameters><Parameter Name="location" Type="System.Drawing.PointF" /><Parameter Name="size" Type="System.Drawing.SizeF" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Drawing.RectangleF" /> class with the specified location and size.</para></summary><param name="location"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Drawing.PointF" /> that represents the upper-left corner of the rectangular region. </param><param name="size"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Drawing.SizeF" /> that represents the width and height of the rectangular region. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public RectangleF (float x, float y, float width, float height);" /><MemberType>Constructor</MemberType><ReturnValue /><Parameters><Parameter Name="x" Type="System.Single" /><Parameter Name="y" Type="System.Single" /><Parameter Name="width" Type="System.Single" /><Parameter Name="height" Type="System.Single" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Drawing.RectangleF" /> class with the specified location and size.</para></summary><param name="x"><attribution license="cc4" from="Microsoft" modified="false" />The x-coordinate of the upper-left corner of the rectangle. </param><param name="y"><attribution license="cc4" from="Microsoft" modified="false" />The y-coordinate of the upper-left corner of the rectangle. </param><param name="width"><attribution license="cc4" from="Microsoft" modified="false" />The width of the rectangle. </param><param name="height"><attribution license="cc4" from="Microsoft" modified="false" />The height of the rectangle. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Bottom"><MemberSignature Language="C#" Value="public float Bottom { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Single</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'float'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Drawing.RectangleF.Bottom" /> value represents the y-coordinate of the first point at the bottom edge of the rectangle that is not contained in the rectangle.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the y-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.Y" /> and <see cref="P:System.Drawing.RectangleF.Height" /> of this <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="Contains"><MemberSignature Language="C#" Value="public bool Contains (System.Drawing.PointF pt);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="pt" Type="System.Drawing.PointF" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines if the specified point is contained within this <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>This method returns true if the point represented by the <paramref name="pt" /> parameter is contained within this <see cref="T:System.Drawing.RectangleF" /> structure; otherwise false.</para></returns><param name="pt"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.PointF" /> to test. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Contains"><MemberSignature Language="C#" Value="public bool Contains (System.Drawing.RectangleF rect);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="rect" Type="System.Drawing.RectangleF" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines if the rectangular region represented by <paramref name="rect" /> is entirely contained within this <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>This method returns true if the rectangular region represented by <paramref name="rect" /> is entirely contained within the rectangular region represented by this <see cref="T:System.Drawing.RectangleF" />; otherwise false.</para></returns><param name="rect"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.RectangleF" /> to test. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Contains"><MemberSignature Language="C#" Value="public bool Contains (float x, float y);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="x" Type="System.Single" /><Parameter Name="y" Type="System.Single" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines if the specified point is contained within this <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>This method returns true if the point defined by <paramref name="x" /> and <paramref name="y" /> is contained within this <see cref="T:System.Drawing.RectangleF" /> structure; otherwise false.</para></returns><param name="x"><attribution license="cc4" from="Microsoft" modified="false" />The x-coordinate of the point to test. </param><param name="y"><attribution license="cc4" from="Microsoft" modified="false" />The y-coordinate of the point to test. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Empty"><MemberSignature Language="C#" Value="public static readonly System.Drawing.RectangleF Empty;" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Drawing.RectangleF</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The members of the new <see cref="T:System.Drawing.RectangleF" /> are left uninitialized.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents an instance of the <see cref="T:System.Drawing.RectangleF" /> class with its members uninitialized.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Equals"><MemberSignature Language="C#" Value="public override bool Equals (object obj);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="obj" Type="System.Object" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Tests whether <paramref name="obj" /> is a <see cref="T:System.Drawing.RectangleF" /> with the same location and size of this <see cref="T:System.Drawing.RectangleF" />.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>This method returns true if <paramref name="obj" /> is a <see cref="T:System.Drawing.RectangleF" /> and its X, Y, Width, and Height properties are equal to the corresponding properties of this <see cref="T:System.Drawing.RectangleF" />; otherwise, false.</para></returns><param name="obj"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Object" /> to test. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="FromLTRB"><MemberSignature Language="C#" Value="public static System.Drawing.RectangleF FromLTRB (float left, float top, float right, float bottom);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Drawing.RectangleF</ReturnType></ReturnValue><Parameters><Parameter Name="left" Type="System.Single" /><Parameter Name="top" Type="System.Single" /><Parameter Name="right" Type="System.Single" /><Parameter Name="bottom" Type="System.Single" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method creates a <see cref="T:System.Drawing.RectangleF" /> with the specified upper-left and lower-right corners.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Creates a <see cref="T:System.Drawing.RectangleF" /> structure with upper-left corner and lower-right corner at the specified locations.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The new <see cref="T:System.Drawing.RectangleF" /> that this method creates.</para></returns><param name="left"><attribution license="cc4" from="Microsoft" modified="false" />The x-coordinate of the upper-left corner of the rectangular region. </param><param name="top"><attribution license="cc4" from="Microsoft" modified="false" />The y-coordinate of the upper-left corner of the rectangular region. </param><param name="right"><attribution license="cc4" from="Microsoft" modified="false" />The x-coordinate of the lower-right corner of the rectangular region. </param><param name="bottom"><attribution license="cc4" from="Microsoft" modified="false" />The y-coordinate of the lower-right corner of the rectangular region. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetHashCode"><MemberSignature Language="C#" Value="public override int GetHashCode ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the hash code for this <see cref="T:System.Drawing.RectangleF" /> structure. For information about the use of hash codes, see Object.GetHashCode.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The hash code for this <see cref="T:System.Drawing.RectangleF" />.</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Height"><MemberSignature Language="C#" Value="public float Height { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Single</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'float'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the height of this <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Inflate"><MemberSignature Language="C#" Value="public void Inflate (System.Drawing.SizeF size);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="size" Type="System.Drawing.SizeF" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method enlarges this rectangle, not a copy of it. The rectangle is enlarged in both directions along an axis. For example, if a 50 by 50 rectangle is inflated by 50 in the x-axis, the resultant rectangle will be 150 units long (the original 50, the 50 in the minus direction, and the 50 in the plus direction) maintaining the rectangle's geometric center.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Enlarges this <see cref="T:System.Drawing.RectangleF" /> by the specified amount.</para></summary><param name="size"><attribution license="cc4" from="Microsoft" modified="false" />The amount to inflate this rectangle. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Inflate"><MemberSignature Language="C#" Value="public void Inflate (float x, float y);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="x" Type="System.Single" /><Parameter Name="y" Type="System.Single" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method enlarges this rectangle, not a copy of it. The rectangle is enlarged in both directions along an axis. For example, if a 50 by 50 rectangle is inflated by 50 in the x-axis, the resultant rectangle will be 150 units long (the original 50, the 50 in the minus direction, and the 50 in the plus direction) maintaining the rectangle's geometric center.</para><para>If either <paramref name="x" /> or <paramref name="y" /> is negative, the <see cref="T:System.Drawing.RectangleF" /> is deflated in the corresponding direction.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Enlarges this <see cref="T:System.Drawing.RectangleF" /> structure by the specified amount.</para></summary><param name="x"><attribution license="cc4" from="Microsoft" modified="false" />The amount to inflate this <see cref="T:System.Drawing.RectangleF" /> structure horizontally. </param><param name="y"><attribution license="cc4" from="Microsoft" modified="false" />The amount to inflate this <see cref="T:System.Drawing.RectangleF" /> structure vertically. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Inflate"><MemberSignature Language="C#" Value="public static System.Drawing.RectangleF Inflate (System.Drawing.RectangleF rect, float x, float y);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Drawing.RectangleF</ReturnType></ReturnValue><Parameters><Parameter Name="rect" Type="System.Drawing.RectangleF" /><Parameter Name="x" Type="System.Single" /><Parameter Name="y" Type="System.Single" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method makes a copy of <paramref name="rect" />, enlarges the copy, and then returns the enlarged copy. The rectangle is enlarged in both directions along an axis. For example, if a 50 by 50 rectangle is inflated by 50 in the x-axis, the resultant rectangle will be 150 units long (the original 50, the 50 in the minus direction, and the 50 in the plus direction) maintaining the rectangle's geometric center.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Creates and returns an enlarged copy of the specified <see cref="T:System.Drawing.RectangleF" /> structure. The copy is enlarged by the specified amount and the original rectangle remains unmodified.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The enlarged <see cref="T:System.Drawing.RectangleF" />.</para></returns><param name="rect"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.RectangleF" /> to be copied. This rectangle is not modified. </param><param name="x"><attribution license="cc4" from="Microsoft" modified="false" />The amount to enlarge the copy of the rectangle horizontally. </param><param name="y"><attribution license="cc4" from="Microsoft" modified="false" />The amount to enlarge the copy of the rectangle vertically. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Intersect"><MemberSignature Language="C#" Value="public void Intersect (System.Drawing.RectangleF rect);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="rect" Type="System.Drawing.RectangleF" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Replaces this <see cref="T:System.Drawing.RectangleF" /> structure with the intersection of itself and the specified <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>This method does not return a value.</para></returns><param name="rect"><attribution license="cc4" from="Microsoft" modified="false" />The rectangle to intersect. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Intersect"><MemberSignature Language="C#" Value="public static System.Drawing.RectangleF Intersect (System.Drawing.RectangleF a, System.Drawing.RectangleF b);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Drawing.RectangleF</ReturnType></ReturnValue><Parameters><Parameter Name="a" Type="System.Drawing.RectangleF" /><Parameter Name="b" Type="System.Drawing.RectangleF" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns a <see cref="T:System.Drawing.RectangleF" /> structure that represents the intersection of two rectangles. If there is no intersection, and empty <see cref="T:System.Drawing.RectangleF" /> is returned.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A third <see cref="T:System.Drawing.RectangleF" /> structure the size of which represents the overlapped area of the two specified rectangles.</para></returns><param name="a"><attribution license="cc4" from="Microsoft" modified="false" />A rectangle to intersect. </param><param name="b"><attribution license="cc4" from="Microsoft" modified="false" />A rectangle to intersect. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="IntersectsWith"><MemberSignature Language="C#" Value="public bool IntersectsWith (System.Drawing.RectangleF rect);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="rect" Type="System.Drawing.RectangleF" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines if this rectangle intersects with <paramref name="rect" />.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>This method returns true if there is any intersection.</para></returns><param name="rect"><attribution license="cc4" from="Microsoft" modified="false" />The rectangle to test. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="IsEmpty"><MemberSignature Language="C#" Value="public bool IsEmpty { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'bool'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Tests whether the <see cref="P:System.Drawing.RectangleF.Width" /> or <see cref="P:System.Drawing.RectangleF.Height" /> property of this <see cref="T:System.Drawing.RectangleF" /> has a value of zero.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="Left"><MemberSignature Language="C#" Value="public float Left { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Single</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'float'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the x-coordinate of the left edge of this <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="Location"><MemberSignature Language="C#" Value="public System.Drawing.PointF Location { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Drawing.PointF</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'PointF'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the coordinates of the upper-left corner of this <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="Offset"><MemberSignature Language="C#" Value="public void Offset (System.Drawing.PointF pos);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="pos" Type="System.Drawing.PointF" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adjusts the location of this rectangle by the specified amount.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>This method does not return a value.</para></returns><param name="pos"><attribution license="cc4" from="Microsoft" modified="false" />The amount to offset the location. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Offset"><MemberSignature Language="C#" Value="public void Offset (float x, float y);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="x" Type="System.Single" /><Parameter Name="y" Type="System.Single" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adjusts the location of this rectangle by the specified amount.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>This method does not return a value.</para></returns><param name="x"><attribution license="cc4" from="Microsoft" modified="false" />The amount to offset the location horizontally. </param><param name="y"><attribution license="cc4" from="Microsoft" modified="false" />The amount to offset the location vertically. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="op_Equality"><MemberSignature Language="C#" Value="public static bool op_Equality (System.Drawing.RectangleF left, System.Drawing.RectangleF right);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="left" Type="System.Drawing.RectangleF" /><Parameter Name="right" Type="System.Drawing.RectangleF" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Tests whether two <see cref="T:System.Drawing.RectangleF" /> structures have equal location and size.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>This operator returns true if the two specified <see cref="T:System.Drawing.RectangleF" /> structures have equal <see cref="P:System.Drawing.RectangleF.X" />, <see cref="P:System.Drawing.RectangleF.Y" />, <see cref="P:System.Drawing.RectangleF.Width" />, and <see cref="P:System.Drawing.RectangleF.Height" /> properties.</para></returns><param name="left"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.RectangleF" /> structure that is to the left of the equality operator. </param><param name="right"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.RectangleF" /> structure that is to the right of the equality operator. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="op_Implicit"><MemberSignature Language="C#" Value="public static System.Drawing.RectangleF op_Implicit (System.Drawing.Rectangle r);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Drawing.RectangleF</ReturnType></ReturnValue><Parameters><Parameter Name="r" Type="System.Drawing.Rectangle" /></Parameters><Docs><param name="r">To be added.</param><summary>To be added.</summary><returns>To be added.</returns><remarks>To be added.</remarks></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="op_Inequality"><MemberSignature Language="C#" Value="public static bool op_Inequality (System.Drawing.RectangleF left, System.Drawing.RectangleF right);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="left" Type="System.Drawing.RectangleF" /><Parameter Name="right" Type="System.Drawing.RectangleF" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Tests whether two <see cref="T:System.Drawing.RectangleF" /> structures differ in location or size.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>This operator returns true if any of the <see cref="P:System.Drawing.RectangleF.X" /> , <see cref="P:System.Drawing.RectangleF.Y" />, <see cref="P:System.Drawing.RectangleF.Width" />, or <see cref="P:System.Drawing.RectangleF.Height" /> properties of the two <see cref="T:System.Drawing.Rectangle" /> structures are unequal; otherwise false.</para></returns><param name="left"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.RectangleF" /> structure that is to the left of the inequality operator. </param><param name="right"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.RectangleF" /> structure that is to the right of the inequality operator. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Right"><MemberSignature Language="C#" Value="public float Right { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Single</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'float'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Drawing.RectangleF.Right" /> value represents the x-coordinate of the first point at the right edge of the rectangle that is not contained in the rectangle.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the x-coordinate that is the sum of <see cref="P:System.Drawing.RectangleF.X" /> and <see cref="P:System.Drawing.RectangleF.Width" /> of this <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="Size"><MemberSignature Language="C#" Value="public System.Drawing.SizeF Size { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Drawing.SizeF</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'SizeF'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the size of this <see cref="T:System.Drawing.RectangleF" />.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="Top"><MemberSignature Language="C#" Value="public float Top { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Single</ReturnType></ReturnValue><Docs><value>To be added: an object of type 'float'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the y-coordinate of the top edge of this <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Attributes><Attribute><AttributeName>System.ComponentModel.Browsable(false)</AttributeName></Attribute></Attributes></Member><Member MemberName="ToString"><MemberSignature Language="C#" Value="public override string ToString ();" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Converts the Location and <see cref="T:System.Drawing.Size" /> of this <see cref="T:System.Drawing.RectangleF" /> to a human-readable string.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A string that contains the position, width, and height of this <see cref="T:System.Drawing.RectangleF" /> structure. For example, "{X=20, Y=20, Width=100, Height=50}".</para></returns></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Union"><MemberSignature Language="C#" Value="public static System.Drawing.RectangleF Union (System.Drawing.RectangleF a, System.Drawing.RectangleF b);" /><MemberType>Method</MemberType><ReturnValue><ReturnType>System.Drawing.RectangleF</ReturnType></ReturnValue><Parameters><Parameter Name="a" Type="System.Drawing.RectangleF" /><Parameter Name="b" Type="System.Drawing.RectangleF" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When one of the two rectangles is empty, meaning all of its values are zero, the <see cref="M:System.Drawing.Rectangle.Union(System.Drawing.Rectangle,System.Drawing.Rectangle)" /> method returns a rectangle with a starting point of (0, 0), and the height and width of the non-empty rectangle. For example, if you have two rectangles A = (0, 0; 0, 0) and B = (1, 1; 2, 2), then the union of A and B is (0, 0; 2, 2).</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A third <see cref="T:System.Drawing.RectangleF" /> structure that contains both of the two rectangles that form the union.</para></returns><param name="a"><attribution license="cc4" from="Microsoft" modified="false" />A rectangle to union. </param><param name="b"><attribution license="cc4" from="Microsoft" modified="false" />A rectangle to union. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Width"><MemberSignature Language="C#" Value="public float Width { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Single</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'float'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the width of this <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="X"><MemberSignature Language="C#" Value="public float X { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Single</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'float'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the x-coordinate of the upper-left corner of this <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Y"><MemberSignature Language="C#" Value="public float Y { set; get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Single</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'float'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the y-coordinate of the upper-left corner of this <see cref="T:System.Drawing.RectangleF" /> structure.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>