User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.interactiveoverlay

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.interactiveoverlay [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay ====== 
- 
- 
- 
-<!-- Class --> 
-This class inherits from Overlay abstract class. This specified overlay describle the interative process with MapControl using Mouse or Keyborad. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay</​a>​ 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay]] 
-***[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay]] 
-****[[ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay]] 
-****[[ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay]] 
-****[[ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay]] 
-****[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InteractiveOverlay()|InteractiveOverlay]] ​  ​| ​   |    | Default constructor of this abstract class. ​  | 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Close()|Close]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method dispose unmanaged resource used in this class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(RectangleShape)|Draw]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method draws the overlay with the provided extent in world coordinate. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(RectangleShape,​ OverlayRefreshType)|Draw]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method draws the overlay with the provided extent in world coordinate. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetBoundingBox()|GetBoundingBox]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method gets a bounding box of the Overlay. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Initialize(MapArguments)|Initialize]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method initializes overlay object. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​KeyDown(KeyEventInteractionArguments)|KeyDown]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  ​| ​   | Occurs when key down on the map.   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​KeyUp(KeyEventInteractionArguments)|KeyUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  ​| ​   | Occurs when key up on the map.   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​LoadState(Byte[])|LoadState]] ​  | Byte[] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method restore the overlay state back from the specified state. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ManipulationCompleted(InteractionArguments)|ManipulationCompleted]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ManipulationDelta(InteractionArguments)|ManipulationDelta]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ManipulationStarted(InteractionArguments)|ManipulationStarted]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   |    | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseClick(InteractionArguments)|MouseClick]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | This method will simulate the MouseClick interaction. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseDoubleClick(InteractionArguments)|MouseDoubleClick]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | This method will simulate the MouseDoubleClick interaction. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseDown(InteractionArguments)|MouseDown]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | This method will simulate the MouseDown interaction. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseEnter(InteractionArguments)|MouseEnter]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | Occurs when the mouse enter the map.   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseLeave(InteractionArguments)|MouseLeave]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | Occurs when the mouse leave the map.   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseMove(InteractionArguments)|MouseMove]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | This method will simulate the MouseMove interaction. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseUp(InteractionArguments)|MouseUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | This method will simulate the MouseUp interaction. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseWheel(InteractionArguments)|MouseWheel]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | This method will simulate the MouseWheel interaction. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Open()|Open]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PanTo(RectangleShape)|PanTo]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method pans the overlay to the provided world extent. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(TimeSpan)|Refresh]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(TimeSpan,​ RequestDrawingBufferTimeType)|Refresh]] ​  | TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(RectangleShape,​ TimeSpan)|Refresh]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ TimeSpan ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(RectangleShape,​ TimeSpan, RequestDrawingBufferTimeType)|Refresh]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(IEnumerable<​RectangleShape>,​ TimeSpan, RequestDrawingBufferTimeType)|Refresh]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,​ TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(IEnumerable<​RectangleShape>,​ TimeSpan)|Refresh]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,​ TimeSpan ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(RectangleShape)|Refresh]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh()|Refresh]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(IEnumerable<​RectangleShape>​)|Refresh]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SaveState()|SaveState]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method saves overlay state to a byte array. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Dispose(Boolean)|Dispose]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method dispose unmanaged resource used in this class. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(RectangleShape,​ OverlayRefreshType)|DrawCore]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]](overriden) ​  | This method draws the InterativeInterativeOverlay abstract class. You have to override this API in its sub concrete classes, or it will throw NotImplementedException. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawTileCore(GeoCanvas)|DrawTileCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  ​| ​   |    | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method returns the bounding box of the Overlay. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeCore(MapArguments)|InitializeCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method initializes overlay object. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​KeyDownCore(KeyEventInteractionArguments)|KeyDownCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  ​| ​   | Occurs when key down on the map.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​KeyUpCore(KeyEventInteractionArguments)|KeyUpCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  ​| ​   | Occurs when key up on the map.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​LoadStateCore(Byte[])|LoadStateCore]] ​  | Byte[] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method restore the overlay state back from the specified state. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ManipulationCompletedCore(InteractionArguments)|ManipulationCompletedCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   |    | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ManipulationDeltaCore(InteractionArguments)|ManipulationDeltaCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   |    | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ManipulationStartedCore(InteractionArguments)|ManipulationStartedCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   |    | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseClickCore(InteractionArguments)|MouseClickCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | This protected virtual method is the Core method of MouseClick API.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseDoubleClickCore(InteractionArguments)|MouseDoubleClickCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | This protected virtual method is the Core method of MouseDoubleClick API.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseDownCore(InteractionArguments)|MouseDownCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | This protected virtual method is the Core method of MouseDown API.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseEnterCore(InteractionArguments)|MouseEnterCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | Occurs when the mouse enter the map.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseLeaveCore(InteractionArguments)|MouseLeaveCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | Occurs when the mouse leave the map.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseMoveCore(InteractionArguments)|MouseMoveCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | This protected virtual method is the Core method of MouseMove API.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseUpCore(InteractionArguments)|MouseUpCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | This protected virtual method is the Core method of MouseUp API.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseWheelCore(InteractionArguments)|MouseWheelCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  ​| ​   | This protected virtual method is the Core method of MouseWheel API.   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawing(DrawingOverlayEventArgs)|OnDrawing]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method raises before the overlay is drawing. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingAttribution(DrawingAttributionOverlayEventArgs)|OnDrawingAttribution]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawn(DrawnOverlayEventArgs)|OnDrawn]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method raises after the overlay is drawn. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnAttribution(DrawnAttributionOverlayEventArgs)|OnDrawnAttribution]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs)|OnMapKeyDown]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] ​  ​| ​   | Occurs when key down on the map object. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)|OnMapKeyUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] ​  ​| ​   | Occurs when key up on the map object. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)|OnMapMouseClick]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when MapMouseClick is called. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)|OnMapMouseDoubleClick]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when MapMouseDoubleClick is called. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)|OnMapMouseDown]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when MapMouseDown is called. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs)|OnMapMouseEnter]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] ​  ​| ​   | Occurs when mouse enter on the map object. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs)|OnMapMouseLeave]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]] ​  ​| ​   | Occurs when mouse leave from the map object. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)|OnMapMouseMove]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when MapMouseMove is called. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)|OnMapMouseUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when MapMouseUp is called. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)|OnMapMouseWheel]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when MapMouseWheel is called. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OpenCore()|OpenCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PanToCore(RectangleShape)|PanToCore]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method pans the overlay to the provided world extent. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RefreshCore()|RefreshCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RefreshCore(RectangleShape)|RefreshCore]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SaveStateCore()|SaveStateCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method saves overlay state to a byte array. ​  | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoRefreshInterval|AutoRefreshInterval]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanRefreshRegion|CanRefreshRegion]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingMarginPercentage|DrawingMarginPercentage]] ​  | Double ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​InteractiveClickInterval|InteractiveClickInterval]] ​  | Int32   ​| ​   | Gets and sets click interval. It's a special mouse event that fixes the conflict between mouse click and mouse double click. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsBase|IsBase]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEmpty|IsEmpty]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This property gets if this overlay is empty or not.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | Gets or sets if this overlay is visible. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | Gets or sets current map information which will be used for calculating mechanism. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | Gets or sets the name of this overaly. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OverlayCanvas|OverlayCanvas]] ​  | Canvas ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | Gets or sets the actual canvas which maintains all the visual elements on the overlay. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RenderMode|RenderMode]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode|RenderMode]] ​  ​| ​   | This property gets and sets the render mode for drawing this overlay. ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​IsOverlayInitialized|IsOverlayInitialized]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | Gets or sets if the overlay canvas is initialized. ​  | 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​PreviousExtent|PreviousExtent]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | Gets or sets the previous exent of the overlay. ​  | 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Drawing|Drawing]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This event raises before the overlay is drawing. ​  | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingAttribution|DrawingAttribution]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Drawn|Drawn]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This event raises after the overlay is drawn. ​  | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnAttribution|DrawnAttribution]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapKeyDown|MapKeyDown]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] ​  ​| ​   | Occurs when key down on the map canvas. ​  | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapKeyUp|MapKeyUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] ​  ​| ​   | Occurs when key up on the map canvas. ​  | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseClick|MapMouseClick]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseDoubleClick|MapMouseDoubleClick]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when Mouse double clicked on the Map.   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseDown|MapMouseDown]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when Mouse pressed Down on the Map.   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseEnter|MapMouseEnter]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] ​  ​| ​   | Occurs when mouse enter the map canvas. ​  | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseLeave|MapMouseLeave]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]] ​  ​| ​   | Occurs when mouse leave the map canvas. ​  | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseMove|MapMouseMove]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when Mouse moved on the Map.   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseUp|MapMouseUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when Mouse released up on the Map.   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseWheel|MapMouseWheel]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when Mouse wheel on the Map.   | 
- 
-===== Public Constructors ===== 
-===== Protected Constructors ===== 
-==== InteractiveOverlay() ==== 
-Default constructor of this abstract class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​InteractiveOverlay.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​InteractiveOverlay.28.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#​Protected Constructors|Go Back]] 
-===== Public Methods ===== 
-==== Close() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Close.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Close.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Dispose() ==== 
-This method dispose unmanaged resource used in this class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Dispose.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Dispose.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Draw(RectangleShape) ==== 
-This method draws the overlay with the provided extent in world coordinate. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Draw.28RectangleShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Draw.28RectangleShape.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| targetExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter indicates an extent in world coordinate for drawing the overlay. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Draw(RectangleShape,​ OverlayRefreshType) ==== 
-This method draws the overlay with the provided extent in world coordinate. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Draw.28RectangleShape.2C_OverlayRefreshType.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Draw.28RectangleShape.2C_OverlayRefreshType.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| targetExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter indicates an extent in world coordinate for drawing the overlay. ​  | 
-| refreshType ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType --> ​  | This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn'​t need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode.   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Equals(Object) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Equals.28Object.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetBoundingBox() ==== 
-This method gets a bounding box of the Overlay. 
-=== Remarks === 
-This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay.As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | A RectangleShape indicating the bounding box of this overlay ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​GetHashCode.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​GetType.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== Initialize(MapArguments) ==== 
-This method initializes overlay object. 
-=== Remarks === 
-This is a wrapper method for the virtual method InitializeCore. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| mapArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== KeyDown(KeyEventInteractionArguments) ==== 
-Occurs when key down on the map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​KeyDown.28KeyEventInteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​KeyDown.28KeyEventInteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | A interactive result for key down on the map.   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> ​  | Interaction arguments for key down on the map.   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== KeyUp(KeyEventInteractionArguments) ==== 
-Occurs when key up on the map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​KeyUp.28KeyEventInteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​KeyUp.28KeyEventInteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | A interactive result for key up on the map.   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> ​  | Interaction arguments for key up on the map.   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== LoadState(Byte[]) ==== 
-This method restore the overlay state back from the specified state. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| state   | Byte[]<​!-- System.Byte[[]] --> ​  | This parameter indicates the state for restore the overlay. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== ManipulationCompleted(InteractionArguments) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== ManipulationDelta(InteractionArguments) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== ManipulationStarted(InteractionArguments) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== MouseClick(InteractionArguments) ==== 
-This method will simulate the MouseClick interaction. 
-=== Remarks === 
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== MouseDoubleClick(InteractionArguments) ==== 
-This method will simulate the MouseDoubleClick interaction. 
-=== Remarks === 
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== MouseDown(InteractionArguments) ==== 
-This method will simulate the MouseDown interaction. 
-=== Remarks === 
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== MouseEnter(InteractionArguments) ==== 
-Occurs when the mouse enter the map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseEnter.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseEnter.28InteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | A interactive result for mouse entering the map.   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | Interaction arguments for mouse entering the map.   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== MouseLeave(InteractionArguments) ==== 
-Occurs when the mouse leave the map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseLeave.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseLeave.28InteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | A interactive result for mouse leave the map.   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | Interaction arguments for mouse leave the map.   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== MouseMove(InteractionArguments) ==== 
-This method will simulate the MouseMove interaction. 
-=== Remarks === 
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== MouseUp(InteractionArguments) ==== 
-This method will simulate the MouseUp interaction. 
-=== Remarks === 
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== MouseWheel(InteractionArguments) ==== 
-This method will simulate the MouseWheel interaction. 
-=== Remarks === 
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Methods|Go Back]] 
-==== Open() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Open.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Open.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== PanTo(RectangleShape) ==== 
-This method pans the overlay to the provided world extent. 
-=== Remarks === 
-Some overlay doesn'​t need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| targetExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter is the target world extent for panning. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Refresh(TimeSpan) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Refresh.28TimeSpan.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Refresh.28TimeSpan.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Refresh(TimeSpan,​ RequestDrawingBufferTimeType) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | 
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Refresh(RectangleShape,​ TimeSpan) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Refresh.28RectangleShape.2C_TimeSpan.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Refresh.28RectangleShape.2C_TimeSpan.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Refresh(RectangleShape,​ TimeSpan, RequestDrawingBufferTimeType) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | 
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Refresh(IEnumerable<​RectangleShape>,​ TimeSpan, RequestDrawingBufferTimeType) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   | 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | 
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Refresh(IEnumerable<​RectangleShape>,​ TimeSpan) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   | 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Refresh(RectangleShape) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Refresh.28RectangleShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Refresh.28RectangleShape.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Refresh() ==== 
-This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. 
-=== Remarks === 
-The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== Refresh(IEnumerable<​RectangleShape>​) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== SaveState() ==== 
-This method saves overlay state to a byte array. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​SaveState.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​SaveState.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Byte[]<​!-- System.Byte[[]] --> ​  | A byte array indicates current overlay state. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​ToString.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== CloseCore() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​CloseCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​CloseCore.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== Dispose(Boolean) ==== 
-This method dispose unmanaged resource used in this class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Dispose.28Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Dispose.28Boolean.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| disposing ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== DrawAttributionCore(GeoCanvas) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== DrawCore(RectangleShape,​ OverlayRefreshType) ==== 
-This method draws the InterativeInterativeOverlay abstract class. You have to override this API in its sub concrete classes, or it will throw NotImplementedException. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawCore.28RectangleShape.2C_OverlayRefreshType.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawCore.28RectangleShape.2C_OverlayRefreshType.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| targetExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter is the world extent to draw.   | 
-| overlayRefreshType ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType --> ​  | This parameter indicates whether the overlay needs to be refreshed. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== DrawTileCore(GeoCanvas) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawTileCore.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawTileCore.28GeoCanvas.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== Finalize() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Finalize.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== GetBoundingBoxCore() ==== 
-This method returns the bounding box of the Overlay. 
-=== Remarks === 
-This method returns the bounding box of the Overlay. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This method returns the bounding box of the Overlay. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== InitializeCore(MapArguments) ==== 
-This method initializes overlay object. 
-=== Remarks === 
-When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| mapArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== KeyDownCore(KeyEventInteractionArguments) ==== 
-Occurs when key down on the map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | A interactive result for key down on the map.   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> ​  | Interaction arguments for key down on the map.   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== KeyUpCore(KeyEventInteractionArguments) ==== 
-Occurs when key up on the map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | A interactive result for key up on the map.   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> ​  | Interaction arguments for key up on the map.   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== LoadStateCore(Byte[]) ==== 
-This method restore the overlay state back from the specified state. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| state   | Byte[]<​!-- System.Byte[[]] --> ​  | This parameter indicates the state for restore the overlay. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== ManipulationCompletedCore(InteractionArguments) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== ManipulationDeltaCore(InteractionArguments) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== ManipulationStartedCore(InteractionArguments) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MemberwiseClone.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MouseClickCore(InteractionArguments) ==== 
-This protected virtual method is the Core method of MouseClick API. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseClickCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseClickCore.28InteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== MouseDoubleClickCore(InteractionArguments) ==== 
-This protected virtual method is the Core method of MouseDoubleClick API. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== MouseDownCore(InteractionArguments) ==== 
-This protected virtual method is the Core method of MouseDown API. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseDownCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseDownCore.28InteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== MouseEnterCore(InteractionArguments) ==== 
-Occurs when the mouse enter the map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseEnterCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseEnterCore.28InteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | A interactive result for mouse entering the map.   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | Interaction arguments for mouse entering the map.   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== MouseLeaveCore(InteractionArguments) ==== 
-Occurs when the mouse leave the map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseLeaveCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseLeaveCore.28InteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | A interactive result for mouse leaving the map.   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | Interaction arguments for mouse leaving the map.   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== MouseMoveCore(InteractionArguments) ==== 
-This protected virtual method is the Core method of MouseMove API. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseMoveCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseMoveCore.28InteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== MouseUpCore(InteractionArguments) ==== 
-This protected virtual method is the Core method of MouseUp API. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseUpCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseUpCore.28InteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== MouseWheelCore(InteractionArguments) ==== 
-This protected virtual method is the Core method of MouseWheel API. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseWheelCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseWheelCore.28InteractionArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnDrawing(DrawingOverlayEventArgs) ==== 
-This method raises before the overlay is drawing. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs --> ​  | This parameter is the event argument for Drawing event. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| args   | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnDrawn(DrawnOverlayEventArgs) ==== 
-This method raises after the overlay is drawn. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs --> ​  | This parameter is the event argument for Drawn event. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| args   | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) ==== 
-Occurs when key down on the map object. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs --> ​  | Event argument for the MapKeyDown event. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) ==== 
-Occurs when key up on the map object. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs --> ​  | Event argument for the MapKeyUp event. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) ==== 
-This event will be fired when MapMouseClick is called. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs --> ​  | The MapMouseClickInteractiveOverlayEventArgs passed for the event raised. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) ==== 
-This event will be fired when MapMouseDoubleClick is called. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --> ​  | The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) ==== 
-This event will be fired when MapMouseDown is called. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs --> ​  | The MapMouseDownInteractiveOverlayEventArgs passed for the event raised. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs) ==== 
-Occurs when mouse enter on the map object. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs --> ​  | Event argument for the MapMouseEnter event. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs) ==== 
-Occurs when mouse leave from the map object. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs --> ​  | Event argument for the MapMouseLeave event. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) ==== 
-This event will be fired when MapMouseMove is called. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  | The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) ==== 
-This event will be fired when MapMouseUp is called. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs --> ​  | The MapMouseUpInteractiveOverlayEventArgs passed for the event raised. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) ==== 
-This event will be fired when MapMouseWheel is called. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  | The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OpenCore() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OpenCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OpenCore.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== PanToCore(RectangleShape) ==== 
-This method pans the overlay to the provided world extent. 
-=== Remarks === 
-Some overlay doesn'​t need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| targetExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter is the target world extent for panning. ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== RefreshCore() ==== 
-This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. 
-=== Remarks === 
-The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== RefreshCore(RectangleShape) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​RefreshCore.28RectangleShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​RefreshCore.28RectangleShape.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-==== SaveStateCore() ==== 
-This method saves overlay state to a byte array. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​SaveStateCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​SaveStateCore.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Byte[]<​!-- System.Byte[[]] --> ​  | A byte array indicates current overlay state. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== Attribution ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== AutoRefreshInterval ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​AutoRefreshInterval"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​AutoRefreshInterval</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| TimeSpan<​!-- System.TimeSpan --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== CanRefreshRegion ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​CanRefreshRegion"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​CanRefreshRegion</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== DrawingExceptionMode ==== 
-This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawingExceptionMode"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawingExceptionMode</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<​!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== DrawingMarginPercentage ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Properties|Go Back]] 
-==== InteractiveClickInterval ==== 
-<!-- static --> 
-Gets and sets click interval. It's a special mouse event that fixes the conflict between mouse click and mouse double click. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​InteractiveClickInterval"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​InteractiveClickInterval</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Properties|Go Back]] 
-==== IsBase ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​IsBase"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​IsBase</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== IsEmpty ==== 
-This property gets if this overlay is empty or not. 
-=== Remarks === 
-This property enhances the performance of the overlay while drawing. If is true, we will skip drawing this overlay and continue drawing the next overlay. 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== IsVisible ==== 
-Gets or sets if this overlay is visible. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​IsVisible"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​IsVisible</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== MapArguments ==== 
-Gets or sets current map information which will be used for calculating mechanism. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Initialize.28MapArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Initialize.28MapArguments.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== Name ==== 
-Gets or sets the name of this overaly. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Name"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Name</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== OverlayCanvas ==== 
-Gets or sets the actual canvas which maintains all the visual elements on the overlay. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OverlayCanvas"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OverlayCanvas</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Canvas<​!-- System.Windows.Controls.Canvas --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== RenderMode ==== 
-This property gets and sets the render mode for drawing this overlay. 
-=== Remarks === 
-Set GdiPlus to render map image with Gdi+. We recommend use this value with large data. Set DrawingVisual to render map image with DrawingVisual feature in WPF. Use it when the spatial data is small to get better responding. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode|RenderMode]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-==== IsOverlayInitialized ==== 
-Gets or sets if the overlay canvas is initialized. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​IsOverlayInitialized"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​IsOverlayInitialized</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Properties|Go Back]] 
-==== PreviousExtent ==== 
-Gets or sets the previous exent of the overlay. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​PreviousExtent"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​PreviousExtent</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Properties|Go Back]] 
-===== Public Events ===== 
-==== Drawing ==== 
-This event raises before the overlay is drawing. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Events|Go Back]] 
-==== DrawingAttribution ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Events|Go Back]] 
-==== Drawn ==== 
-This event raises after the overlay is drawn. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Events|Go Back]] 
-==== DrawnAttribution ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Events|Go Back]] 
-==== MapKeyDown ==== 
-Occurs when key down on the map canvas. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Events|Go Back]] 
-==== MapKeyUp ==== 
-Occurs when key up on the map canvas. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Events|Go Back]] 
-==== MapMouseClick ==== 
-This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Events|Go Back]] 
-==== MapMouseDoubleClick ==== 
-This event will be fired when Mouse double clicked on the Map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Events|Go Back]] 
-==== MapMouseDown ==== 
-This event will be fired when Mouse pressed Down on the Map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Events|Go Back]] 
-==== MapMouseEnter ==== 
-Occurs when mouse enter the map canvas. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Events|Go Back]] 
-==== MapMouseLeave ==== 
-Occurs when mouse leave the map canvas. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Events|Go Back]] 
-==== MapMouseMove ==== 
-This event will be fired when Mouse moved on the Map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Events|Go Back]] 
-==== MapMouseUp ==== 
-This event will be fired when Mouse released up on the Map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Events|Go Back]] 
-==== MapMouseWheel ==== 
-This event will be fired when Mouse wheel on the Map. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</​a>​ 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> 
-[[#Public Events|Go Back]] 
- 
-__NOTOC__ 
-[[Category:​WpfDesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.WpfDesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.wpfdesktopedition.interactiveoverlay.1440040136.txt.gz · Last modified: 2015/09/18 03:11 (external edit)