# GrapeCity.Documents.Svg.SvgTransform

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgTransform" data-uid="GrapeCity.Documents.Svg.SvgTransform" class="text-break">SvgTransform Class
</h1>
  <div class="markdown level0 summary"><p>Represents a single function in the transform list.</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">SvgTransform</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgMatrixTransform.html">SvgMatrixTransform</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgRotateTransform.html">SvgRotateTransform</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgScaleTransform.html">SvgScaleTransform</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgSkewXTransform.html">SvgSkewXTransform</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgSkewYTransform.html">SvgSkewYTransform</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Svg.SvgTranslateTransform.html">SvgTranslateTransform</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_SvgTransform_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class SvgTransform</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class SvgTransform</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_SvgTransform__ctor_GrapeCity_Documents_Svg_SvgTransformType_" data-uid="GrapeCity.Documents.Svg.SvgTransform.#ctor(GrapeCity.Documents.Svg.SvgTransformType)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTransform.-ctor.html#GrapeCity_Documents_Svg_SvgTransform__ctor_GrapeCity_Documents_Svg_SvgTransformType_">SvgTransform(SvgTransformType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgTransform.html">SvgTransform</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_SvgTransform_TransformType" data-uid="GrapeCity.Documents.Svg.SvgTransform.TransformType">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTransform.TransformType.html#GrapeCity_Documents_Svg_SvgTransform_TransformType">TransformType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of SVG transform function.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_SvgTransform_ToString" data-uid="GrapeCity.Documents.Svg.SvgTransform.ToString">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgTransform.ToString.html#GrapeCity_Documents_Svg_SvgTransform_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
