# GrapeCity.Spreadsheet.Drawing.ICrop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_ICrop" data-uid="GrapeCity.Spreadsheet.Drawing.ICrop" class="text-break">ICrop Interface
</h1>
  <div class="markdown level0 summary"><p>An object used to remove a portion of an image.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_ICrop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICrop</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICrop</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_Spreadsheet_Drawing_ICrop_PictureHeight" data-uid="GrapeCity.Spreadsheet.Drawing.ICrop.PictureHeight">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICrop.PictureHeight.html#GrapeCity_Spreadsheet_Drawing_ICrop_PictureHeight">PictureHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the image that is to be cropped.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICrop_PictureOffsetX" data-uid="GrapeCity.Spreadsheet.Drawing.ICrop.PictureOffsetX">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICrop.PictureOffsetX.html#GrapeCity_Spreadsheet_Drawing_ICrop_PictureOffsetX">PictureOffsetX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-axis offset of the image that is to be cropped.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICrop_PictureOffsetY" data-uid="GrapeCity.Spreadsheet.Drawing.ICrop.PictureOffsetY">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICrop.PictureOffsetY.html#GrapeCity_Spreadsheet_Drawing_ICrop_PictureOffsetY">PictureOffsetY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-axis offset of the image that is to be cropped.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICrop_PictureWidth" data-uid="GrapeCity.Spreadsheet.Drawing.ICrop.PictureWidth">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICrop.PictureWidth.html#GrapeCity_Spreadsheet_Drawing_ICrop_PictureWidth">PictureWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the image that is to be cropped.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICrop_ShapeHeight" data-uid="GrapeCity.Spreadsheet.Drawing.ICrop.ShapeHeight">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICrop.ShapeHeight.html#GrapeCity_Spreadsheet_Drawing_ICrop_ShapeHeight">ShapeHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of a shape that is used to crop an image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICrop_ShapeLeft" data-uid="GrapeCity.Spreadsheet.Drawing.ICrop.ShapeLeft">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICrop.ShapeLeft.html#GrapeCity_Spreadsheet_Drawing_ICrop_ShapeLeft">ShapeLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the left-side of a shape that is used to crop an image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICrop_ShapeTop" data-uid="GrapeCity.Spreadsheet.Drawing.ICrop.ShapeTop">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICrop.ShapeTop.html#GrapeCity_Spreadsheet_Drawing_ICrop_ShapeTop">ShapeTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the top-side of a shape that is used to crop an image.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_ICrop_ShapeWidth" data-uid="GrapeCity.Spreadsheet.Drawing.ICrop.ShapeWidth">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ICrop.ShapeWidth.html#GrapeCity_Spreadsheet_Drawing_ICrop_ShapeWidth">ShapeWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of a shape that is used to crop an image.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
