# GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLineAsPath

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawTextLineAsPath_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLineAsPath*">InternalDrawTextLineAsPath Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawTextLineAsPath_" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLineAsPath*"></a>
<h4 id="GrapeCity_Documents_Drawing_GcGraphics_InternalDrawTextLineAsPath_GrapeCity_Documents_Text_TextLayout_System_Single_GrapeCity_Documents_Text_TextLine_System_Single_System_Single_System_Drawing_RectangleF_System_Collections_Generic_List_GrapeCity_Documents_Drawing_GcGraphics_SU__System_Collections_Generic_List_GrapeCity_Documents_Drawing_GcGraphics_SU__" data-uid="GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLineAsPath(GrapeCity.Documents.Text.TextLayout,System.Single,GrapeCity.Documents.Text.TextLine,System.Single,System.Single,System.Drawing.RectangleF,System.Collections.Generic.List{GrapeCity.Documents.Drawing.GcGraphics.SU},System.Collections.Generic.List{GrapeCity.Documents.Drawing.GcGraphics.SU})">InternalDrawTextLineAsPath(TextLayout, float, TextLine, float, float, RectangleF, List&lt;SU&gt;, List&lt;SU&gt;)</h4>
<div class="markdown level1 summary"><p>Draws a <a class="xref" href="GrapeCity.Documents.Text.TextLine.html">TextLine</a> within a <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> at the specified location using graphic primitives.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual void InternalDrawTextLineAsPath(TextLayout layout, float k, TextLine line, float x, float y, RectangleF brushBounds, List&lt;GcGraphics.SU&gt; listStrikethrough, List&lt;GcGraphics.SU&gt; listUnderline)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub InternalDrawTextLineAsPath(layout As TextLayout, k As Single, line As TextLine, x As Single, y As Single, brushBounds As RectangleF, listStrikethrough As List(Of GcGraphics.SU), listUnderline As List(Of GcGraphics.SU))</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="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a></td>
      <td><span class="parametername">layout</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">k</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Text.TextLine.html">TextLine</a></td>
      <td><span class="parametername">line</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">x</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">y</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">brushBounds</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.html">GcGraphics</a>.<a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.SU.html">SU</a>&gt;</td>
      <td><span class="parametername">listStrikethrough</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.html">GcGraphics</a>.<a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.SU.html">SU</a>&gt;</td>
      <td><span class="parametername">listUnderline</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
