# GrapeCity.Documents.Svg.SvgPathCommand

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgPathCommand" data-uid="GrapeCity.Documents.Svg.SvgPathCommand" class="text-break">SvgPathCommand Class
</h1>
  <div class="markdown level0 summary"><p>Represents a single command in the path data.</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"><span class="xref">SvgPathCommand</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgClosePathCommand.html">SvgClosePathCommand</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgCurveToCommand.html">SvgCurveToCommand</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.html">SvgEllipticalArcCommand</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgHorizontalLineToCommand.html">SvgHorizontalLineToCommand</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgLineToCommand.html">SvgLineToCommand</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgMoveToCommand.html">SvgMoveToCommand</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgQuadraticBezierCurveToCommand.html">SvgQuadraticBezierCurveToCommand</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgSmoothCurveToCommand.html">SvgSmoothCurveToCommand</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgSmoothQuadraticBezierCurveToCommand.html">SvgSmoothQuadraticBezierCurveToCommand</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgVerticalLineToCommand.html">SvgVerticalLineToCommand</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_SvgPathCommand_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SvgPathCommand</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SvgPathCommand</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_SvgPathCommand__ctor_GrapeCity_Documents_Svg_SvgPathCommandType_System_Boolean_" data-uid="GrapeCity.Documents.Svg.SvgPathCommand.#ctor(GrapeCity.Documents.Svg.SvgPathCommandType,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPathCommand.-ctor.html#GrapeCity_Documents_Svg_SvgPathCommand__ctor_GrapeCity_Documents_Svg_SvgPathCommandType_System_Boolean_">SvgPathCommand(SvgPathCommandType, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgPathCommand.html">SvgPathCommand</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_SvgPathCommand_CommandType" data-uid="GrapeCity.Documents.Svg.SvgPathCommand.CommandType">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPathCommand.CommandType.html#GrapeCity_Documents_Svg_SvgPathCommand_CommandType">CommandType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the path command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathCommand_Relative" data-uid="GrapeCity.Documents.Svg.SvgPathCommand.Relative">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPathCommand.Relative.html#GrapeCity_Documents_Svg_SvgPathCommand_Relative">Relative</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the command uses absolute (<a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>) or relative (<a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>) coordinates.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
