# C1.C1Preview.C1PrintDocument.RenderDirectLine

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1PrintDocument_RenderDirectLine_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectLine*">RenderDirectLine Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1PrintDocument_RenderDirectLine_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectLine*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_RenderDirectLine_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectLine(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef)">RenderDirectLine(Unit, Unit, Unit, Unit, LineDef)</h4>
<div class="markdown level1 summary"><p>Adds a line to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RenderDirectLine(Unit fromX, Unit fromY, Unit toX, Unit toY, LineDef line)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub RenderDirectLine(fromX As Unit, fromY As Unit, toX As Unit, toY As Unit, line As LineDef)</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="C1.C1Preview.Unit.html">Unit</a></td>
      <td><span class="parametername">fromX</span></td>
      <td><p>The X coordinate of the first point that the line connects.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.Unit.html">Unit</a></td>
      <td><span class="parametername">fromY</span></td>
      <td><p>The Y coordinate of the first point that the line connects.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.Unit.html">Unit</a></td>
      <td><span class="parametername">toX</span></td>
      <td><p>The X coordinate of the second point that the line connects.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.Unit.html">Unit</a></td>
      <td><span class="parametername">toY</span></td>
      <td><p>The Y coordinate of the second point that the line connects.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a></td>
      <td><span class="parametername">line</span></td>
      <td><p>The <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> to draw the line with.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectLine_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef__remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;
</code></pre>
<p>This method can only be used between calls to <a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc()</a> and <a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc()</a>
methods on the current document.
For details, see <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect(Unit, Unit, RenderObject, object, object)</a>.</p>

</div>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectLine_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.C1Preview.RenderLine.html">RenderLine</a></div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect</a>(<a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>)</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate</a>()</div>
</div>


<a id="C1_C1Preview_C1PrintDocument_RenderDirectLine_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectLine*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_RenderDirectLine_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Windows_Media_Color_C1_C1Preview_Unit_" data-uid="C1.C1Preview.C1PrintDocument.RenderDirectLine(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Windows.Media.Color,C1.C1Preview.Unit)">RenderDirectLine(Unit, Unit, Unit, Unit, Color, Unit)</h4>
<div class="markdown level1 summary"><p>Adds a line to the <a class="xref" href="C1.C1Preview.C1PrintDocument.Body.html#C1_C1Preview_C1PrintDocument_Body">Body</a> of the current document
at a specific position on the current page, and resolves it.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RenderDirectLine(Unit fromX, Unit fromY, Unit toX, Unit toY, Color lineColor, Unit lineThickness)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub RenderDirectLine(fromX As Unit, fromY As Unit, toX As Unit, toY As Unit, lineColor As Color, lineThickness As Unit)</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="C1.C1Preview.Unit.html">Unit</a></td>
      <td><span class="parametername">fromX</span></td>
      <td><p>The X coordinate of the first point that the line connects.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.Unit.html">Unit</a></td>
      <td><span class="parametername">fromY</span></td>
      <td><p>The Y coordinate of the first point that the line connects.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.Unit.html">Unit</a></td>
      <td><span class="parametername">toX</span></td>
      <td><p>The X coordinate of the second point that the line connects.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.Unit.html">Unit</a></td>
      <td><span class="parametername">toY</span></td>
      <td><p>The Y coordinate of the second point that the line connects.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.color">Color</a></td>
      <td><span class="parametername">lineColor</span></td>
      <td><p>The line color.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.Unit.html">Unit</a></td>
      <td><span class="parametername">lineThickness</span></td>
      <td><p>The line thickness.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectLine_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Windows_Media_Color_C1_C1Preview_Unit__remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;
</code></pre>
<p>This method can only be used between calls to <a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc()</a> and <a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc()</a>
methods on the current document.
For details, see <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect(Unit, Unit, RenderObject, object, object)</a>.</p>

</div>
<h5 id="C1_C1Preview_C1PrintDocument_RenderDirectLine_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Windows_Media_Color_C1_C1Preview_Unit__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.C1Preview.RenderLine.html">RenderLine</a></div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.RenderDirect.html#C1_C1Preview_C1PrintDocument_RenderDirect_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_RenderObject_System_Object_System_Object_">RenderDirect</a>(<a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.Unit.html">Unit</a>, <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>)</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate</a>()</div>
</div>
</div>
