# C1.Win.Bitmap.Clipper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Bitmap_Clipper" data-uid="C1.Win.Bitmap.Clipper" class="text-break">Clipper Class
</h1>
  <div class="markdown level0 summary"><p>Produces a clipped version of the bitmap for a specified rectangular region of interest.</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"><a class="xref" href="C1.Win.Bitmap.BaseTransform.html">BaseTransform</a></div>
    <div class="level2"><span class="xref">Clipper</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Bitmap.html">C1.Win.Bitmap</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Bitmap.4.8.dll</h6>
  <h5 id="C1_Win_Bitmap_Clipper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Clipper : BaseTransform</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Clipper
    Inherits BaseTransform</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Bitmap_Clipper__ctor" data-uid="C1.Win.Bitmap.Clipper.#ctor">
          <a class="xref" href="C1.Win.Bitmap.Clipper.-ctor.html#C1_Win_Bitmap_Clipper__ctor">Clipper()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Bitmap.Clipper.html">Clipper</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Bitmap_Clipper__ctor_C1_Win_Bitmap_ImageRect_" data-uid="C1.Win.Bitmap.Clipper.#ctor(C1.Win.Bitmap.ImageRect)">
          <a class="xref" href="C1.Win.Bitmap.Clipper.-ctor.html#C1_Win_Bitmap_Clipper__ctor_C1_Win_Bitmap_ImageRect_">Clipper(ImageRect)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Bitmap.Clipper.html">Clipper</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="C1_Win_Bitmap_Clipper_ImageRect" data-uid="C1.Win.Bitmap.Clipper.ImageRect">
          <a class="xref" href="C1.Win.Bitmap.Clipper.ImageRect.html#C1_Win_Bitmap_Clipper_ImageRect">ImageRect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rectangle of the bitmap to clip.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
