# GrapeCity.Documents.Svg.SvgCurveToCommand

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgCurveToCommand" data-uid="GrapeCity.Documents.Svg.SvgCurveToCommand" class="text-break">SvgCurveToCommand Class
</h1>
  <div class="markdown level0 summary"><p>Represents a cubic Bézier curve 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"><a class="xref" href="GrapeCity.Documents.Svg.SvgPathCommand.html">SvgPathCommand</a></div>
    <div class="level2"><span class="xref">SvgCurveToCommand</span></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_SvgCurveToCommand_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SvgCurveToCommand : SvgPathCommand</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SvgCurveToCommand
    Inherits 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_SvgCurveToCommand__ctor_System_Boolean_" data-uid="GrapeCity.Documents.Svg.SvgCurveToCommand.#ctor(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgCurveToCommand.-ctor.html#GrapeCity_Documents_Svg_SvgCurveToCommand__ctor_System_Boolean_">SvgCurveToCommand(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgCurveToCommand.html">SvgCurveToCommand</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_SvgCurveToCommand_X" data-uid="GrapeCity.Documents.Svg.SvgCurveToCommand.X">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgCurveToCommand.X.html#GrapeCity_Documents_Svg_SvgCurveToCommand_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X-coordinate of the destination point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgCurveToCommand_X1" data-uid="GrapeCity.Documents.Svg.SvgCurveToCommand.X1">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgCurveToCommand.X1.html#GrapeCity_Documents_Svg_SvgCurveToCommand_X1">X1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X-coordinate of the first control point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgCurveToCommand_X2" data-uid="GrapeCity.Documents.Svg.SvgCurveToCommand.X2">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgCurveToCommand.X2.html#GrapeCity_Documents_Svg_SvgCurveToCommand_X2">X2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X-coordinate of the second control point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgCurveToCommand_Y" data-uid="GrapeCity.Documents.Svg.SvgCurveToCommand.Y">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgCurveToCommand.Y.html#GrapeCity_Documents_Svg_SvgCurveToCommand_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y-coordinate of the destination point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgCurveToCommand_Y1" data-uid="GrapeCity.Documents.Svg.SvgCurveToCommand.Y1">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgCurveToCommand.Y1.html#GrapeCity_Documents_Svg_SvgCurveToCommand_Y1">Y1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y-coordinate of the first control point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgCurveToCommand_Y2" data-uid="GrapeCity.Documents.Svg.SvgCurveToCommand.Y2">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgCurveToCommand.Y2.html#GrapeCity_Documents_Svg_SvgCurveToCommand_Y2">Y2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y-coordinate of the second control point.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
