# C1.C1Preview.RenderLineBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_RenderLineBase" data-uid="C1.C1Preview.RenderLineBase" class="text-break">RenderLineBase Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class for classes representing line-based shapes (lines and polygons)
in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</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.C1Preview.RenderObject.html">RenderObject</a></div>
    <div class="level2"><a class="xref" href="C1.C1Preview.RenderShapeBase.html">RenderShapeBase</a></div>
    <div class="level3"><span class="xref">RenderLineBase</span></div>
      <div class="level4"><a class="xref" href="C1.C1Preview.RenderLine.html">RenderLine</a></div>
      <div class="level4"><a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.C1Preview.IStyleOwner.html">IStyleOwner</a></div>
    <div><a class="xref" href="C1.C1Preview.IDocumentLocation.html">IDocumentLocation</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_RenderLineBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class RenderLineBase : RenderShapeBase, IStyleOwner, IDocumentLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class RenderLineBase
    Inherits RenderShapeBase
    Implements IStyleOwner, IDocumentLocation</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_C1Preview_RenderLineBase__ctor" data-uid="C1.C1Preview.RenderLineBase.#ctor">
          <a class="xref" href="C1.C1Preview.RenderLineBase.-ctor.html#C1_C1Preview_RenderLineBase__ctor">RenderLineBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderLineBase.html">RenderLineBase</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_C1Preview_RenderLineBase_Line" data-uid="C1.C1Preview.RenderLineBase.Line">
          <a class="xref" href="C1.C1Preview.RenderLineBase.Line.html#C1_C1Preview_RenderLineBase_Line">Line</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.LinePropsBase.html">LinePropsBase</a> object describing the geometric line
represented by the current <a class="xref" href="C1.C1Preview.RenderLineBase.html">RenderLineBase</a> object.</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_C1Preview_RenderLineBase_DrawShape_System_Drawing_Graphics_System_Drawing_Rectangle_C1_C1Preview_RenderShapeBase_ShapeParams_C1_C1Preview_PageDrawParams_" data-uid="C1.C1Preview.RenderLineBase.DrawShape(System.Drawing.Graphics,System.Drawing.Rectangle,C1.C1Preview.RenderShapeBase.ShapeParams,C1.C1Preview.PageDrawParams)">
          <a class="xref" href="C1.C1Preview.RenderLineBase.DrawShape.html#C1_C1Preview_RenderLineBase_DrawShape_System_Drawing_Graphics_System_Drawing_Rectangle_C1_C1Preview_RenderShapeBase_ShapeParams_C1_C1Preview_PageDrawParams_">DrawShape(Graphics, Rectangle, ShapeParams, PageDrawParams)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.C1Preview.RenderLine.html">RenderLine</a></div>
      <div><a class="xref" href="C1.C1Preview.RenderPolygon.html">RenderPolygon</a></div>
  </div>

</div>
