# GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Rendering_Tools_CompiledRegion_Entity" data-uid="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity" class="text-break">CompiledRegion.Entity Struct
</h1>
  <div class="markdown level0 summary"><p>Represents an entity defined by a set of points. Can be used to represent a rectangle.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.html">GrapeCity.ActiveReports.Rendering.Tools</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Tools_CompiledRegion_Entity_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct CompiledRegion.Entity</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_ActiveReports_Rendering_Tools_CompiledRegion_Entity__ctor_System_Drawing_PointF___" data-uid="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.#ctor(System.Drawing.PointF[])">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.-ctor.html#GrapeCity_ActiveReports_Rendering_Tools_CompiledRegion_Entity__ctor_System_Drawing_PointF___">Entity(PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.html">CompiledRegion.Entity</a> struct with the specified points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Tools_CompiledRegion_Entity__ctor_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.#ctor(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.-ctor.html#GrapeCity_ActiveReports_Rendering_Tools_CompiledRegion_Entity__ctor_System_Drawing_RectangleF_">Entity(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.html">CompiledRegion.Entity</a> struct from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Tools_CompiledRegion_Entity_Points" data-uid="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.Points">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.Points.html">Points</a>
        </td>
        <td class="markdown level1 summary"><p>The points defining the entity.</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_ActiveReports_Rendering_Tools_CompiledRegion_Entity_IsRect" data-uid="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.IsRect">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.IsRect.html#GrapeCity_ActiveReports_Rendering_Tools_CompiledRegion_Entity_IsRect">IsRect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the entity is a rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Tools_CompiledRegion_Entity_Rectangle" data-uid="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.Rectangle">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegion.Entity.Rectangle.html#GrapeCity_ActiveReports_Rendering_Tools_CompiledRegion_Entity_Rectangle">Rectangle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rectangle represented by the entity.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
