# GrapeCity.Spreadsheet.Drawing.HitTestInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_HitTestInfo" data-uid="GrapeCity.Spreadsheet.Drawing.HitTestInfo" class="text-break">HitTestInfo Struct
</h1>
  <div class="markdown level0 summary"><p>Contains information about an area of a drawing object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_HitTestInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct HitTestInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure HitTestInfo</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_Spreadsheet_Drawing_HitTestInfo__ctor_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.HitTestInfo.#ctor(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.HitTestInfo.-ctor.html#GrapeCity_Spreadsheet_Drawing_HitTestInfo__ctor_System_Int32_">HitTestInfo(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.HitTestInfo.html">HitTestInfo</a> struct.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_HitTestInfo__ctor_System_Int32_GrapeCity_Spreadsheet_Drawing_DrawingObject_" data-uid="GrapeCity.Spreadsheet.Drawing.HitTestInfo.#ctor(System.Int32,GrapeCity.Spreadsheet.Drawing.DrawingObject)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.HitTestInfo.-ctor.html#GrapeCity_Spreadsheet_Drawing_HitTestInfo__ctor_System_Int32_GrapeCity_Spreadsheet_Drawing_DrawingObject_">HitTestInfo(int, DrawingObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.HitTestInfo.html">HitTestInfo</a> struct.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_HitTestInfo__ctor_System_Int32_GrapeCity_Spreadsheet_Drawing_DrawingObject_System_Int32_System_Nullable_GrapeCity_Spreadsheet_API_Drawing_FreeFormNode__" data-uid="GrapeCity.Spreadsheet.Drawing.HitTestInfo.#ctor(System.Int32,GrapeCity.Spreadsheet.Drawing.DrawingObject,System.Int32,System.Nullable{GrapeCity.Spreadsheet.API.Drawing.FreeFormNode})">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.HitTestInfo.-ctor.html#GrapeCity_Spreadsheet_Drawing_HitTestInfo__ctor_System_Int32_GrapeCity_Spreadsheet_Drawing_DrawingObject_System_Int32_System_Nullable_GrapeCity_Spreadsheet_API_Drawing_FreeFormNode__">HitTestInfo(int, DrawingObject, int, FreeFormNode?)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.HitTestInfo.html">HitTestInfo</a> struct.</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_Spreadsheet_Drawing_HitTestInfo_Transparent" data-uid="GrapeCity.Spreadsheet.Drawing.HitTestInfo.Transparent">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.HitTestInfo.Transparent.html">Transparent</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates that the position doesn't belong to the object.</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_Spreadsheet_Drawing_HitTestInfo_EditingNode" data-uid="GrapeCity.Spreadsheet.Drawing.HitTestInfo.EditingNode">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.HitTestInfo.EditingNode.html#GrapeCity_Spreadsheet_Drawing_HitTestInfo_EditingNode">EditingNode</a>
        </td>
        <td class="markdown level1 summary"><p>The editing node.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_HitTestInfo_HitTest" data-uid="GrapeCity.Spreadsheet.Drawing.HitTestInfo.HitTest">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.HitTestInfo.HitTest.html#GrapeCity_Spreadsheet_Drawing_HitTestInfo_HitTest">HitTest</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hit test code at the position indicated by a hit test.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_HitTestInfo_Target" data-uid="GrapeCity.Spreadsheet.Drawing.HitTestInfo.Target">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.HitTestInfo.Target.html#GrapeCity_Spreadsheet_Drawing_HitTestInfo_Target">Target</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object at the position indicated by a hit test.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_HitTestInfo_Value" data-uid="GrapeCity.Spreadsheet.Drawing.HitTestInfo.Value">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.HitTestInfo.Value.html#GrapeCity_Spreadsheet_Drawing_HitTestInfo_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the corresponding numeric value of the hit test.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
