# GrapeCity.Documents.Svg.SvgGeometryElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgGeometryElement" data-uid="GrapeCity.Documents.Svg.SvgGeometryElement" class="text-break">SvgGeometryElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents SVG elements whose rendering is defined by geometry with an equivalent path.
This includes paths and the basic shapes.</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="GrapeCity.Documents.Svg.SvgElement.html">SvgElement</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgGraphicsElement.html">SvgGraphicsElement</a></div>
    <div class="level3"><span class="xref">SvgGeometryElement</span></div>
      <div class="level4"><a class="xref" href="GrapeCity.Documents.Svg.SvgCircleElement.html">SvgCircleElement</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Documents.Svg.SvgEllipseElement.html">SvgEllipseElement</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Documents.Svg.SvgLineElement.html">SvgLineElement</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Documents.Svg.SvgPathElement.html">SvgPathElement</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Documents.Svg.SvgPolygonElement.html">SvgPolygonElement</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Documents.Svg.SvgPolylineElement.html">SvgPolylineElement</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.Documents.Svg.SvgRectElement.html">SvgRectElement</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgGeometryElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SvgGeometryElement : SvgGraphicsElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SvgGeometryElement
    Inherits SvgGraphicsElement</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="GrapeCity_Documents_Svg_SvgGeometryElement__ctor_GrapeCity_Documents_Svg_SvgElementType_" data-uid="GrapeCity.Documents.Svg.SvgGeometryElement.#ctor(GrapeCity.Documents.Svg.SvgElementType)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgGeometryElement.-ctor.html#GrapeCity_Documents_Svg_SvgGeometryElement__ctor_GrapeCity_Documents_Svg_SvgElementType_">SvgGeometryElement(SvgElementType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgGeometryElement.html">SvgGeometryElement</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="GrapeCity_Documents_Svg_SvgGeometryElement_PathLength" data-uid="GrapeCity.Documents.Svg.SvgGeometryElement.PathLength">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgGeometryElement.PathLength.html#GrapeCity_Documents_Svg_SvgGeometryElement_PathLength">PathLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the author's computation of the total length of the path.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
