# GrapeCity.Documents.Imaging.RectangularFigure

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_RectangularFigure" data-uid="GrapeCity.Documents.Imaging.RectangularFigure" class="text-break">RectangularFigure Class
</h1>
  <div class="markdown level0 summary"><p>Represents a rectangle-like closed path.</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">RectangularFigure</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Imaging.IFigure.html">IFigure</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.html">GrapeCity.Documents.Imaging</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_RectangularFigure_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RectangularFigure : IFigure</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RectangularFigure
    Implements IFigure</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_Imaging_RectangularFigure__ctor_System_Drawing_PointF_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Imaging.RectangularFigure.#ctor(System.Drawing.PointF,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Imaging.RectangularFigure.-ctor.html#GrapeCity_Documents_Imaging_RectangularFigure__ctor_System_Drawing_PointF_System_Drawing_PointF_">RectangularFigure(PointF, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.RectangularFigure.html">RectangularFigure</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RectangularFigure__ctor_System_Drawing_RectangleF_" data-uid="GrapeCity.Documents.Imaging.RectangularFigure.#ctor(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.Documents.Imaging.RectangularFigure.-ctor.html#GrapeCity_Documents_Imaging_RectangularFigure__ctor_System_Drawing_RectangleF_">RectangularFigure(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.RectangularFigure.html">RectangularFigure</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RectangularFigure__ctor_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Imaging.RectangularFigure.#ctor(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Imaging.RectangularFigure.-ctor.html#GrapeCity_Documents_Imaging_RectangularFigure__ctor_System_Single_System_Single_System_Single_System_Single_">RectangularFigure(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.RectangularFigure.html">RectangularFigure</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_Imaging_RectangularFigure_Bounds" data-uid="GrapeCity.Documents.Imaging.RectangularFigure.Bounds">
          <a class="xref" href="GrapeCity.Documents.Imaging.RectangularFigure.Bounds.html#GrapeCity_Documents_Imaging_RectangularFigure_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rectangular region coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RectangularFigure_Counterclockwise" data-uid="GrapeCity.Documents.Imaging.RectangularFigure.Counterclockwise">
          <a class="xref" href="GrapeCity.Documents.Imaging.RectangularFigure.Counterclockwise.html#GrapeCity_Documents_Imaging_RectangularFigure_Counterclockwise">Counterclockwise</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying whether orientation of four points is counterclockwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RectangularFigure_Transform" data-uid="GrapeCity.Documents.Imaging.RectangularFigure.Transform">
          <a class="xref" href="GrapeCity.Documents.Imaging.RectangularFigure.Transform.html#GrapeCity_Documents_Imaging_RectangularFigure_Transform">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the transformation matrix.</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_Imaging_RectangularFigure_Clone" data-uid="GrapeCity.Documents.Imaging.RectangularFigure.Clone">
          <a class="xref" href="GrapeCity.Documents.Imaging.RectangularFigure.Clone.html#GrapeCity_Documents_Imaging_RectangularFigure_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current figure.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
