# GrapeCity.Documents.Svg.SvgClip

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgClip" data-uid="GrapeCity.Documents.Svg.SvgClip" class="text-break">SvgClip Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a clipping rectangle.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Documents.Svg.SvgClip.html">SvgClip</a>&gt;</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_SvgClip_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct SvgClip : IEquatable&lt;SvgClip&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure SvgClip
    Implements IEquatable(Of SvgClip)</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_SvgClip__ctor_GrapeCity_Documents_Svg_SvgLength_GrapeCity_Documents_Svg_SvgLength_GrapeCity_Documents_Svg_SvgLength_GrapeCity_Documents_Svg_SvgLength_" data-uid="GrapeCity.Documents.Svg.SvgClip.#ctor(GrapeCity.Documents.Svg.SvgLength,GrapeCity.Documents.Svg.SvgLength,GrapeCity.Documents.Svg.SvgLength,GrapeCity.Documents.Svg.SvgLength)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgClip.-ctor.html#GrapeCity_Documents_Svg_SvgClip__ctor_GrapeCity_Documents_Svg_SvgLength_GrapeCity_Documents_Svg_SvgLength_GrapeCity_Documents_Svg_SvgLength_GrapeCity_Documents_Svg_SvgLength_">SvgClip(SvgLength, SvgLength, SvgLength, SvgLength)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgClip.html">SvgClip</a> struct.</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_SvgClip_Bottom" data-uid="GrapeCity.Documents.Svg.SvgClip.Bottom">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgClip.Bottom.html#GrapeCity_Documents_Svg_SvgClip_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset from the top border edge of the box to the bottom edge of the clipping rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgClip_Left" data-uid="GrapeCity.Documents.Svg.SvgClip.Left">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgClip.Left.html#GrapeCity_Documents_Svg_SvgClip_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset from the left border edge of the box to the left edge of the clipping rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgClip_Right" data-uid="GrapeCity.Documents.Svg.SvgClip.Right">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgClip.Right.html#GrapeCity_Documents_Svg_SvgClip_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset from the left border edge of the box to the right edge of the clipping rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgClip_Top" data-uid="GrapeCity.Documents.Svg.SvgClip.Top">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgClip.Top.html#GrapeCity_Documents_Svg_SvgClip_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset from the top border edge of the box to the top edge of the clipping rectangle.</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_SvgClip_Equals_GrapeCity_Documents_Svg_SvgClip_" data-uid="GrapeCity.Documents.Svg.SvgClip.Equals(GrapeCity.Documents.Svg.SvgClip)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgClip.Equals.html#GrapeCity_Documents_Svg_SvgClip_Equals_GrapeCity_Documents_Svg_SvgClip_">Equals(SvgClip)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="GrapeCity.Documents.Svg.SvgClip.html">SvgClip</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgClip_Equals_System_Object_" data-uid="GrapeCity.Documents.Svg.SvgClip.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgClip.Equals.html#GrapeCity_Documents_Svg_SvgClip_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgClip_GetHashCode" data-uid="GrapeCity.Documents.Svg.SvgClip.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgClip.GetHashCode.html#GrapeCity_Documents_Svg_SvgClip_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this struct.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgClip_ToString" data-uid="GrapeCity.Documents.Svg.SvgClip.ToString">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgClip.ToString.html#GrapeCity_Documents_Svg_SvgClip_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current struct.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
