# GrapeCity.Documents.Layout.AnchorPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Layout_AnchorPoint" data-uid="GrapeCity.Documents.Layout.AnchorPoint" class="text-break">AnchorPoint Class
</h1>
  <div class="markdown level0 summary"><p>Represents a point to be used as an anchor.</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">AnchorPoint</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_AnchorPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AnchorPoint</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AnchorPoint</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_AnchorPoint_HeightFactor" data-uid="GrapeCity.Documents.Layout.AnchorPoint.HeightFactor">
          <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.HeightFactor.html#GrapeCity_Documents_Layout_AnchorPoint_HeightFactor">HeightFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value to be multiplied by <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.Height.html#GrapeCity_Documents_Layout_LayoutRect_Height">Height</a> before adding to the position of the <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.Rect.html#GrapeCity_Documents_Layout_AnchorPoint_Rect">Rect</a>'s top side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorPoint_LeftOffset" data-uid="GrapeCity.Documents.Layout.AnchorPoint.LeftOffset">
          <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.LeftOffset.html#GrapeCity_Documents_Layout_AnchorPoint_LeftOffset">LeftOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value to be added to the position of the <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.Rect.html#GrapeCity_Documents_Layout_AnchorPoint_Rect">Rect</a>'s left side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorPoint_Location" data-uid="GrapeCity.Documents.Layout.AnchorPoint.Location">
          <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.Location.html#GrapeCity_Documents_Layout_AnchorPoint_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of the point relative to the owner <a class="xref" href="GrapeCity.Documents.Layout.LayoutView.html">LayoutView</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorPoint_Rect" data-uid="GrapeCity.Documents.Layout.AnchorPoint.Rect">
          <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.Rect.html#GrapeCity_Documents_Layout_AnchorPoint_Rect">Rect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorPoint_TopOffset" data-uid="GrapeCity.Documents.Layout.AnchorPoint.TopOffset">
          <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.TopOffset.html#GrapeCity_Documents_Layout_AnchorPoint_TopOffset">TopOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value to be added to the position of the <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.Rect.html#GrapeCity_Documents_Layout_AnchorPoint_Rect">Rect</a>'s top side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorPoint_Transform" data-uid="GrapeCity.Documents.Layout.AnchorPoint.Transform">
          <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.Transform.html#GrapeCity_Documents_Layout_AnchorPoint_Transform">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the transformation matrix of the <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.html">AnchorPoint</a> taking into account the owner <a class="xref" href="GrapeCity.Documents.Layout.LayoutView.html">LayoutView</a>
transformation and the current position of the point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorPoint_TransformedLocation" data-uid="GrapeCity.Documents.Layout.AnchorPoint.TransformedLocation">
          <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.TransformedLocation.html#GrapeCity_Documents_Layout_AnchorPoint_TransformedLocation">TransformedLocation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of the point relative to the <a class="xref" href="GrapeCity.Documents.Layout.LayoutHost.html">LayoutHost</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorPoint_View" data-uid="GrapeCity.Documents.Layout.AnchorPoint.View">
          <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.View.html#GrapeCity_Documents_Layout_AnchorPoint_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_AnchorPoint_WidthFactor" data-uid="GrapeCity.Documents.Layout.AnchorPoint.WidthFactor">
          <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.WidthFactor.html#GrapeCity_Documents_Layout_AnchorPoint_WidthFactor">WidthFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value to be multiplied by <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.Width.html#GrapeCity_Documents_Layout_LayoutRect_Width">Width</a> before adding to the position of the <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.Rect.html#GrapeCity_Documents_Layout_AnchorPoint_Rect">Rect</a>'s left side.</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_AnchorPoint_MapToRect_GrapeCity_Documents_Layout_LayoutRect_" data-uid="GrapeCity.Documents.Layout.AnchorPoint.MapToRect(GrapeCity.Documents.Layout.LayoutRect)">
          <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.MapToRect.html#GrapeCity_Documents_Layout_AnchorPoint_MapToRect_GrapeCity_Documents_Layout_LayoutRect_">MapToRect(LayoutRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms the location of <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.html">AnchorPoint</a> to the coordinate system of the <code class="paramref">targetRect</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Layout_AnchorPoint_MapToView_GrapeCity_Documents_Layout_LayoutView_" data-uid="GrapeCity.Documents.Layout.AnchorPoint.MapToView(GrapeCity.Documents.Layout.LayoutView)">
          <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.MapToView.html#GrapeCity_Documents_Layout_AnchorPoint_MapToView_GrapeCity_Documents_Layout_LayoutView_">MapToView(LayoutView)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms the location of <a class="xref" href="GrapeCity.Documents.Layout.AnchorPoint.html">AnchorPoint</a> to another view's coordinates.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
