# FarPoint.Win.Spread.ImageFocusIndicatorRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_ImageFocusIndicatorRenderer" data-uid="FarPoint.Win.Spread.ImageFocusIndicatorRenderer" class="text-break">ImageFocusIndicatorRenderer Class
</h1>
  <div class="markdown level0 summary"><p>Represents the renderer of the image focus indicator.</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">ImageFocusIndicatorRenderer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Spread.IFocusIndicatorRenderer.html">IFocusIndicatorRenderer</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_ImageFocusIndicatorRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_nc))]
public class ImageFocusIndicatorRenderer : IFocusIndicatorRenderer, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_nc))&gt;
Public Class ImageFocusIndicatorRenderer
    Implements IFocusIndicatorRenderer, ISerializeSupport</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="FarPoint_Win_Spread_ImageFocusIndicatorRenderer__ctor" data-uid="FarPoint.Win.Spread.ImageFocusIndicatorRenderer.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.ImageFocusIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_ImageFocusIndicatorRenderer__ctor">ImageFocusIndicatorRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new renderer of the image focus indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ImageFocusIndicatorRenderer__ctor_System_Drawing_Image_System_Drawing_Color_" data-uid="FarPoint.Win.Spread.ImageFocusIndicatorRenderer.#ctor(System.Drawing.Image,System.Drawing.Color)">
          <a class="xref" href="FarPoint.Win.Spread.ImageFocusIndicatorRenderer.-ctor.html#FarPoint_Win_Spread_ImageFocusIndicatorRenderer__ctor_System_Drawing_Image_System_Drawing_Color_">ImageFocusIndicatorRenderer(Image, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new renderer of the image focus indicator.</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="FarPoint_Win_Spread_ImageFocusIndicatorRenderer_Image" data-uid="FarPoint.Win.Spread.ImageFocusIndicatorRenderer.Image">
          <a class="xref" href="FarPoint.Win.Spread.ImageFocusIndicatorRenderer.Image.html#FarPoint_Win_Spread_ImageFocusIndicatorRenderer_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image to use for rendering the custom focus indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ImageFocusIndicatorRenderer_TransparencyColor" data-uid="FarPoint.Win.Spread.ImageFocusIndicatorRenderer.TransparencyColor">
          <a class="xref" href="FarPoint.Win.Spread.ImageFocusIndicatorRenderer.TransparencyColor.html#FarPoint_Win_Spread_ImageFocusIndicatorRenderer_TransparencyColor">TransparencyColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the transparency color of the custom focus indicator.</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="FarPoint_Win_Spread_ImageFocusIndicatorRenderer_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.ImageFocusIndicatorRenderer.Paint(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.ImageFocusIndicatorRenderer.Paint.html#FarPoint_Win_Spread_ImageFocusIndicatorRenderer_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">Paint(Graphics, int, int, int, int, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the cell with the image focus indicator using the specified control and dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ImageFocusIndicatorRenderer_ToString" data-uid="FarPoint.Win.Spread.ImageFocusIndicatorRenderer.ToString">
          <a class="xref" href="FarPoint.Win.Spread.ImageFocusIndicatorRenderer.ToString.html#FarPoint_Win_Spread_ImageFocusIndicatorRenderer_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the name of the renderer as a string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
