# C1.Win.Map.C1Map

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_C1Map" data-uid="C1.Win.Map.C1Map" class="text-break">C1Map Class
</h1>
  <div class="markdown level0 summary"><p>Represents a map with tiles and vectors.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><span class="xref">C1Map</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Map.html">C1.Win.Map</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_Win_Map_C1Map_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1Map), &quot;C1Map.png&quot;)]
public class C1Map : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1Map), &quot;C1Map.png&quot;)&gt;
Public Class C1Map
    Inherits Control
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize</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_Win_Map_C1Map__ctor" data-uid="C1.Win.Map.C1Map.#ctor">
          <a class="xref" href="C1.Win.Map.C1Map.-ctor.html#C1_Win_Map_C1Map__ctor">C1Map()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Map.C1Map.html">C1Map</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_Win_Map_C1Map_MaxZoomValue" data-uid="C1.Win.Map.C1Map.MaxZoomValue">
          <a class="xref" href="C1.Win.Map.C1Map.MaxZoomValue.html">MaxZoomValue</a>
        </td>
        <td class="markdown level1 summary"><p>The maximum zoom of a C1Map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_MinZoomValue" data-uid="C1.Win.Map.C1Map.MinZoomValue">
          <a class="xref" href="C1.Win.Map.C1Map.MinZoomValue.html">MinZoomValue</a>
        </td>
        <td class="markdown level1 summary"><p>The minimum zoom of a C1Map.</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_Win_Map_C1Map_AllowTranslating" data-uid="C1.Win.Map.C1Map.AllowTranslating">
          <a class="xref" href="C1.Win.Map.C1Map.AllowTranslating.html#C1_Win_Map_C1Map_AllowTranslating">AllowTranslating</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether allow translate the map by user action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_AllowZooming" data-uid="C1.Win.Map.C1Map.AllowZooming">
          <a class="xref" href="C1.Win.Map.C1Map.AllowZooming.html#C1_Win_Map_C1Map_AllowZooming">AllowZooming</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether allow change the zoom by user action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_CoordinateSystem" data-uid="C1.Win.Map.C1Map.CoordinateSystem">
          <a class="xref" href="C1.Win.Map.C1Map.CoordinateSystem.html#C1_Win_Map_C1Map_CoordinateSystem">CoordinateSystem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the coordinate system used by this C1Map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_DefaultSize" data-uid="C1.Win.Map.C1Map.DefaultSize">
          <a class="xref" href="C1.Win.Map.C1Map.DefaultSize.html#C1_Win_Map_C1Map_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_DistanceScale" data-uid="C1.Win.Map.C1Map.DistanceScale">
          <a class="xref" href="C1.Win.Map.C1Map.DistanceScale.html#C1_Win_Map_C1Map_DistanceScale">DistanceScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the distance scale settings for this C1Map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_HorizontalLoop" data-uid="C1.Win.Map.C1Map.HorizontalLoop">
          <a class="xref" href="C1.Win.Map.C1Map.HorizontalLoop.html#C1_Win_Map_C1Map_HorizontalLoop">HorizontalLoop</a>
        </td>
        <td class="markdown level1 summary"><p>Defines whether the map will be scrolled to west or east endlessly.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_Layers" data-uid="C1.Win.Map.C1Map.Layers">
          <a class="xref" href="C1.Win.Map.C1Map.Layers.html#C1_Win_Map_C1Map_Layers">Layers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of map layers displayed in this C1Map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_Legends" data-uid="C1.Win.Map.C1Map.Legends">
          <a class="xref" href="C1.Win.Map.C1Map.Legends.html#C1_Win_Map_C1Map_Legends">Legends</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of legends displayed in this C1Map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_PanTool" data-uid="C1.Win.Map.C1Map.PanTool">
          <a class="xref" href="C1.Win.Map.C1Map.PanTool.html#C1_Win_Map_C1Map_PanTool">PanTool</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the pan tool settings for this C1Map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_TileLayer" data-uid="C1.Win.Map.C1Map.TileLayer">
          <a class="xref" href="C1.Win.Map.C1Map.TileLayer.html#C1_Win_Map_C1Map_TileLayer">TileLayer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tile layer settings for this C1Map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_UseAntiAliasedGraphics" data-uid="C1.Win.Map.C1Map.UseAntiAliasedGraphics">
          <a class="xref" href="C1.Win.Map.C1Map.UseAntiAliasedGraphics.html#C1_Win_Map_C1Map_UseAntiAliasedGraphics">UseAntiAliasedGraphics</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to use anti-aliasing while rendering map graphics.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_Viewport" data-uid="C1.Win.Map.C1Map.Viewport">
          <a class="xref" href="C1.Win.Map.C1Map.Viewport.html#C1_Win_Map_C1Map_Viewport">Viewport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the the viewport settings for this C1Map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_ZoomTool" data-uid="C1.Win.Map.C1Map.ZoomTool">
          <a class="xref" href="C1.Win.Map.C1Map.ZoomTool.html#C1_Win_Map_C1Map_ZoomTool">ZoomTool</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zoom tool settings for this C1Map.</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_Win_Map_C1Map_BeginInit" data-uid="C1.Win.Map.C1Map.BeginInit">
          <a class="xref" href="C1.Win.Map.C1Map.BeginInit.html#C1_Win_Map_C1Map_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_BeginUpdate" data-uid="C1.Win.Map.C1Map.BeginUpdate">
          <a class="xref" href="C1.Win.Map.C1Map.BeginUpdate.html#C1_Win_Map_C1Map_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Begins the batch updating, suspend the frequent repainting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_CalculateAutoZoomCenter_System_Double__C1_Win_Interop_Point__System_Collections_Generic_IEnumerable_C1_Win_Map_VectorItem__" data-uid="C1.Win.Map.C1Map.CalculateAutoZoomCenter(System.Double@,C1.Win.Interop.Point@,System.Collections.Generic.IEnumerable{C1.Win.Map.VectorItem})">
          <a class="xref" href="C1.Win.Map.C1Map.CalculateAutoZoomCenter.html#C1_Win_Map_C1Map_CalculateAutoZoomCenter_System_Double__C1_Win_Interop_Point__System_Collections_Generic_IEnumerable_C1_Win_Map_VectorItem__">CalculateAutoZoomCenter(out double, out Point, IEnumerable&lt;VectorItem&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the suitable zoom and center which can show all or selected the vector items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_CenterTo_System_Drawing_Point_" data-uid="C1.Win.Map.C1Map.CenterTo(System.Drawing.Point)">
          <a class="xref" href="C1.Win.Map.C1Map.CenterTo.html#C1_Win_Map_C1Map_CenterTo_System_Drawing_Point_">CenterTo(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Makes the specified position as the center of the map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_Dispose_System_Boolean_" data-uid="C1.Win.Map.C1Map.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Map.C1Map.Dispose.html#C1_Win_Map_C1Map_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_EndInit" data-uid="C1.Win.Map.C1Map.EndInit">
          <a class="xref" href="C1.Win.Map.C1Map.EndInit.html#C1_Win_Map_C1Map_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_EndUpdate" data-uid="C1.Win.Map.C1Map.EndUpdate">
          <a class="xref" href="C1.Win.Map.C1Map.EndUpdate.html#C1_Win_Map_C1Map_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Ends the batch updating, force a repainting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_EndUpdate_System_Boolean_" data-uid="C1.Win.Map.C1Map.EndUpdate(System.Boolean)">
          <a class="xref" href="C1.Win.Map.C1Map.EndUpdate.html#C1_Win_Map_C1Map_EndUpdate_System_Boolean_">EndUpdate(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Ends the batch updating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_GeographicToLogic_C1_Win_Interop_Point_" data-uid="C1.Win.Map.C1Map.GeographicToLogic(C1.Win.Interop.Point)">
          <a class="xref" href="C1.Win.Map.C1Map.GeographicToLogic.html#C1_Win_Map_C1Map_GeographicToLogic_C1_Win_Interop_Point_">GeographicToLogic(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms a point from geographic coordinates to logic coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_GeographicToScreen_C1_Win_Interop_Point_" data-uid="C1.Win.Map.C1Map.GeographicToScreen(C1.Win.Interop.Point)">
          <a class="xref" href="C1.Win.Map.C1Map.GeographicToScreen.html#C1_Win_Map_C1Map_GeographicToScreen_C1_Win_Interop_Point_">GeographicToScreen(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms a point from geographic coordinates to screen coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_GetBitmap_System_Boolean_" data-uid="C1.Win.Map.C1Map.GetBitmap(System.Boolean)">
          <a class="xref" href="C1.Win.Map.C1Map.GetBitmap.html#C1_Win_Map_C1Map_GetBitmap_System_Boolean_">GetBitmap(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Obtains an bitmap image of the current C1Map display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_GetMetafile_System_Boolean_" data-uid="C1.Win.Map.C1Map.GetMetafile(System.Boolean)">
          <a class="xref" href="C1.Win.Map.C1Map.GetMetafile.html#C1_Win_Map_C1Map_GetMetafile_System_Boolean_">GetMetafile(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Obtains an metafile of the current C1Map display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_HitTest_System_Drawing_Point_" data-uid="C1.Win.Map.C1Map.HitTest(System.Drawing.Point)">
          <a class="xref" href="C1.Win.Map.C1Map.HitTest.html#C1_Win_Map_C1Map_HitTest_System_Drawing_Point_">HitTest(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns information about the map at a specified point on the map boundary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_IsInputKey_System_Windows_Forms_Keys_" data-uid="C1.Win.Map.C1Map.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Win.Map.C1Map.IsInputKey.html#C1_Win_Map_C1Map_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_LogicToGeographic_C1_Win_Interop_Point_" data-uid="C1.Win.Map.C1Map.LogicToGeographic(C1.Win.Interop.Point)">
          <a class="xref" href="C1.Win.Map.C1Map.LogicToGeographic.html#C1_Win_Map_C1Map_LogicToGeographic_C1_Win_Interop_Point_">LogicToGeographic(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms a point from logic coordinates to geographic coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_LogicToScreen_C1_Win_Interop_Point_" data-uid="C1.Win.Map.C1Map.LogicToScreen(C1.Win.Interop.Point)">
          <a class="xref" href="C1.Win.Map.C1Map.LogicToScreen.html#C1_Win_Map_C1Map_LogicToScreen_C1_Win_Interop_Point_">LogicToScreen(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms a point from logic coordinates to screen coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_OnClick_System_EventArgs_" data-uid="C1.Win.Map.C1Map.OnClick(System.EventArgs)">
          <a class="xref" href="C1.Win.Map.C1Map.OnClick.html#C1_Win_Map_C1Map_OnClick_System_EventArgs_">OnClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_OnGotFocus_System_EventArgs_" data-uid="C1.Win.Map.C1Map.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Map.C1Map.OnGotFocus.html#C1_Win_Map_C1Map_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.Map.C1Map.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.Map.C1Map.OnKeyDown.html#C1_Win_Map_C1Map_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_OnLostFocus_System_EventArgs_" data-uid="C1.Win.Map.C1Map.OnLostFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Map.C1Map.OnLostFocus.html#C1_Win_Map_C1Map_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Map.C1Map.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Map.C1Map.OnMouseDown.html#C1_Win_Map_C1Map_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_OnMouseMove_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Map.C1Map.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Map.C1Map.OnMouseMove.html#C1_Win_Map_C1Map_OnMouseMove_System_Windows_Forms_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Map.C1Map.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Map.C1Map.OnMouseUp.html#C1_Win_Map_C1Map_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_OnMouseWheel_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Map.C1Map.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Map.C1Map.OnMouseWheel.html#C1_Win_Map_C1Map_OnMouseWheel_System_Windows_Forms_MouseEventArgs_">OnMouseWheel(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Map.C1Map.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Map.C1Map.OnPaint.html#C1_Win_Map_C1Map_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_ResetToDefaultStyle" data-uid="C1.Win.Map.C1Map.ResetToDefaultStyle">
          <a class="xref" href="C1.Win.Map.C1Map.ResetToDefaultStyle.html#C1_Win_Map_C1Map_ResetToDefaultStyle">ResetToDefaultStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the map styles to default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_ScreenToGeographic_C1_Win_Interop_Point_" data-uid="C1.Win.Map.C1Map.ScreenToGeographic(C1.Win.Interop.Point)">
          <a class="xref" href="C1.Win.Map.C1Map.ScreenToGeographic.html#C1_Win_Map_C1Map_ScreenToGeographic_C1_Win_Interop_Point_">ScreenToGeographic(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms a point from screen coordinates to geographic coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_ScreenToLogic_C1_Win_Interop_Point_" data-uid="C1.Win.Map.C1Map.ScreenToLogic(C1.Win.Interop.Point)">
          <a class="xref" href="C1.Win.Map.C1Map.ScreenToLogic.html#C1_Win_Map_C1Map_ScreenToLogic_C1_Win_Interop_Point_">ScreenToLogic(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms a point from screen coordinates to logic coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_SetZoomCenter_System_Double_C1_Win_Interop_Point_" data-uid="C1.Win.Map.C1Map.SetZoomCenter(System.Double,C1.Win.Interop.Point)">
          <a class="xref" href="C1.Win.Map.C1Map.SetZoomCenter.html#C1_Win_Map_C1Map_SetZoomCenter_System_Double_C1_Win_Interop_Point_">SetZoomCenter(double, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the zoom and center of the map.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_Translate_System_Single_System_Single_" data-uid="C1.Win.Map.C1Map.Translate(System.Single,System.Single)">
          <a class="xref" href="C1.Win.Map.C1Map.Translate.html#C1_Win_Map_C1Map_Translate_System_Single_System_Single_">Translate(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the map with the specified offsets.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_ZoomAt_System_Double_System_Drawing_Point_" data-uid="C1.Win.Map.C1Map.ZoomAt(System.Double,System.Drawing.Point)">
          <a class="xref" href="C1.Win.Map.C1Map.ZoomAt.html#C1_Win_Map_C1Map_ZoomAt_System_Double_System_Drawing_Point_">ZoomAt(double, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms the map with the specified delta, at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_ZoomToItems_System_Collections_Generic_IEnumerable_C1_Win_Map_VectorItem__" data-uid="C1.Win.Map.C1Map.ZoomToItems(System.Collections.Generic.IEnumerable{C1.Win.Map.VectorItem})">
          <a class="xref" href="C1.Win.Map.C1Map.ZoomToItems.html#C1_Win_Map_C1Map_ZoomToItems_System_Collections_Generic_IEnumerable_C1_Win_Map_VectorItem__">ZoomToItems(IEnumerable&lt;VectorItem&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Zoom to fit the selected items.</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_Win_Map_C1Map_CenterChanged" data-uid="C1.Win.Map.C1Map.CenterChanged">
          <a class="xref" href="C1.Win.Map.C1Map.CenterChanged.html">CenterChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the center of the map is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_TileLoaded" data-uid="C1.Win.Map.C1Map.TileLoaded">
          <a class="xref" href="C1.Win.Map.C1Map.TileLoaded.html">TileLoaded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the tile image is downloaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_C1Map_ZoomChanged" data-uid="C1.Win.Map.C1Map.ZoomChanged">
          <a class="xref" href="C1.Win.Map.C1Map.ZoomChanged.html">ZoomChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the zoom of the map is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
