# GrapeCity.ActiveReports.Win.IRichTextRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Win_IRichTextRenderer" data-uid="GrapeCity.ActiveReports.Win.IRichTextRenderer" class="text-break">IRichTextRenderer Interface
</h1>
  <div class="markdown level0 summary"><p>Defines the contract for rendering rich text content onto a GDI+ graphics surface.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Win.html">GrapeCity.ActiveReports.Win</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Win_IRichTextRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IRichTextRenderer</code></pre>
  </div>
  <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_ActiveReports_Win_IRichTextRenderer_Render_System_Drawing_Graphics_System_Drawing_PointF_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Win.IRichTextRenderer.Render(System.Drawing.Graphics,System.Drawing.PointF,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Win.IRichTextRenderer.Render.html#GrapeCity_ActiveReports_Win_IRichTextRenderer_Render_System_Drawing_Graphics_System_Drawing_PointF_System_Single_System_Single_System_Single_">Render(Graphics, PointF, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders rich text content onto the specified graphics surface within the given bounds.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
