# GrapeCity.Documents.Svg.SvgGraphicsElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgGraphicsElement" data-uid="GrapeCity.Documents.Svg.SvgGraphicsElement" class="text-break">SvgGraphicsElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents SVG elements whose primary purpose is to directly render graphics into a group.</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"><span class="xref">SvgGraphicsElement</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Svg.SvgAnchorElement.html">SvgAnchorElement</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Svg.SvgDefsElement.html">SvgDefsElement</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Svg.SvgGeometryElement.html">SvgGeometryElement</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Svg.SvgGroupElement.html">SvgGroupElement</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Svg.SvgImageElement.html">SvgImageElement</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Svg.SvgSvgElement.html">SvgSvgElement</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Svg.SvgSwitchElement.html">SvgSwitchElement</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Svg.SvgSymbolElement.html">SvgSymbolElement</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Svg.SvgTextContentElement.html">SvgTextContentElement</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Svg.SvgUseElement.html">SvgUseElement</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_SvgGraphicsElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SvgGraphicsElement : SvgElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SvgGraphicsElement
    Inherits SvgElement</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_SvgGraphicsElement__ctor_GrapeCity_Documents_Svg_SvgElementType_" data-uid="GrapeCity.Documents.Svg.SvgGraphicsElement.#ctor(GrapeCity.Documents.Svg.SvgElementType)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgGraphicsElement.-ctor.html#GrapeCity_Documents_Svg_SvgGraphicsElement__ctor_GrapeCity_Documents_Svg_SvgElementType_">SvgGraphicsElement(SvgElementType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgGraphicsElement.html">SvgGraphicsElement</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
