# C1.WPF.Maps.QuadTreeTileSource

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Maps_QuadTreeTileSource" data-uid="C1.WPF.Maps.QuadTreeTileSource" class="text-break">QuadTreeTileSource Class
</h1>
  <div class="markdown level0 summary"><p>Base class for <a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.html">MultiScaleTileSource</a> implementation accessing a quad tree of tiles.</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"><a class="xref" href="C1.WPF.Maps.MultiScaleTileSourceBase.html">MultiScaleTileSourceBase</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.html">MultiScaleTileSource</a></div>
    <div class="level3"><span class="xref">QuadTreeTileSource</span></div>
      <div class="level4"><a class="xref" href="C1.WPF.Maps.VirtualEarthSource.html">VirtualEarthSource</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Maps.html">C1.WPF.Maps</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Maps.dll</h6>
  <h5 id="C1_WPF_Maps_QuadTreeTileSource_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class QuadTreeTileSource : MultiScaleTileSource</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class QuadTreeTileSource
    Inherits MultiScaleTileSource</code></pre>
  </div>
  <h5 id="C1_WPF_Maps_QuadTreeTileSource_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>See <a href="http://msdn.microsoft.com/en-us/library/bb545006.aspx">http://msdn.microsoft.com/en-us/library/bb545006.aspx</a> for a specific case of the quad tree access pattern.</p>
</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="C1_WPF_Maps_QuadTreeTileSource__ctor_System_String_System_String_System_Int32_System_Int32_" data-uid="C1.WPF.Maps.QuadTreeTileSource.#ctor(System.String,System.String,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Maps.QuadTreeTileSource.-ctor.html#C1_WPF_Maps_QuadTreeTileSource__ctor_System_String_System_String_System_Int32_System_Int32_">QuadTreeTileSource(string, string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new QuadTreeTileSource.</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="C1_WPF_Maps_QuadTreeTileSource_QuadCode" data-uid="C1.WPF.Maps.QuadTreeTileSource.QuadCode">
          <a class="xref" href="C1.WPF.Maps.QuadTreeTileSource.QuadCode.html#C1_WPF_Maps_QuadTreeTileSource_QuadCode">QuadCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets QuadCode property.</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="C1_WPF_Maps_QuadTreeTileSource_GetTileLayers_System_Int32_System_Int32_System_Int32_System_Collections_Generic_IList_System_Object__" data-uid="C1.WPF.Maps.QuadTreeTileSource.GetTileLayers(System.Int32,System.Int32,System.Int32,System.Collections.Generic.IList{System.Object})">
          <a class="xref" href="C1.WPF.Maps.QuadTreeTileSource.GetTileLayers.html#C1_WPF_Maps_QuadTreeTileSource_GetTileLayers_System_Int32_System_Int32_System_Int32_System_Collections_Generic_IList_System_Object__">GetTileLayers(int, int, int, IList&lt;object&gt;)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
