# GrapeCity.Documents.Imaging.BaseInplaceEffect

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_BaseInplaceEffect" data-uid="GrapeCity.Documents.Imaging.BaseInplaceEffect" class="text-break">BaseInplaceEffect Class
</h1>
  <div class="markdown level0 summary"><p>The base class for all in-place effects, not creating a new <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmap.html">GcBitmap</a>.</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">BaseInplaceEffect</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.BradleyThresholdingEffect.html">BradleyThresholdingEffect</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.BrightnessContrastEffect.html">BrightnessContrastEffect</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.DitheringEffect.html">DitheringEffect</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.GammaCorrectionEffect.html">GammaCorrectionEffect</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.GaussianBlurEffect.html">GaussianBlurEffect</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.GrayscaleEffect.html">GrayscaleEffect</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.OpacityEffect.html">OpacityEffect</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Imaging.OtsuThresholdingEffect.html">OtsuThresholdingEffect</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.html">GrapeCity.Documents.Imaging</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_BaseInplaceEffect_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseInplaceEffect</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BaseInplaceEffect</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="GrapeCity_Documents_Imaging_BaseInplaceEffect__ctor" data-uid="GrapeCity.Documents.Imaging.BaseInplaceEffect.#ctor">
          <a class="xref" href="GrapeCity.Documents.Imaging.BaseInplaceEffect.-ctor.html#GrapeCity_Documents_Imaging_BaseInplaceEffect__ctor">BaseInplaceEffect()</a>
        </td>
        <td class="markdown level1 summary"></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="GrapeCity_Documents_Imaging_BaseInplaceEffect_SupportsPremultiplied" data-uid="GrapeCity.Documents.Imaging.BaseInplaceEffect.SupportsPremultiplied">
          <a class="xref" href="GrapeCity.Documents.Imaging.BaseInplaceEffect.SupportsPremultiplied.html#GrapeCity_Documents_Imaging_BaseInplaceEffect_SupportsPremultiplied">SupportsPremultiplied</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the effect can be applied to an image with premultiplied alpha channel.</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_Imaging_BaseInplaceEffect_Apply_GrapeCity_Documents_Imaging_GcBitmap_" data-uid="GrapeCity.Documents.Imaging.BaseInplaceEffect.Apply(GrapeCity.Documents.Imaging.GcBitmap)">
          <a class="xref" href="GrapeCity.Documents.Imaging.BaseInplaceEffect.Apply.html#GrapeCity_Documents_Imaging_BaseInplaceEffect_Apply_GrapeCity_Documents_Imaging_GcBitmap_">Apply(GcBitmap)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the effect to the specified <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmap.html">GcBitmap</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_BaseInplaceEffect_Apply_GrapeCity_Documents_Imaging_GcBitmap_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Imaging.BaseInplaceEffect.Apply(GrapeCity.Documents.Imaging.GcBitmap,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Imaging.BaseInplaceEffect.Apply.html#GrapeCity_Documents_Imaging_BaseInplaceEffect_Apply_GrapeCity_Documents_Imaging_GcBitmap_System_Int32_System_Int32_System_Int32_System_Int32_">Apply(GcBitmap, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the effect to a part of the specified <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmap.html">GcBitmap</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
