# GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapArea" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea" class="text-break">ImageMapArea Class
</h1>
  <div class="markdown level0 summary"><p>Represents an image map area for creating image maps for an image.</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">ImageMapArea</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.html">GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ImageMapArea</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_Extensibility_Rendering_Interactivity_ImageMapArea__ctor_System_Single___GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapShape_System_String_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.#ctor(System.Single[],GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapShape,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.-ctor.html#GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapArea__ctor_System_Single___GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapShape_System_String_">ImageMapArea(float[], ImageMapShape, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.html">ImageMapArea</a> class with specified coordinates, shape, and optional ID.</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_Extensibility_Rendering_Interactivity_ImageMapArea_Coordinates" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.Coordinates">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.Coordinates.html#GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapArea_Coordinates">Coordinates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapArea_Id" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.Id">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.Id.html#GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapArea_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ID for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapArea_Shape" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.Shape">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.Shape.html#GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapArea_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapShape.html">ImageMapShape</a> this instance represents.</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_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapArea_Polygon_System_Collections_Generic_IList_System_Drawing_PointF__" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.Polygon(System.Collections.Generic.IList{System.Drawing.PointF})">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.Polygon.html#GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapArea_Polygon_System_Collections_Generic_IList_System_Drawing_PointF__">Polygon(IList&lt;PointF&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a polygonal image map area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapArea_Rect_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.Rect(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.Rect.html#GrapeCity_ActiveReports_Extensibility_Rendering_Interactivity_ImageMapArea_Rect_System_Drawing_RectangleF_">Rect(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a rectangular image map area.</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>
