# GrapeCity.Documents.Imaging.RoundRectFigure

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_RoundRectFigure" data-uid="GrapeCity.Documents.Imaging.RoundRectFigure" class="text-break">RoundRectFigure Class
</h1>
  <div class="markdown level0 summary"><p>Represents a rounded 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">RoundRectFigure</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_RoundRectFigure_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RoundRectFigure : IFigure</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RoundRectFigure
    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_RoundRectFigure__ctor_System_Drawing_RectangleF_System_Single_" data-uid="GrapeCity.Documents.Imaging.RoundRectFigure.#ctor(System.Drawing.RectangleF,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Imaging.RoundRectFigure.-ctor.html#GrapeCity_Documents_Imaging_RoundRectFigure__ctor_System_Drawing_RectangleF_System_Single_">RoundRectFigure(RectangleF, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.RoundRectFigure.html">RoundRectFigure</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RoundRectFigure__ctor_System_Drawing_RectangleF_System_Single_System_Single_" data-uid="GrapeCity.Documents.Imaging.RoundRectFigure.#ctor(System.Drawing.RectangleF,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Imaging.RoundRectFigure.-ctor.html#GrapeCity_Documents_Imaging_RoundRectFigure__ctor_System_Drawing_RectangleF_System_Single_System_Single_">RoundRectFigure(RectangleF, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.RoundRectFigure.html">RoundRectFigure</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RoundRectFigure__ctor_System_Single_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Imaging.RoundRectFigure.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Imaging.RoundRectFigure.-ctor.html#GrapeCity_Documents_Imaging_RoundRectFigure__ctor_System_Single_System_Single_System_Single_System_Single_System_Single_">RoundRectFigure(float, 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.RoundRectFigure.html">RoundRectFigure</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RoundRectFigure__ctor_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Imaging.RoundRectFigure.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Imaging.RoundRectFigure.-ctor.html#GrapeCity_Documents_Imaging_RoundRectFigure__ctor_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_">RoundRectFigure(float, float, 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.RoundRectFigure.html">RoundRectFigure</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_RoundRectFigure_Bounds" data-uid="GrapeCity.Documents.Imaging.RoundRectFigure.Bounds">
          <a class="xref" href="GrapeCity.Documents.Imaging.RoundRectFigure.Bounds.html#GrapeCity_Documents_Imaging_RoundRectFigure_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bounds for the rounded rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RoundRectFigure_Counterclockwise" data-uid="GrapeCity.Documents.Imaging.RoundRectFigure.Counterclockwise">
          <a class="xref" href="GrapeCity.Documents.Imaging.RoundRectFigure.Counterclockwise.html#GrapeCity_Documents_Imaging_RoundRectFigure_Counterclockwise">Counterclockwise</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the points should be arranged counterclockwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RoundRectFigure_RadiusX" data-uid="GrapeCity.Documents.Imaging.RoundRectFigure.RadiusX">
          <a class="xref" href="GrapeCity.Documents.Imaging.RoundRectFigure.RadiusX.html#GrapeCity_Documents_Imaging_RoundRectFigure_RadiusX">RadiusX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RoundRectFigure_RadiusY" data-uid="GrapeCity.Documents.Imaging.RoundRectFigure.RadiusY">
          <a class="xref" href="GrapeCity.Documents.Imaging.RoundRectFigure.RadiusY.html#GrapeCity_Documents_Imaging_RoundRectFigure_RadiusY">RadiusY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_RoundRectFigure_Transform" data-uid="GrapeCity.Documents.Imaging.RoundRectFigure.Transform">
          <a class="xref" href="GrapeCity.Documents.Imaging.RoundRectFigure.Transform.html#GrapeCity_Documents_Imaging_RoundRectFigure_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_RoundRectFigure_Clone" data-uid="GrapeCity.Documents.Imaging.RoundRectFigure.Clone">
          <a class="xref" href="GrapeCity.Documents.Imaging.RoundRectFigure.Clone.html#GrapeCity_Documents_Imaging_RoundRectFigure_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current figure.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
