# FarPoint.Win.Spread.CustomFocusIndicatorRenderer.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor*">CustomFocusIndicatorRenderer Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor">CustomFocusIndicatorRenderer()</h4>
<div class="markdown level1 summary"><p>Creates a new renderer for the custom focus indicator.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CustomFocusIndicatorRenderer()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_System_Int32_" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor(System.Int32)">CustomFocusIndicatorRenderer(int)</h4>
<div class="markdown level1 summary"><p>Creates a new renderer for the custom focus indicator with the specified line thickness.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CustomFocusIndicatorRenderer(int thickness)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(thickness As Integer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">thickness</span></td>
      <td><p>Line thickness in pixels</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_System_Drawing_Bitmap_System_Int32_" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor(System.Drawing.Bitmap,System.Int32)">CustomFocusIndicatorRenderer(Bitmap, int)</h4>
<div class="markdown level1 summary"><p>Creates a new renderer for the custom focus indicator with the specified bitmap and thickness.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CustomFocusIndicatorRenderer(Bitmap bitmap, int thickness)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(bitmap As Bitmap, thickness As Integer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">Bitmap</span></td>
      <td><span class="parametername">bitmap</span></td>
      <td><p>Bitmap to use for rendering</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">thickness</span></td>
      <td><p>Line thickness in pixels</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_CustomFocusIndicatorRenderer__ctor_System_Object_" data-uid="FarPoint.Win.Spread.CustomFocusIndicatorRenderer.#ctor(System.Object)">CustomFocusIndicatorRenderer(object)</h4>
<div class="markdown level1 summary"><p>Creates a custom focus indicator by copying another.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CustomFocusIndicatorRenderer(object cloneFrom)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(cloneFrom As Object)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">cloneFrom</span></td>
      <td><p>Object from which to copy or clone this picture</p>
</td>
    </tr>
  </tbody>
</table>
</div>
