# GrapeCity.Wpf.SpreadSheet.ImageVisualizer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_ImageVisualizer" data-uid="GrapeCity.Wpf.SpreadSheet.ImageVisualizer" class="text-break">ImageVisualizer Class
</h1>
  <div class="markdown level0 summary"><p>Represents the image visualizer.</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="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.html">FunctionVisualizer</a></div>
    <div class="level2"><span class="xref">ImageVisualizer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.CalcEngine.IFunctionVisualizer.html">IFunctionVisualizer</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_ImageVisualizer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ImageVisualizer : FunctionVisualizer, IFunctionVisualizer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ImageVisualizer
    Inherits FunctionVisualizer
    Implements IFunctionVisualizer</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_Wpf_SpreadSheet_ImageVisualizer__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.ImageVisualizer.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ImageVisualizer.-ctor.html#GrapeCity_Wpf_SpreadSheet_ImageVisualizer__ctor">ImageVisualizer()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_ImageVisualizer_Default" data-uid="GrapeCity.Wpf.SpreadSheet.ImageVisualizer.Default">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ImageVisualizer.Default.html">Default</a>
        </td>
        <td class="markdown level1 summary"><p>The default image visualizer.</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="GrapeCity_Wpf_SpreadSheet_ImageVisualizer_IsBackgroundSupported" data-uid="GrapeCity.Wpf.SpreadSheet.ImageVisualizer.IsBackgroundSupported">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ImageVisualizer.IsBackgroundSupported.html#GrapeCity_Wpf_SpreadSheet_ImageVisualizer_IsBackgroundSupported">IsBackgroundSupported</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this function visualizer support painting background.</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_Wpf_SpreadSheet_ImageVisualizer_IsShowCell_System_Object_" data-uid="GrapeCity.Wpf.SpreadSheet.ImageVisualizer.IsShowCell(System.Object)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ImageVisualizer.IsShowCell.html#GrapeCity_Wpf_SpreadSheet_ImageVisualizer_IsShowCell_System_Object_">IsShowCell(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets boolean value that specifies if the cell is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_ImageVisualizer_PaintContent_GrapeCity_Wpf_SpreadSheet_PaintingContext_GrapeCity_Wpf_SpreadSheet_CellData_" data-uid="GrapeCity.Wpf.SpreadSheet.ImageVisualizer.PaintContent(GrapeCity.Wpf.SpreadSheet.PaintingContext,GrapeCity.Wpf.SpreadSheet.CellData)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ImageVisualizer.PaintContent.html#GrapeCity_Wpf_SpreadSheet_ImageVisualizer_PaintContent_GrapeCity_Wpf_SpreadSheet_PaintingContext_GrapeCity_Wpf_SpreadSheet_CellData_">PaintContent(PaintingContext, CellData)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the content of a cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
