# C1.FlexMap.ITileSource

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_FlexMap_ITileSource" data-uid="C1.FlexMap.ITileSource" class="text-break">ITileSource Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the tile source for the <span class="xref">C1.FlexMap.TileLayer</span>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.FlexMap.html">C1.FlexMap</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.4.8.dll</h6>
  <h5 id="C1_FlexMap_ITileSource_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITileSource</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITileSource</code></pre>
  </div>
  <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_FlexMap_ITileSource_TileHeight" data-uid="C1.FlexMap.ITileSource.TileHeight">
          <a class="xref" href="C1.FlexMap.ITileSource.TileHeight.html#C1_FlexMap_ITileSource_TileHeight">TileHeight</a>
        </td>
        <td class="markdown level1 summary"><p>The pixels height of the tile image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_FlexMap_ITileSource_TileWidth" data-uid="C1.FlexMap.ITileSource.TileWidth">
          <a class="xref" href="C1.FlexMap.ITileSource.TileWidth.html#C1_FlexMap_ITileSource_TileWidth">TileWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The pixels width of the tile 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_FlexMap_ITileSource_GetTile_System_Int32_System_Int32_System_Int32_System_String__System_Object__" data-uid="C1.FlexMap.ITileSource.GetTile(System.Int32,System.Int32,System.Int32,System.String@,System.Object@)">
          <a class="xref" href="C1.FlexMap.ITileSource.GetTile.html#C1_FlexMap_ITileSource_GetTile_System_Int32_System_Int32_System_Int32_System_String__System_Object__">GetTile(int, int, int, out string, out object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the uri for the specified tile.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
