# GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualShape

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualShape" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualShape" class="text-break">IVisualShape Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface for a visual shape.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IVisualShape</code></pre>
  </div>
  <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_Extensibility_Rendering_Components_IVisualShape_GetBounds" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualShape.GetBounds">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualShape.GetBounds.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualShape_GetBounds">GetBounds()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a> that bounds this shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualShape_GetImageMapArea" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualShape.GetImageMapArea">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualShape.GetImageMapArea.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualShape_GetImageMapArea">GetImageMapArea()</a>
        </td>
        <td class="markdown level1 summary"><p>Renders an interactive map area for use in HTML, PDF, and other exports.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualShape_IsVisible_System_Drawing_PointF_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualShape.IsVisible(System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualShape.IsVisible.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_IVisualShape_IsVisible_System_Drawing_PointF_">IsVisible(PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.pointf">PointF</a> is contained within this <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualShape.html">IVisualShape</a>.</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>
