# GrapeCity.Spreadsheet.Drawing.IPictureEffect

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IPictureEffect" data-uid="GrapeCity.Spreadsheet.Drawing.IPictureEffect" class="text-break">IPictureEffect Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a picture effect.</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_IPictureEffect_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPictureEffect</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPictureEffect</code></pre>
  </div>
  <h5 id="GrapeCity_Spreadsheet_Drawing_IPictureEffect_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Picture effects are processed as a chain composed of individual items that are applied in sequence to create the final composited image.
An effects chain will allow an effect to be added to the chain, reordered, or removed from the chain.</p>
</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_IPictureEffect_EffectParameters" data-uid="GrapeCity.Spreadsheet.Drawing.IPictureEffect.EffectParameters">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffect.EffectParameters.html#GrapeCity_Spreadsheet_Drawing_IPictureEffect_EffectParameters">EffectParameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets all <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IEffectParameter.html">IEffectParameter</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IPictureEffect_Position" data-uid="GrapeCity.Spreadsheet.Drawing.IPictureEffect.Position">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffect.Position.html#GrapeCity_Spreadsheet_Drawing_IPictureEffect_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of a picture effect in a chain of composite effects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IPictureEffect_Type" data-uid="GrapeCity.Spreadsheet.Drawing.IPictureEffect.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffect.Type.html#GrapeCity_Spreadsheet_Drawing_IPictureEffect_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of PictureEffect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IPictureEffect_Visible" data-uid="GrapeCity.Spreadsheet.Drawing.IPictureEffect.Visible">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffect.Visible.html#GrapeCity_Spreadsheet_Drawing_IPictureEffect_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffect.html">IPictureEffect</a> is visible.</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_Spreadsheet_Drawing_IPictureEffect_Delete" data-uid="GrapeCity.Spreadsheet.Drawing.IPictureEffect.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IPictureEffect.Delete.html#GrapeCity_Spreadsheet_Drawing_IPictureEffect_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes a PictureEffect object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
