# C1.WPF.Maps.MultiScaleTileSource

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Maps_MultiScaleTileSource" data-uid="C1.WPF.Maps.MultiScaleTileSource" class="text-break">MultiScaleTileSource Class
</h1>
  <div class="markdown level0 summary"><p>Base class for C1's <a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.html">MultiScaleTileSource</a> implementations.</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"><span class="xref">MultiScaleTileSource</span></div>
      <div class="level3"><a class="xref" href="C1.WPF.Maps.OpenStreetMapTileSource.html">OpenStreetMapTileSource</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Maps.QuadTreeTileSource.html">QuadTreeTileSource</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_MultiScaleTileSource_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class MultiScaleTileSource : MultiScaleTileSourceBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class MultiScaleTileSource
    Inherits MultiScaleTileSourceBase</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="C1_WPF_Maps_MultiScaleTileSource__ctor_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.WPF.Maps.MultiScaleTileSource.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.-ctor.html#C1_WPF_Maps_MultiScaleTileSource__ctor_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">MultiScaleTileSource(int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.html">MultiScaleTileSource</a> class with the specified parameters.</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_MultiScaleTileSource_TileHeight" data-uid="C1.WPF.Maps.MultiScaleTileSource.TileHeight">
          <a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.TileHeight.html#C1_WPF_Maps_MultiScaleTileSource_TileHeight">TileHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tile height of the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_MultiScaleTileSource_TileWidth" data-uid="C1.WPF.Maps.MultiScaleTileSource.TileWidth">
          <a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.TileWidth.html#C1_WPF_Maps_MultiScaleTileSource_TileWidth">TileWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tile width of the image.</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_MultiScaleTileSource_Initialize" data-uid="C1.WPF.Maps.MultiScaleTileSource.Initialize">
          <a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.Initialize.html#C1_WPF_Maps_MultiScaleTileSource_Initialize">Initialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize the map source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_MultiScaleTileSource_RaiseInitializeCompleted" data-uid="C1.WPF.Maps.MultiScaleTileSource.RaiseInitializeCompleted">
          <a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.RaiseInitializeCompleted.html#C1_WPF_Maps_MultiScaleTileSource_RaiseInitializeCompleted">RaiseInitializeCompleted()</a>
        </td>
        <td class="markdown level1 summary"><p>Raise InitializeCompleted event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_MultiScaleTileSource_InitializeCompleted" data-uid="C1.WPF.Maps.MultiScaleTileSource.InitializeCompleted">
          <a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.InitializeCompleted.html">InitializeCompleted</a>
        </td>
        <td class="markdown level1 summary"><p>Raised when initialization of the map source is completed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
