# C1.Framework.PathIconRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_PathIconRenderer" data-uid="C1.Framework.PathIconRenderer" class="text-break">PathIconRenderer Class
</h1>
  <div class="markdown level0 summary"><p>Provides functionality for rendering a <a class="xref" href="C1.Framework.C1PathIcon.html">C1PathIcon</a> to an <span class="xref">C1.Win.DX.Direct2D.Image</span>.</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="C1.Framework.IconRenderer.html">IconRenderer</a></div>
    <div class="level2"><a class="xref" href="C1.Framework.VectorIconRenderer.html">VectorIconRenderer</a></div>
    <div class="level3"><span class="xref">PathIconRenderer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_PathIconRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PathIconRenderer : VectorIconRenderer, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PathIconRenderer
    Inherits VectorIconRenderer
    Implements IDisposable</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="C1_Framework_PathIconRenderer__ctor_C1_Framework_C1PathIcon_System_Int32_" data-uid="C1.Framework.PathIconRenderer.#ctor(C1.Framework.C1PathIcon,System.Int32)">
          <a class="xref" href="C1.Framework.PathIconRenderer.-ctor.html#C1_Framework_PathIconRenderer__ctor_C1_Framework_C1PathIcon_System_Int32_">PathIconRenderer(C1PathIcon, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of the <a class="xref" href="C1.Framework.PathIconRenderer.html">PathIconRenderer</a> class.</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="C1_Framework_PathIconRenderer_Data" data-uid="C1.Framework.PathIconRenderer.Data">
          <a class="xref" href="C1.Framework.PathIconRenderer.Data.html#C1_Framework_PathIconRenderer_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the SVG string describing the shape.</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="C1_Framework_PathIconRenderer_CreatePath" data-uid="C1.Framework.PathIconRenderer.CreatePath">
          <a class="xref" href="C1.Framework.PathIconRenderer.CreatePath.html#C1_Framework_PathIconRenderer_CreatePath">CreatePath()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a path for rendering an icon.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
