# C1.WPF.Maps.C1MultiScaleImage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Maps_C1MultiScaleImage" data-uid="C1.WPF.Maps.C1MultiScaleImage" class="text-break">C1MultiScaleImage Class
</h1>
  <div class="markdown level0 summary"><p>This object enables users to open a multi-resolution image which can be zoomed in on and panned across.</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="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><span class="xref">C1MultiScaleImage</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</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_C1MultiScaleImage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Root&quot;, Type = typeof(Canvas))]
public class C1MultiScaleImage : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Root&quot;, Type:=GetType(Canvas))&gt;
Public Class C1MultiScaleImage
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</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_C1MultiScaleImage__ctor" data-uid="C1.WPF.Maps.C1MultiScaleImage.#ctor">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.-ctor.html#C1_WPF_Maps_C1MultiScaleImage__ctor">C1MultiScaleImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.html">C1MultiScaleImage</a> class.</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="C1_WPF_Maps_C1MultiScaleImage_ImageCacheModeProperty" data-uid="C1.WPF.Maps.C1MultiScaleImage.ImageCacheModeProperty">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.ImageCacheModeProperty.html">ImageCacheModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.ImageCacheMode.html#C1_WPF_Maps_C1MultiScaleImage_ImageCacheMode">ImageCacheMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_SourceProperty" data-uid="C1.WPF.Maps.C1MultiScaleImage.SourceProperty">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.SourceProperty.html">SourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.Source.html#C1_WPF_Maps_C1MultiScaleImage_Source">Source</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_ViewportOriginProperty" data-uid="C1.WPF.Maps.C1MultiScaleImage.ViewportOriginProperty">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.ViewportOriginProperty.html">ViewportOriginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.ViewportOrigin.html#C1_WPF_Maps_C1MultiScaleImage_ViewportOrigin">ViewportOrigin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_ViewportWidthProperty" data-uid="C1.WPF.Maps.C1MultiScaleImage.ViewportWidthProperty">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.ViewportWidthProperty.html">ViewportWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.ViewportWidth.html#C1_WPF_Maps_C1MultiScaleImage_ViewportWidth">ViewportWidth</a> dependency property.</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_C1MultiScaleImage_FadeInTiles" data-uid="C1.WPF.Maps.C1MultiScaleImage.FadeInTiles">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.FadeInTiles.html#C1_WPF_Maps_C1MultiScaleImage_FadeInTiles">FadeInTiles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether tiles fade in on load.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_ImageCacheMode" data-uid="C1.WPF.Maps.C1MultiScaleImage.ImageCacheMode">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.ImageCacheMode.html#C1_WPF_Maps_C1MultiScaleImage_ImageCacheMode">ImageCacheMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which mode should be taken to cache the image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_IsDisposed" data-uid="C1.WPF.Maps.C1MultiScaleImage.IsDisposed">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.IsDisposed.html#C1_WPF_Maps_C1MultiScaleImage_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_Source" data-uid="C1.WPF.Maps.C1MultiScaleImage.Source">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.Source.html#C1_WPF_Maps_C1MultiScaleImage_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.Maps.MultiScaleTileSource.html">MultiScaleTileSource</a> used to obtain the Uris of the tiles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_ViewportOrigin" data-uid="C1.WPF.Maps.C1MultiScaleImage.ViewportOrigin">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.ViewportOrigin.html#C1_WPF_Maps_C1MultiScaleImage_ViewportOrigin">ViewportOrigin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top-left corner of the area of the image to be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_ViewportWidth" data-uid="C1.WPF.Maps.C1MultiScaleImage.ViewportWidth">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.ViewportWidth.html#C1_WPF_Maps_C1MultiScaleImage_ViewportWidth">ViewportWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the area of the image displayed.</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_C1MultiScaleImage_BeginUpdate" data-uid="C1.WPF.Maps.C1MultiScaleImage.BeginUpdate">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.BeginUpdate.html#C1_WPF_Maps_C1MultiScaleImage_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Maintains performance while properties are set to the <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.html">C1MultiScaleImage</a> one at a time
by preventing the control from updating until the <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.EndUpdate.html#C1_WPF_Maps_C1MultiScaleImage_EndUpdate">EndUpdate()</a>
method is called.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_Dispose" data-uid="C1.WPF.Maps.C1MultiScaleImage.Dispose">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.Dispose.html#C1_WPF_Maps_C1MultiScaleImage_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_Dispose_System_Boolean_" data-uid="C1.WPF.Maps.C1MultiScaleImage.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.Dispose.html#C1_WPF_Maps_C1MultiScaleImage_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_EndUpdate" data-uid="C1.WPF.Maps.C1MultiScaleImage.EndUpdate">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.EndUpdate.html#C1_WPF_Maps_C1MultiScaleImage_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes updating the <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.html">C1MultiScaleImage</a> after updates are suspended by the
<a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.BeginUpdate.html#C1_WPF_Maps_C1MultiScaleImage_BeginUpdate">BeginUpdate()</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_Finalize" data-uid="C1.WPF.Maps.C1MultiScaleImage.Finalize">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.Finalize.html#C1_WPF_Maps_C1MultiScaleImage_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.html">C1MultiScaleImage</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_C1MultiScaleImage_OnApplyTemplate" data-uid="C1.WPF.Maps.C1MultiScaleImage.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.OnApplyTemplate.html#C1_WPF_Maps_C1MultiScaleImage_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></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_C1MultiScaleImage_TilesLoadProgress" data-uid="C1.WPF.Maps.C1MultiScaleImage.TilesLoadProgress">
          <a class="xref" href="C1.WPF.Maps.C1MultiScaleImage.TilesLoadProgress.html">TilesLoadProgress</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the number of tiles that need to be loaded changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
