# GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.PointFieldToContainer

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_Field_PointFieldToContainer_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.PointFieldToContainer*">PointFieldToContainer Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_Fields_Field_PointFieldToContainer_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.PointFieldToContainer*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_Field_PointFieldToContainer_System_Drawing_Point_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.Field.PointFieldToContainer(System.Drawing.Point)">PointFieldToContainer(Point)</h4>
<div class="markdown level1 summary"><p>Computes the location of the specified field point into container coordinates.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Point PointFieldToContainer(Point point)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function PointFieldToContainer(point As Point) As Point</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a></td>
      <td><span class="parametername">point</span></td>
      <td><p>The field coordinate <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a> to convert.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a> that represents the converted
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a>, p, in container coordinates.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_Field_PointFieldToContainer_System_Drawing_Point__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method converts the point in the field coordinates to a new point in the container coordinates.</p>
</div>
</div>
