# GrapeCity.Documents.Imaging.IFigure.MaxIntersections

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Imaging_IFigure_MaxIntersections_" data-uid="GrapeCity.Documents.Imaging.IFigure.MaxIntersections*">MaxIntersections Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Imaging_IFigure_MaxIntersections_" data-uid="GrapeCity.Documents.Imaging.IFigure.MaxIntersections*"></a>
<h4 id="GrapeCity_Documents_Imaging_IFigure_MaxIntersections" data-uid="GrapeCity.Documents.Imaging.IFigure.MaxIntersections">MaxIntersections</h4>
<div class="markdown level1 summary"><p>Gets the maximum number of intersections that a polygon can have when testing a line.</p>
<p>
Call the <a class="xref" href="GrapeCity.Documents.Imaging.IFigure.Flatten.html#GrapeCity_Documents_Imaging_IFigure_Flatten_System_Numerics_Matrix3x2_">Flatten(Matrix3x2)</a> method before using this property.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">int MaxIntersections { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property MaxIntersections As Integer</code></pre>
</div>
</div>
