# GrapeCity.Documents.Layout.LayoutRect

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Layout_LayoutRect" data-uid="GrapeCity.Documents.Layout.LayoutRect" class="text-break">LayoutRect Class
</h1>
  <div class="markdown level0 summary"><p>Represents a rectangle with constraints.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">LayoutRect</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Layout.html">GrapeCity.Documents.Layout</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Layout_LayoutRect_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LayoutRect</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LayoutRect</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_Frozen" data-uid="GrapeCity.Documents.Layout.LayoutRect.Frozen">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.Frozen.html#GrapeCity_Documents_Layout_LayoutRect_Frozen">Frozen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> does not allow any modifications.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_HasArea" data-uid="GrapeCity.Documents.Layout.LayoutRect.HasArea">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.HasArea.html#GrapeCity_Documents_Layout_LayoutRect_HasArea">HasArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> occupies non-zero area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_HasDimension" data-uid="GrapeCity.Documents.Layout.LayoutRect.HasDimension">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.HasDimension.html#GrapeCity_Documents_Layout_LayoutRect_HasDimension">HasDimension</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> has non-zero width or height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_Height" data-uid="GrapeCity.Documents.Layout.LayoutRect.Height">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.Height.html#GrapeCity_Documents_Layout_LayoutRect_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_Invalid" data-uid="GrapeCity.Documents.Layout.LayoutRect.Invalid">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.Invalid.html#GrapeCity_Documents_Layout_LayoutRect_Invalid">Invalid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> is invalid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_P0" data-uid="GrapeCity.Documents.Layout.LayoutRect.P0">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.P0.html#GrapeCity_Documents_Layout_LayoutRect_P0">P0</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of the top left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_P0X" data-uid="GrapeCity.Documents.Layout.LayoutRect.P0X">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.P0X.html#GrapeCity_Documents_Layout_LayoutRect_P0X">P0X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the X coordinate of the top left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_P0Y" data-uid="GrapeCity.Documents.Layout.LayoutRect.P0Y">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.P0Y.html#GrapeCity_Documents_Layout_LayoutRect_P0Y">P0Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Y coordinate of the top left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_P1" data-uid="GrapeCity.Documents.Layout.LayoutRect.P1">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.P1.html#GrapeCity_Documents_Layout_LayoutRect_P1">P1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of the top right corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_P1X" data-uid="GrapeCity.Documents.Layout.LayoutRect.P1X">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.P1X.html#GrapeCity_Documents_Layout_LayoutRect_P1X">P1X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the X coordinate of the top right corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_P1Y" data-uid="GrapeCity.Documents.Layout.LayoutRect.P1Y">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.P1Y.html#GrapeCity_Documents_Layout_LayoutRect_P1Y">P1Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Y coordinate of the top right corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_P2" data-uid="GrapeCity.Documents.Layout.LayoutRect.P2">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.P2.html#GrapeCity_Documents_Layout_LayoutRect_P2">P2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of the bottom left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_P2X" data-uid="GrapeCity.Documents.Layout.LayoutRect.P2X">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.P2X.html#GrapeCity_Documents_Layout_LayoutRect_P2X">P2X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the X coordinate of the bottom left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_P2Y" data-uid="GrapeCity.Documents.Layout.LayoutRect.P2Y">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.P2Y.html#GrapeCity_Documents_Layout_LayoutRect_P2Y">P2Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Y coordinate of the bottom left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_P3" data-uid="GrapeCity.Documents.Layout.LayoutRect.P3">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.P3.html#GrapeCity_Documents_Layout_LayoutRect_P3">P3</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of the bottom right corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_P3X" data-uid="GrapeCity.Documents.Layout.LayoutRect.P3X">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.P3X.html#GrapeCity_Documents_Layout_LayoutRect_P3X">P3X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the X coordinate of the bottom right corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_P3Y" data-uid="GrapeCity.Documents.Layout.LayoutRect.P3Y">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.P3Y.html#GrapeCity_Documents_Layout_LayoutRect_P3Y">P3Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Y coordinate of the bottom right corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_Resolved" data-uid="GrapeCity.Documents.Layout.LayoutRect.Resolved">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.Resolved.html#GrapeCity_Documents_Layout_LayoutRect_Resolved">Resolved</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> is resolved.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_ResolvedAndValid" data-uid="GrapeCity.Documents.Layout.LayoutRect.ResolvedAndValid">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.ResolvedAndValid.html#GrapeCity_Documents_Layout_LayoutRect_ResolvedAndValid">ResolvedAndValid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> is resolved and valid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_RotationAngle" data-uid="GrapeCity.Documents.Layout.LayoutRect.RotationAngle">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.RotationAngle.html#GrapeCity_Documents_Layout_LayoutRect_RotationAngle">RotationAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual rotation angle of the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>, in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_Tag" data-uid="GrapeCity.Documents.Layout.LayoutRect.Tag">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.Tag.html#GrapeCity_Documents_Layout_LayoutRect_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object that contains data about the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_Transform" data-uid="GrapeCity.Documents.Layout.LayoutRect.Transform">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.Transform.html#GrapeCity_Documents_Layout_LayoutRect_Transform">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the transformation matrix of the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> taking into account the owner <a class="xref" href="GrapeCity.Documents.Layout.LayoutView.html">LayoutView</a>
transformation, the top left corner position (P0), and the rotation angle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_View" data-uid="GrapeCity.Documents.Layout.LayoutRect.View">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.View.html#GrapeCity_Documents_Layout_LayoutRect_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="GrapeCity.Documents.Layout.LayoutView.html">LayoutView</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_Width" data-uid="GrapeCity.Documents.Layout.LayoutRect.Width">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.Width.html#GrapeCity_Documents_Layout_LayoutRect_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorBottomLeft_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorBottomLeft(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorBottomLeft.html#GrapeCity_Documents_Layout_LayoutRect_AnchorBottomLeft_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_">AnchorBottomLeft(LayoutRect, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the bottom left corner and rotation angle of <code class="paramref">anchorRect</code>.</p>
<p>The top right corner is not fixed and requires additional constraints.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorBottomLeft_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorBottomLeft(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorBottomLeft.html#GrapeCity_Documents_Layout_LayoutRect_AnchorBottomLeft_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_">AnchorBottomLeft(LayoutRect, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the bottom left corner and rotation angle of <code class="paramref">anchorRect</code> and sets width/height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorBottomLeftRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorBottomLeftRight(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorBottomLeftRight.html#GrapeCity_Documents_Layout_LayoutRect_AnchorBottomLeftRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_">AnchorBottomLeftRight(LayoutRect, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the bottom, left, right sides and rotation angle of <code class="paramref">anchorRect</code>.</p>
<p>The top side is not fixed and requires an additional constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorBottomLeftRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorBottomLeftRight(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorBottomLeftRight.html#GrapeCity_Documents_Layout_LayoutRect_AnchorBottomLeftRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_">AnchorBottomLeftRight(LayoutRect, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the bottom, left, right sides and rotation angle of <code class="paramref">anchorRect</code> and sets the height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorBottomRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorBottomRight(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorBottomRight.html#GrapeCity_Documents_Layout_LayoutRect_AnchorBottomRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_">AnchorBottomRight(LayoutRect, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the bottom right corner and rotation angle of <code class="paramref">anchorRect</code>.</p>
<p>The top left corner is not fixed and requires additional constraints.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorBottomRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorBottomRight(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorBottomRight.html#GrapeCity_Documents_Layout_LayoutRect_AnchorBottomRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_">AnchorBottomRight(LayoutRect, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the bottom right corner and rotation angle of <code class="paramref">anchorRect</code> and sets width/height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorDeflate_GrapeCity_Documents_Layout_LayoutRect_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorDeflate(GrapeCity.Documents.Layout.LayoutRect,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorDeflate.html#GrapeCity_Documents_Layout_LayoutRect_AnchorDeflate_GrapeCity_Documents_Layout_LayoutRect_System_Single_">AnchorDeflate(LayoutRect, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Deflates a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorDeflate_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorDeflate(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorDeflate.html#GrapeCity_Documents_Layout_LayoutRect_AnchorDeflate_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_">AnchorDeflate(LayoutRect, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Deflates a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorDeflate_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorDeflate(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorDeflate.html#GrapeCity_Documents_Layout_LayoutRect_AnchorDeflate_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_">AnchorDeflate(LayoutRect, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Deflates a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorExact_GrapeCity_Documents_Layout_LayoutRect_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorExact(GrapeCity.Documents.Layout.LayoutRect)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorExact.html#GrapeCity_Documents_Layout_LayoutRect_AnchorExact_GrapeCity_Documents_Layout_LayoutRect_">AnchorExact(LayoutRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to exactly the same bounds and rotation angle as <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorHorizontalLine_GrapeCity_Documents_Layout_LayoutRect_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorHorizontalLine(GrapeCity.Documents.Layout.LayoutRect)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorHorizontalLine.html#GrapeCity_Documents_Layout_LayoutRect_AnchorHorizontalLine_GrapeCity_Documents_Layout_LayoutRect_">AnchorHorizontalLine(LayoutRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the left and right sides and rotation angle of <code class="paramref">anchorRect</code> and sets zero height.</p>
<p>The vertical position is not fixed and requires an additional constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorInflate_GrapeCity_Documents_Layout_LayoutRect_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorInflate(GrapeCity.Documents.Layout.LayoutRect,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorInflate.html#GrapeCity_Documents_Layout_LayoutRect_AnchorInflate_GrapeCity_Documents_Layout_LayoutRect_System_Single_">AnchorInflate(LayoutRect, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Inflates a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorInflate_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorInflate(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorInflate.html#GrapeCity_Documents_Layout_LayoutRect_AnchorInflate_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_">AnchorInflate(LayoutRect, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Inflates a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorInflate_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorInflate(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorInflate.html#GrapeCity_Documents_Layout_LayoutRect_AnchorInflate_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_">AnchorInflate(LayoutRect, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Inflates a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorLeftRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorLeftRight(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorLeftRight.html#GrapeCity_Documents_Layout_LayoutRect_AnchorLeftRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_">AnchorLeftRight(LayoutRect, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the left and right sides and rotation angle of <code class="paramref">anchorRect</code>.</p>
<p>The top and bottom sides are not fixed and require additional constraints.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorLeftRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorLeftRight(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorLeftRight.html#GrapeCity_Documents_Layout_LayoutRect_AnchorLeftRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_">AnchorLeftRight(LayoutRect, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the left and right sides and rotation angle of <code class="paramref">anchorRect</code> and sets the height.</p>
<p>The vertical position is not fixed and requires an additional constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorLeftTopBottom_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorLeftTopBottom(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorLeftTopBottom.html#GrapeCity_Documents_Layout_LayoutRect_AnchorLeftTopBottom_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_">AnchorLeftTopBottom(LayoutRect, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the left, top, bottom sides and rotation angle of <code class="paramref">anchorRect</code>.</p>
<p>The right side is not fixed and requires an additional constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorLeftTopBottom_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorLeftTopBottom(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorLeftTopBottom.html#GrapeCity_Documents_Layout_LayoutRect_AnchorLeftTopBottom_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_">AnchorLeftTopBottom(LayoutRect, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the left, top, bottom sides and rotation angle of <code class="paramref">anchorRect</code> and sets the width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorRightTopBottom_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorRightTopBottom(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorRightTopBottom.html#GrapeCity_Documents_Layout_LayoutRect_AnchorRightTopBottom_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_">AnchorRightTopBottom(LayoutRect, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the right, top, bottom sides and rotation angle of <code class="paramref">anchorRect</code>.</p>
<p>The left side is not fixed and requires an additional constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorRightTopBottom_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorRightTopBottom(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorRightTopBottom.html#GrapeCity_Documents_Layout_LayoutRect_AnchorRightTopBottom_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_">AnchorRightTopBottom(LayoutRect, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the right, top, bottom sides and rotation angle of <code class="paramref">anchorRect</code> and sets the width.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorTopBottom_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorTopBottom(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorTopBottom.html#GrapeCity_Documents_Layout_LayoutRect_AnchorTopBottom_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_">AnchorTopBottom(LayoutRect, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the top and bottom sides and rotation angle of <code class="paramref">anchorRect</code>.</p>
<p>The left and right sides are not fixed and require additional constraints.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorTopBottom_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorTopBottom(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorTopBottom.html#GrapeCity_Documents_Layout_LayoutRect_AnchorTopBottom_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_">AnchorTopBottom(LayoutRect, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the top and bottom sides and rotation angle of <code class="paramref">anchorRect</code> and sets the width.</p>
<p>The horizontal position is not fixed and requires an additional constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorTopLeft_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorTopLeft(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorTopLeft.html#GrapeCity_Documents_Layout_LayoutRect_AnchorTopLeft_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_">AnchorTopLeft(LayoutRect, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the top left corner and rotation angle of <code class="paramref">anchorRect</code>.</p>
<p>The bottom right corner is not fixed and requires additional constraints.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorTopLeft_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorTopLeft(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorTopLeft.html#GrapeCity_Documents_Layout_LayoutRect_AnchorTopLeft_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_">AnchorTopLeft(LayoutRect, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the top left corner and rotation angle of <code class="paramref">anchorRect</code> and sets width/height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorTopLeftRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorTopLeftRight(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorTopLeftRight.html#GrapeCity_Documents_Layout_LayoutRect_AnchorTopLeftRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_">AnchorTopLeftRight(LayoutRect, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the top, left, right sides and rotation angle of <code class="paramref">anchorRect</code>.</p>
<p>The bottom side is not fixed and requires an additional constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorTopLeftRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorTopLeftRight(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorTopLeftRight.html#GrapeCity_Documents_Layout_LayoutRect_AnchorTopLeftRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_">AnchorTopLeftRight(LayoutRect, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the top, left, right sides and rotation angle of <code class="paramref">anchorRect</code> and sets the height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorTopRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorTopRight(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorTopRight.html#GrapeCity_Documents_Layout_LayoutRect_AnchorTopRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_">AnchorTopRight(LayoutRect, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the top right corner and rotation angle of <code class="paramref">anchorRect</code>.</p>
<p>The bottom left corner is not fixed and requires additional constraints.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorTopRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorTopRight(GrapeCity.Documents.Layout.LayoutRect,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorTopRight.html#GrapeCity_Documents_Layout_LayoutRect_AnchorTopRight_GrapeCity_Documents_Layout_LayoutRect_System_Single_System_Single_System_Single_System_Single_">AnchorTopRight(LayoutRect, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the top right corner and rotation angle of <code class="paramref">anchorRect</code> and sets width/height.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AnchorVerticalLine_GrapeCity_Documents_Layout_LayoutRect_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AnchorVerticalLine(GrapeCity.Documents.Layout.LayoutRect)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AnchorVerticalLine.html#GrapeCity_Documents_Layout_LayoutRect_AnchorVerticalLine_GrapeCity_Documents_Layout_LayoutRect_">AnchorVerticalLine(LayoutRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Anchors a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to the top and bottom sides and rotation angle of <code class="paramref">anchorRect</code> and sets zero width.</p>
<p>The horizontal position is not fixed and requires an additional constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxBottom_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxBottom(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxBottom.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxBottom_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">AppendMaxBottom(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxBottom constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxBottom_GrapeCity_Documents_Layout_Contour_GrapeCity_Documents_Layout_ContourPosition_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxBottom(GrapeCity.Documents.Layout.Contour,GrapeCity.Documents.Layout.ContourPosition)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxBottom.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxBottom_GrapeCity_Documents_Layout_Contour_GrapeCity_Documents_Layout_ContourPosition_">AppendMaxBottom(Contour, ContourPosition)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxBottom constraint relative to <code class="paramref">contour</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxBottom_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxBottom(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxBottom.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxBottom_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">AppendMaxBottom(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxBottom constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxHeight_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxHeight(GrapeCity.Documents.Layout.AnchorPoint,GrapeCity.Documents.Layout.AnchorPoint,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxHeight.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxHeight_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_">AppendMaxHeight(AnchorPoint, AnchorPoint, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxHeight constraint relative to the distance between <code class="paramref">anchorPoint1</code> and <code class="paramref">anchorPoint2</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxHeight_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxHeight(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxHeight.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxHeight_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_">AppendMaxHeight(LayoutRect, AnchorParam, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxHeight constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxHeight_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxHeight(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxHeight.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxHeight_System_Single_">AppendMaxHeight(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxHeight constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxLeft_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxLeft(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxLeft.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxLeft_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">AppendMaxLeft(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxLeft constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxLeft_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxLeft(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxLeft.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxLeft_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">AppendMaxLeft(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxLeft constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxRight_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxRight(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxRight.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxRight_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">AppendMaxRight(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxRight constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxRight_GrapeCity_Documents_Layout_Contour_GrapeCity_Documents_Layout_ContourPosition_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxRight(GrapeCity.Documents.Layout.Contour,GrapeCity.Documents.Layout.ContourPosition)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxRight.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxRight_GrapeCity_Documents_Layout_Contour_GrapeCity_Documents_Layout_ContourPosition_">AppendMaxRight(Contour, ContourPosition)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxRight constraint relative to <code class="paramref">contour</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxRight_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxRight(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxRight.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxRight_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">AppendMaxRight(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxRight constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxTop_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxTop(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxTop.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxTop_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">AppendMaxTop(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxTop constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxTop_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxTop(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxTop.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxTop_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">AppendMaxTop(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxTop constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxWidth_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxWidth(GrapeCity.Documents.Layout.AnchorPoint,GrapeCity.Documents.Layout.AnchorPoint,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxWidth.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxWidth_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_">AppendMaxWidth(AnchorPoint, AnchorPoint, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxWidth constraint relative to the distance between <code class="paramref">anchorPoint1</code> and <code class="paramref">anchorPoint2</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxWidth_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxWidth(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxWidth.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxWidth_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_">AppendMaxWidth(LayoutRect, AnchorParam, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxWidth constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMaxWidth_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMaxWidth(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMaxWidth.html#GrapeCity_Documents_Layout_LayoutRect_AppendMaxWidth_System_Single_">AppendMaxWidth(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MaxWidth constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinBottom_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinBottom(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinBottom.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinBottom_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">AppendMinBottom(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinBottom constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinBottom_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinBottom(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinBottom.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinBottom_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">AppendMinBottom(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinBottom constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinHeight_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinHeight(GrapeCity.Documents.Layout.AnchorPoint,GrapeCity.Documents.Layout.AnchorPoint,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinHeight.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinHeight_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_">AppendMinHeight(AnchorPoint, AnchorPoint, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinHeight constraint relative to the distance between <code class="paramref">anchorPoint1</code> and <code class="paramref">anchorPoint2</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinHeight_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinHeight(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinHeight.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinHeight_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_">AppendMinHeight(LayoutRect, AnchorParam, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinHeight constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinHeight_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinHeight(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinHeight.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinHeight_System_Single_">AppendMinHeight(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinHeight constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinLeft_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinLeft(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinLeft.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinLeft_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">AppendMinLeft(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinLeft constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinLeft_GrapeCity_Documents_Layout_Contour_GrapeCity_Documents_Layout_ContourPosition_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinLeft(GrapeCity.Documents.Layout.Contour,GrapeCity.Documents.Layout.ContourPosition)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinLeft.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinLeft_GrapeCity_Documents_Layout_Contour_GrapeCity_Documents_Layout_ContourPosition_">AppendMinLeft(Contour, ContourPosition)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinLeft constraint relative to <code class="paramref">contour</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinLeft_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinLeft(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinLeft.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinLeft_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">AppendMinLeft(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinLeft constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinRight_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinRight(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinRight.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinRight_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">AppendMinRight(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinRight constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinRight_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinRight(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinRight.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinRight_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">AppendMinRight(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinRight constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinTop_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinTop(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinTop.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinTop_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">AppendMinTop(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinTop constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinTop_GrapeCity_Documents_Layout_Contour_GrapeCity_Documents_Layout_ContourPosition_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinTop(GrapeCity.Documents.Layout.Contour,GrapeCity.Documents.Layout.ContourPosition)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinTop.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinTop_GrapeCity_Documents_Layout_Contour_GrapeCity_Documents_Layout_ContourPosition_">AppendMinTop(Contour, ContourPosition)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinTop constraint relative to <code class="paramref">contour</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinTop_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinTop(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinTop.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinTop_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">AppendMinTop(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinTop constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinWidth_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinWidth(GrapeCity.Documents.Layout.AnchorPoint,GrapeCity.Documents.Layout.AnchorPoint,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinWidth.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinWidth_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_">AppendMinWidth(AnchorPoint, AnchorPoint, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinWidth constraint relative to the distance between <code class="paramref">anchorPoint1</code> and <code class="paramref">anchorPoint2</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinWidth_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinWidth(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinWidth.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinWidth_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_">AppendMinWidth(LayoutRect, AnchorParam, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinWidth constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendMinWidth_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendMinWidth(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendMinWidth.html#GrapeCity_Documents_Layout_LayoutRect_AppendMinWidth_System_Single_">AppendMinWidth(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a MinWidth constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendPositionConstraint_GrapeCity_Documents_Layout_TargetParam_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendPositionConstraint(GrapeCity.Documents.Layout.TargetParam,GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendPositionConstraint.html#GrapeCity_Documents_Layout_LayoutRect_AppendPositionConstraint_GrapeCity_Documents_Layout_TargetParam_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">AppendPositionConstraint(TargetParam, AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Layout.PositionConstraint.html">PositionConstraint</a> relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendPositionConstraint_GrapeCity_Documents_Layout_TargetParam_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendPositionConstraint(GrapeCity.Documents.Layout.TargetParam,GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendPositionConstraint.html#GrapeCity_Documents_Layout_LayoutRect_AppendPositionConstraint_GrapeCity_Documents_Layout_TargetParam_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">AppendPositionConstraint(TargetParam, LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Layout.PositionConstraint.html">PositionConstraint</a> relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendSizeConstraint_GrapeCity_Documents_Layout_TargetParam_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendSizeConstraint(GrapeCity.Documents.Layout.TargetParam,GrapeCity.Documents.Layout.AnchorPoint,GrapeCity.Documents.Layout.AnchorPoint,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendSizeConstraint.html#GrapeCity_Documents_Layout_LayoutRect_AppendSizeConstraint_GrapeCity_Documents_Layout_TargetParam_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_">AppendSizeConstraint(TargetParam, AnchorPoint, AnchorPoint, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Layout.SizeConstraint.html">SizeConstraint</a> relative to the distance between <code class="paramref">anchorPoint1</code> and <code class="paramref">anchorPoint2</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendSizeConstraint_GrapeCity_Documents_Layout_TargetParam_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendSizeConstraint(GrapeCity.Documents.Layout.TargetParam,GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendSizeConstraint.html#GrapeCity_Documents_Layout_LayoutRect_AppendSizeConstraint_GrapeCity_Documents_Layout_TargetParam_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_">AppendSizeConstraint(TargetParam, LayoutRect, AnchorParam, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Layout.SizeConstraint.html">SizeConstraint</a> relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendSizeConstraint_GrapeCity_Documents_Layout_TargetParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendSizeConstraint(GrapeCity.Documents.Layout.TargetParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendSizeConstraint.html#GrapeCity_Documents_Layout_LayoutRect_AppendSizeConstraint_GrapeCity_Documents_Layout_TargetParam_System_Single_">AppendSizeConstraint(TargetParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Documents.Layout.SizeConstraint.html">SizeConstraint</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AppendStarSizeConstraint_GrapeCity_Documents_Layout_TargetParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.AppendStarSizeConstraint(GrapeCity.Documents.Layout.TargetParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AppendStarSizeConstraint.html#GrapeCity_Documents_Layout_LayoutRect_AppendStarSizeConstraint_GrapeCity_Documents_Layout_TargetParam_System_Single_">AppendStarSizeConstraint(TargetParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a StarWidth or StarHeight constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_AsRectF" data-uid="GrapeCity.Documents.Layout.LayoutRect.AsRectF">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.AsRectF.html#GrapeCity_Documents_Layout_LayoutRect_AsRectF">AsRectF()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a> with the same Width and Height as this <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_Contains_GrapeCity_Documents_Layout_LayoutRect_" data-uid="GrapeCity.Documents.Layout.LayoutRect.Contains(GrapeCity.Documents.Layout.LayoutRect)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.Contains.html#GrapeCity_Documents_Layout_LayoutRect_Contains_GrapeCity_Documents_Layout_LayoutRect_">Contains(LayoutRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if the rectangular region represented by <code class="paramref">otherRect</code> is entirely contained within this <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_CreatePoint_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.CreatePoint(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.CreatePoint.html#GrapeCity_Documents_Layout_LayoutRect_CreatePoint_System_Single_System_Single_System_Single_System_Single_">CreatePoint(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a point to be used as an anchor for other <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_DetachFromView" data-uid="GrapeCity.Documents.Layout.LayoutRect.DetachFromView">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.DetachFromView.html#GrapeCity_Documents_Layout_LayoutRect_DetachFromView">DetachFromView()</a>
        </td>
        <td class="markdown level1 summary"><p>Detaches the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> from its owner <a class="xref" href="GrapeCity.Documents.Layout.LayoutView.html">LayoutView</a>
and removes all constraints referencing the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_GetAngleConstraint" data-uid="GrapeCity.Documents.Layout.LayoutRect.GetAngleConstraint">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.GetAngleConstraint.html#GrapeCity_Documents_Layout_LayoutRect_GetAngleConstraint">GetAngleConstraint()</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the <a class="xref" href="GrapeCity.Documents.Layout.AngleConstraint.html">AngleConstraint</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_GetAngleRelativeTo_GrapeCity_Documents_Layout_LayoutRect_" data-uid="GrapeCity.Documents.Layout.LayoutRect.GetAngleRelativeTo(GrapeCity.Documents.Layout.LayoutRect)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.GetAngleRelativeTo.html#GrapeCity_Documents_Layout_LayoutRect_GetAngleRelativeTo_GrapeCity_Documents_Layout_LayoutRect_">GetAngleRelativeTo(LayoutRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rotation angle of the current <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> from the standpoint of the <code class="paramref">targetRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_GetAspectRatioConstraint" data-uid="GrapeCity.Documents.Layout.LayoutRect.GetAspectRatioConstraint">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.GetAspectRatioConstraint.html#GrapeCity_Documents_Layout_LayoutRect_GetAspectRatioConstraint">GetAspectRatioConstraint()</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the <a class="xref" href="GrapeCity.Documents.Layout.AspectRatioConstraint.html">AspectRatioConstraint</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_GetConstraint_GrapeCity_Documents_Layout_TargetParam_" data-uid="GrapeCity.Documents.Layout.LayoutRect.GetConstraint(GrapeCity.Documents.Layout.TargetParam)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.GetConstraint.html#GrapeCity_Documents_Layout_LayoutRect_GetConstraint_GrapeCity_Documents_Layout_TargetParam_">GetConstraint(TargetParam)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the first constraint for the specified target parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_GetConstraint_GrapeCity_Documents_Layout_TargetParam_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_" data-uid="GrapeCity.Documents.Layout.LayoutRect.GetConstraint(GrapeCity.Documents.Layout.TargetParam,GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.GetConstraint.html#GrapeCity_Documents_Layout_LayoutRect_GetConstraint_GrapeCity_Documents_Layout_TargetParam_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_">GetConstraint(TargetParam, LayoutRect, AnchorParam)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for a constraint for the specified target parameter, referencing the given <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_GetContourConstraints" data-uid="GrapeCity.Documents.Layout.LayoutRect.GetContourConstraints">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.GetContourConstraints.html#GrapeCity_Documents_Layout_LayoutRect_GetContourConstraints">GetContourConstraints()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the list of <a class="xref" href="GrapeCity.Documents.Layout.ContourConstraint.html">ContourConstraint</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_GetIntersectionRelativeToSelf_GrapeCity_Documents_Layout_LayoutRect_" data-uid="GrapeCity.Documents.Layout.LayoutRect.GetIntersectionRelativeToSelf(GrapeCity.Documents.Layout.LayoutRect)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.GetIntersectionRelativeToSelf.html#GrapeCity_Documents_Layout_LayoutRect_GetIntersectionRelativeToSelf_GrapeCity_Documents_Layout_LayoutRect_">GetIntersectionRelativeToSelf(LayoutRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a> that represents the intersection of two rectangles, relative to this <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_GetIntersectionRelativeToView_GrapeCity_Documents_Layout_LayoutRect_" data-uid="GrapeCity.Documents.Layout.LayoutRect.GetIntersectionRelativeToView(GrapeCity.Documents.Layout.LayoutRect)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.GetIntersectionRelativeToView.html#GrapeCity_Documents_Layout_LayoutRect_GetIntersectionRelativeToView_GrapeCity_Documents_Layout_LayoutRect_">GetIntersectionRelativeToView(LayoutRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a> that represents the intersection of two rectangles, relative to the view rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_GetPositionConstraint_GrapeCity_Documents_Layout_TargetParam_" data-uid="GrapeCity.Documents.Layout.LayoutRect.GetPositionConstraint(GrapeCity.Documents.Layout.TargetParam)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.GetPositionConstraint.html#GrapeCity_Documents_Layout_LayoutRect_GetPositionConstraint_GrapeCity_Documents_Layout_TargetParam_">GetPositionConstraint(TargetParam)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the first <a class="xref" href="GrapeCity.Documents.Layout.PositionConstraint.html">PositionConstraint</a> for the specified target parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_GetSizeConstraint_GrapeCity_Documents_Layout_TargetParam_" data-uid="GrapeCity.Documents.Layout.LayoutRect.GetSizeConstraint(GrapeCity.Documents.Layout.TargetParam)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.GetSizeConstraint.html#GrapeCity_Documents_Layout_LayoutRect_GetSizeConstraint_GrapeCity_Documents_Layout_TargetParam_">GetSizeConstraint(TargetParam)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the first <a class="xref" href="GrapeCity.Documents.Layout.SizeConstraint.html">SizeConstraint</a> for the specified target parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_GetStarSizeConstraint_GrapeCity_Documents_Layout_TargetParam_" data-uid="GrapeCity.Documents.Layout.LayoutRect.GetStarSizeConstraint(GrapeCity.Documents.Layout.TargetParam)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.GetStarSizeConstraint.html#GrapeCity_Documents_Layout_LayoutRect_GetStarSizeConstraint_GrapeCity_Documents_Layout_TargetParam_">GetStarSizeConstraint(TargetParam)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the <a class="xref" href="GrapeCity.Documents.Layout.StarSizeConstraint.html">StarSizeConstraint</a> for the specified target parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_IntersectsWith_GrapeCity_Documents_Layout_LayoutRect_" data-uid="GrapeCity.Documents.Layout.LayoutRect.IntersectsWith(GrapeCity.Documents.Layout.LayoutRect)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.IntersectsWith.html#GrapeCity_Documents_Layout_LayoutRect_IntersectsWith_GrapeCity_Documents_Layout_LayoutRect_">IntersectsWith(LayoutRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if this <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> intersects with <code class="paramref">otherRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_RemoveAllConstraints" data-uid="GrapeCity.Documents.Layout.LayoutRect.RemoveAllConstraints">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.RemoveAllConstraints.html#GrapeCity_Documents_Layout_LayoutRect_RemoveAllConstraints">RemoveAllConstraints()</a>
        </td>
        <td class="markdown level1 summary"><p>Detaches all constraints from the current <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_RemoveConstraint_GrapeCity_Documents_Layout_Constraint_" data-uid="GrapeCity.Documents.Layout.LayoutRect.RemoveConstraint(GrapeCity.Documents.Layout.Constraint)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.RemoveConstraint.html#GrapeCity_Documents_Layout_LayoutRect_RemoveConstraint_GrapeCity_Documents_Layout_Constraint_">RemoveConstraint(Constraint)</a>
        </td>
        <td class="markdown level1 summary"><p>Detaches the specified <a class="xref" href="GrapeCity.Documents.Layout.Constraint.html">Constraint</a> from the <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_RemoveConstraint_GrapeCity_Documents_Layout_TargetParam_" data-uid="GrapeCity.Documents.Layout.LayoutRect.RemoveConstraint(GrapeCity.Documents.Layout.TargetParam)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.RemoveConstraint.html#GrapeCity_Documents_Layout_LayoutRect_RemoveConstraint_GrapeCity_Documents_Layout_TargetParam_">RemoveConstraint(TargetParam)</a>
        </td>
        <td class="markdown level1 summary"><p>Detaches the first constraint for the specified target parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetAngle_GrapeCity_Documents_Layout_LayoutRect_System_Int32_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetAngle(GrapeCity.Documents.Layout.LayoutRect,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetAngle.html#GrapeCity_Documents_Layout_LayoutRect_SetAngle_GrapeCity_Documents_Layout_LayoutRect_System_Int32_">SetAngle(LayoutRect, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an Angle constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetAspectRatio_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetAspectRatio(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetAspectRatio.html#GrapeCity_Documents_Layout_LayoutRect_SetAspectRatio_System_Single_">SetAspectRatio(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an AspectRatio constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetBottom_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetBottom(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetBottom.html#GrapeCity_Documents_Layout_LayoutRect_SetBottom_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">SetBottom(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Bottom constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetBottom_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetBottom(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetBottom.html#GrapeCity_Documents_Layout_LayoutRect_SetBottom_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">SetBottom(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Bottom constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetBottomAndOpposite_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetBottomAndOpposite(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetBottomAndOpposite.html#GrapeCity_Documents_Layout_LayoutRect_SetBottomAndOpposite_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">SetBottomAndOpposite(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Bottom constraint relative to <code class="paramref">anchorRect</code> and the corresponding opposite constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetHeight_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetHeight(GrapeCity.Documents.Layout.AnchorPoint,GrapeCity.Documents.Layout.AnchorPoint,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetHeight.html#GrapeCity_Documents_Layout_LayoutRect_SetHeight_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_">SetHeight(AnchorPoint, AnchorPoint, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Height constraint relative to the distance between <code class="paramref">anchorPoint1</code> and <code class="paramref">anchorPoint2</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetHeight_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetHeight(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetHeight.html#GrapeCity_Documents_Layout_LayoutRect_SetHeight_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_">SetHeight(LayoutRect, AnchorParam, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Height constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetHeight_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetHeight(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetHeight.html#GrapeCity_Documents_Layout_LayoutRect_SetHeight_System_Single_">SetHeight(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Height constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetHorizontalCenter_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetHorizontalCenter(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetHorizontalCenter.html#GrapeCity_Documents_Layout_LayoutRect_SetHorizontalCenter_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">SetHorizontalCenter(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a HorizontalCenter constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetHorizontalCenter_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetHorizontalCenter(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetHorizontalCenter.html#GrapeCity_Documents_Layout_LayoutRect_SetHorizontalCenter_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">SetHorizontalCenter(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a HorizontalCenter constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetLeft_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetLeft(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetLeft.html#GrapeCity_Documents_Layout_LayoutRect_SetLeft_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">SetLeft(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Left constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetLeft_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetLeft(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetLeft.html#GrapeCity_Documents_Layout_LayoutRect_SetLeft_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">SetLeft(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Left constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetLeftAndOpposite_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetLeftAndOpposite(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetLeftAndOpposite.html#GrapeCity_Documents_Layout_LayoutRect_SetLeftAndOpposite_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">SetLeftAndOpposite(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Left constraint relative to <code class="paramref">anchorRect</code> and the corresponding opposite constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetRight_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetRight(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetRight.html#GrapeCity_Documents_Layout_LayoutRect_SetRight_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">SetRight(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Right constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetRight_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetRight(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetRight.html#GrapeCity_Documents_Layout_LayoutRect_SetRight_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">SetRight(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Right constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetRightAndOpposite_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetRightAndOpposite(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetRightAndOpposite.html#GrapeCity_Documents_Layout_LayoutRect_SetRightAndOpposite_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">SetRightAndOpposite(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Right constraint relative to <code class="paramref">anchorRect</code> and the corresponding opposite constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetStarHeight_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetStarHeight(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetStarHeight.html#GrapeCity_Documents_Layout_LayoutRect_SetStarHeight_System_Single_">SetStarHeight(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a StarHeight constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetStarWidth_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetStarWidth(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetStarWidth.html#GrapeCity_Documents_Layout_LayoutRect_SetStarWidth_System_Single_">SetStarWidth(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a StarWidth constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetTop_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetTop(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetTop.html#GrapeCity_Documents_Layout_LayoutRect_SetTop_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">SetTop(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Top constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetTop_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetTop(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetTop.html#GrapeCity_Documents_Layout_LayoutRect_SetTop_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">SetTop(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Top constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetTopAndOpposite_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetTopAndOpposite(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetTopAndOpposite.html#GrapeCity_Documents_Layout_LayoutRect_SetTopAndOpposite_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">SetTopAndOpposite(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Top constraint relative to <code class="paramref">anchorRect</code> and the corresponding opposite constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetVerticalCenter_GrapeCity_Documents_Layout_AnchorPoint_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetVerticalCenter(GrapeCity.Documents.Layout.AnchorPoint,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetVerticalCenter.html#GrapeCity_Documents_Layout_LayoutRect_SetVerticalCenter_GrapeCity_Documents_Layout_AnchorPoint_System_Single_">SetVerticalCenter(AnchorPoint, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a VerticalCenter constraint relative to <code class="paramref">anchorPoint</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetVerticalCenter_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetVerticalCenter(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetVerticalCenter.html#GrapeCity_Documents_Layout_LayoutRect_SetVerticalCenter_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_">SetVerticalCenter(LayoutRect, AnchorParam, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a VerticalCenter constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetWidth_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetWidth(GrapeCity.Documents.Layout.AnchorPoint,GrapeCity.Documents.Layout.AnchorPoint,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetWidth.html#GrapeCity_Documents_Layout_LayoutRect_SetWidth_GrapeCity_Documents_Layout_AnchorPoint_GrapeCity_Documents_Layout_AnchorPoint_System_Single_System_Single_">SetWidth(AnchorPoint, AnchorPoint, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Width constraint relative to the distance between <code class="paramref">anchorPoint1</code> and <code class="paramref">anchorPoint2</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetWidth_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetWidth(GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Layout.AnchorParam,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetWidth.html#GrapeCity_Documents_Layout_LayoutRect_SetWidth_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Layout_AnchorParam_System_Single_System_Single_">SetWidth(LayoutRect, AnchorParam, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Width constraint relative to <code class="paramref">anchorRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_SetWidth_System_Single_" data-uid="GrapeCity.Documents.Layout.LayoutRect.SetWidth(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.SetWidth.html#GrapeCity_Documents_Layout_LayoutRect_SetWidth_System_Single_">SetWidth(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a Width constraint.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_ToRectangleF_GrapeCity_Documents_Layout_LayoutRect_" data-uid="GrapeCity.Documents.Layout.LayoutRect.ToRectangleF(GrapeCity.Documents.Layout.LayoutRect)">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.ToRectangleF.html#GrapeCity_Documents_Layout_LayoutRect_ToRectangleF_GrapeCity_Documents_Layout_LayoutRect_">ToRectangleF(LayoutRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a> relative to the <code class="paramref">targetRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_LayoutRect_ToString" data-uid="GrapeCity.Documents.Layout.LayoutRect.ToString">
          <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.ToString.html#GrapeCity_Documents_Layout_LayoutRect_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
