# GrapeCity.ActiveReports.Drawing.RegionEx

## Content

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



  <h1 id="GrapeCity_ActiveReports_Drawing_RegionEx" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx" class="text-break">RegionEx Class
</h1>
  <div class="markdown level0 summary"><p>Represents Region</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">RegionEx</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Drawing.html">GrapeCity.ActiveReports.Drawing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Drawing_RegionEx_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class RegionEx</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_Drawing_RegionEx__ctor" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.-ctor.html#GrapeCity_ActiveReports_Drawing_RegionEx__ctor">RegionEx()</a>
        </td>
        <td class="markdown level1 summary"></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_Drawing_RegionEx_Entities" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.Entities">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.Entities.html#GrapeCity_ActiveReports_Drawing_RegionEx_Entities">Entities</a>
        </td>
        <td class="markdown level1 summary"></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_ActiveReports_Drawing_RegionEx_Clone" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.Clone.html#GrapeCity_ActiveReports_Drawing_RegionEx_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones a given region.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_CreateRegion" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.CreateRegion">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.CreateRegion.html#GrapeCity_ActiveReports_Drawing_RegionEx_CreateRegion">CreateRegion()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates empty region.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_CreateRegion_GrapeCity_ActiveReports_Drawing_PathEx_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.CreateRegion(GrapeCity.ActiveReports.Drawing.PathEx)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.CreateRegion.html#GrapeCity_ActiveReports_Drawing_RegionEx_CreateRegion_GrapeCity_ActiveReports_Drawing_PathEx_">CreateRegion(PathEx)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new Region that consists from path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_CreateRegion_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.CreateRegion(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.CreateRegion.html#GrapeCity_ActiveReports_Drawing_RegionEx_CreateRegion_System_Drawing_RectangleF_">CreateRegion(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new Region that consists from one rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_Exclude_GrapeCity_ActiveReports_Drawing_PathEx_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.Exclude(GrapeCity.ActiveReports.Drawing.PathEx)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.Exclude.html#GrapeCity_ActiveReports_Drawing_RegionEx_Exclude_GrapeCity_ActiveReports_Drawing_PathEx_">Exclude(PathEx)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_Exclude_GrapeCity_ActiveReports_Drawing_RegionEx_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.Exclude(GrapeCity.ActiveReports.Drawing.RegionEx)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.Exclude.html#GrapeCity_ActiveReports_Drawing_RegionEx_Exclude_GrapeCity_ActiveReports_Drawing_RegionEx_">Exclude(RegionEx)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_Exclude_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.Exclude(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.Exclude.html#GrapeCity_ActiveReports_Drawing_RegionEx_Exclude_System_Drawing_RectangleF_">Exclude(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_GetBounds" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.GetBounds">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.GetBounds.html#GrapeCity_ActiveReports_Drawing_RegionEx_GetBounds">GetBounds()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_Intersect_GrapeCity_ActiveReports_Drawing_PathEx_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.Intersect(GrapeCity.ActiveReports.Drawing.PathEx)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.Intersect.html#GrapeCity_ActiveReports_Drawing_RegionEx_Intersect_GrapeCity_ActiveReports_Drawing_PathEx_">Intersect(PathEx)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_Intersect_GrapeCity_ActiveReports_Drawing_RegionEx_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.Intersect(GrapeCity.ActiveReports.Drawing.RegionEx)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.Intersect.html#GrapeCity_ActiveReports_Drawing_RegionEx_Intersect_GrapeCity_ActiveReports_Drawing_RegionEx_">Intersect(RegionEx)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_Intersect_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.Intersect(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.Intersect.html#GrapeCity_ActiveReports_Drawing_RegionEx_Intersect_System_Drawing_RectangleF_">Intersect(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_IsVisible_System_Drawing_PointF_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.IsVisible(System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.IsVisible.html#GrapeCity_ActiveReports_Drawing_RegionEx_IsVisible_System_Drawing_PointF_">IsVisible(PointF)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_Transform_System_Numerics_Matrix3x2_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.Transform(System.Numerics.Matrix3x2)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.Transform.html#GrapeCity_ActiveReports_Drawing_RegionEx_Transform_System_Numerics_Matrix3x2_">Transform(Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_Union_GrapeCity_ActiveReports_Drawing_PathEx_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.Union(GrapeCity.ActiveReports.Drawing.PathEx)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.Union.html#GrapeCity_ActiveReports_Drawing_RegionEx_Union_GrapeCity_ActiveReports_Drawing_PathEx_">Union(PathEx)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_Union_GrapeCity_ActiveReports_Drawing_RegionEx_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.Union(GrapeCity.ActiveReports.Drawing.RegionEx)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.Union.html#GrapeCity_ActiveReports_Drawing_RegionEx_Union_GrapeCity_ActiveReports_Drawing_RegionEx_">Union(RegionEx)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_RegionEx_Union_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Drawing.RegionEx.Union(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.RegionEx.Union.html#GrapeCity_ActiveReports_Drawing_RegionEx_Union_System_Drawing_RectangleF_">Union(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds Rectangle to a given region.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.CompiledRegionExtensions.Compile.html#GrapeCity_ActiveReports_Rendering_Tools_CompiledRegionExtensions_Compile_GrapeCity_ActiveReports_Drawing_RegionEx_">CompiledRegionExtensions.Compile(RegionEx)</a>
  </div>
  <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>
