# C1.C1Preview.RenderShapeFragment

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_RenderShapeFragment" data-uid="C1.C1Preview.RenderShapeFragment" class="text-break">RenderShapeFragment Class
</h1>
  <div class="markdown level0 summary"><p>Represents a fragment of a <a class="xref" href="C1.C1Preview.RenderShapeBase.html">RenderShapeBase</a> in a resolved <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.RenderFragment.html">RenderFragment</a></div>
    <div class="level2"><span class="xref">RenderShapeFragment</span></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.RenderLineFragment.html">RenderLineFragment</a></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.RenderRectangleFragment.html">RenderRectangleFragment</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_RenderShapeFragment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class RenderShapeFragment : RenderFragment, IDocumentLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class RenderShapeFragment
    Inherits RenderFragment
    Implements IDocumentLocation</code></pre>
  </div>
  <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_RenderShapeFragment_RenderObject" data-uid="C1.C1Preview.RenderShapeFragment.RenderObject">
          <a class="xref" href="C1.C1Preview.RenderShapeFragment.RenderObject.html#C1_C1Preview_RenderShapeFragment_RenderObject">RenderObject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.RenderShapeBase.html">RenderShapeBase</a> that produced the current fragment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderShapeFragment_Shape" data-uid="C1.C1Preview.RenderShapeFragment.Shape">
          <a class="xref" href="C1.C1Preview.RenderShapeFragment.Shape.html#C1_C1Preview_RenderShapeFragment_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.ShapeProps.html">ShapeProps</a> object describing the geometric shape
represented by the current fragment's <a class="xref" href="C1.C1Preview.RenderShapeBase.html">RenderShapeBase</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
