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
thinkgeo.mapsuite.wpfdesktopedition.interactiveoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class inherits from Overlay abstract class. This specified overlay describle the interative process with MapControl using Mouse or Keyborad. 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 ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay]] +    *ThinkGeo.MapSuite.WpfDesktopEdition.Overlay 
-***[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay]] +      ***ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay** 
-****[[ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay]] +        ​*[[ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay]] 
-****[[ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay]] +        *[[ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay]] 
-****[[ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay]] +        *[[ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay]] 
-****[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay]]+        *[[ThinkGeo.MapSuite.WpfDesktopEdition.TrackInteractiveOverlay]]
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} InteractiveOverlay() ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#InteractiveOverlay()|InteractiveOverlay]] ​  ​| ​   |    | Default constructor of this abstract class. ​  |+
  
 +  * //Default constructor of this abstract class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​InteractiveOverlay.28.29//​
 +== Parameters ==
 +<div newline></​div>​
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} MouseDown(InteractionArguments) ​**
-{{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 ​  ​| ​   |+
  
 +  * //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 ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​This parameter is the interaction auguments for the method.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} 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 ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​This parameter is the interaction auguments for the method.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ManipulationStarted(InteractionArguments) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ManipulationDelta(InteractionArguments) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ManipulationCompleted(InteractionArguments) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} 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 ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​This parameter is the interaction auguments for the method.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} 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 ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​This parameter is the interaction auguments for the method.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} 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 ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​This parameter is the interaction auguments for the method.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} 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 ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​This parameter is the interaction auguments for the method.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} MouseLeave(InteractionArguments) **
 +
 +  * //Occurs when the mouse leave the map.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseLeave.28InteractionArguments.29//​
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​A interactive result for mouse leave the map.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​Interaction arguments for mouse leave the map.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} MouseEnter(InteractionArguments) **
 +
 +  * //Occurs when the mouse enter the map.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseEnter.28InteractionArguments.29//​
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​A interactive result for mouse entering the map.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​Interaction arguments for mouse entering the map.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} KeyUp(KeyEventInteractionArguments) **
 +
 +  * //Occurs when key up on the map.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​KeyUp.28KeyEventInteractionArguments.29//​
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​A interactive result for key up on the map.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]
 +    * Description:​Interaction arguments for key up on the map.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} KeyDown(KeyEventInteractionArguments) **
 +
 +  * //Occurs when key down on the map.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​KeyDown.28KeyEventInteractionArguments.29//​
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​A interactive result for key down on the map.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]
 +    * Description:​Interaction arguments for key down on the map.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>​) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Refresh.28TimeSpan.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan,​RequestDrawingBufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Refresh.28RectangleShape.2C_TimeSpan.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​bufferTimeType//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Initialize(MapArguments) **
 +
 +  * //This method initializes overlay object.//
 +== Remarks ==
 +  * //This is a wrapper method for the virtual method InitializeCore.//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​mapArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]
 +    * Description:​This parameter maintains current map information for calculating mechanism.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Refresh.28RectangleShape.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //extent//
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} 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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Close() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Close.28.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Open() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Open.28.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} 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:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Draw.28RectangleShape.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​targetExtent//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​This parameter indicates an extent in world coordinate for drawing the overlay.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} 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:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Draw.28RectangleShape.2C_OverlayRefreshType.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​targetExtent//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​This parameter indicates an extent in world coordinate for drawing the overlay.
 +
 +  * //​refreshType//​
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]
 +    * Description:​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.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} 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 ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​targetExtent//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​This parameter is the target world extent for panning.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} 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 ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +  * Description:​A RectangleShape indicating the bounding box of this overlay
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SaveState() **
 +
 +  * //This method saves overlay state to a byte array.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​SaveState.28.29//​
 +
 +== Return Value ==
 +  * Type:Byte[]
 +  * Description:​A byte array indicates current overlay state.
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} 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://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //state//
 +    * Type:Byte[]
 +    * Description:​This parameter indicates the state for restore the overlay.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Dispose() **
 +
 +  * //This method dispose unmanaged resource used in this class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Dispose.28.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToString() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​ToString.28.29//​
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Equals.28Object.29//​
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //obj//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​GetHashCode.28.29//​
 +
 +== Return Value ==
 +  * Type:Int32
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetType() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​GetType.28.29//​
 +
 +== Return Value ==
 +  * Type:Type
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} MouseDownCore(InteractionArguments) ​**
-{{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 ==== +  ​* //This protected virtual method is the Core method of MouseDown API.// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  ​| String ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#MouseDownCore.28InteractionArguments.29//
-| {{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 ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​IsOverlayInitialized|IsOverlayInitialized]] ​  | Boolean ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]]   | Gets or sets if the overlay canvas is initialized. ​  | +  * Description:Interaction results ​of this method.
-| {{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 ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //​interactionArguments//​ 
-| {{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. ​  | +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingAttribution|DrawingAttribution]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   +    ​* Description:This parameter ​is the interaction auguments for the method.
-| {{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 ===== +<div newline></div
-===== Protected Constructors ===== +** {{wiki:​ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments) **
-==== 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]] +  * //This protected virtual method is the Core method of MouseMove API.// 
-===== Public Methods ===== +== Remarks == 
-==== Close() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseMoveCore.28InteractionArguments.29//
-=== 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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
 +  Description:​Interaction results of this method.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== Dispose() ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-This method dispose unmanaged resource used in this class. +    ​* ​Description:This parameter is the interaction auguments for the method.
-=== 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} ManipulationStartedCore(InteractionArguments) **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Draw(RectangleShape) ==== +  * //For the most updated Info for this topic, please check it here://
-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 === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| targetExtent ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter indicates an extent in world coordinate for drawing the overlay. ​  |+  * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== Draw(RectangleShape,​ OverlayRefreshType) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-This method draws the overlay with the provided extent in world coordinate. +    ​* ​Description:N/A
-=== 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 === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} ManipulationDeltaCore(InteractionArguments) **
-| 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 --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Equals(Object) ==== +  * //For the most updated Info for this topic, please check it here://
-=== 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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​interactionArguments//​ 
-==== GetBoundingBox() ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-This method gets a bounding box of the Overlay. +    * Description:​N/​A
-=== 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 --> ​  ​| ​RectangleShape indicating the bounding box of this overlay ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} ManipulationCompletedCore(InteractionArguments) **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetHashCode() ==== +  * //For the most updated Info for this topic, please check it here://
-=== 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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== GetType() ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-=== Remarks === +    ​* ​Description:N/A
-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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} MouseUpCore(InteractionArguments) **
  
-<!-- System.Object --> +  * //This protected virtual ​method is the Core method ​of MouseUp API.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Initialize(MapArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseUpCore.28InteractionArguments.29//​
-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 === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| mapArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  |+  * Description:​Interaction results of this method.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== KeyDown(KeyEventInteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-Occurs when key down on the map. +    * Description:​This parameter is the interaction auguments ​for the method.
-=== 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseClickCore(InteractionArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --  | Interaction arguments for key down on the map  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //This protected virtual method is the Core method of MouseClick API.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== KeyUp(KeyEventInteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseClickCore.28InteractionArguments.29//
-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 === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> ​  ​| ​Interaction ​arguments for key up on the map  |+  * Description:​Interaction ​results of this method.
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​interactionArguments//​ 
-==== LoadState(Byte[]) ==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-This method restore ​the overlay state back from the specified state. +    * Description:​This parameter is the interaction auguments for the method.
-=== 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments) **
-| state   | Byte[]<!-- System.Byte[[]] --  | This parameter indicates the state for restore the overlay  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This protected virtual method is the Core method of MouseDoubleClick API.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ManipulationCompleted(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29//
-=== 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 === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   |+  * Description:​Interaction results of this method.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​interactionArguments/​
-==== ManipulationDelta(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-=== Remarks === +    * Description:​This parameter is the interaction auguments for the method.
-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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //This protected virtual method is the Core method of MouseWheel API.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ManipulationStarted(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseWheelCore.28InteractionArguments.29//
-=== 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 === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   |+  * Description:​Interaction results of this method.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​interactionArguments//​ 
-==== MouseClick(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-This method will simulate the MouseClick interaction. +    * Description:​This parameter is the interaction auguments for the method.
-=== 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseLeaveCore(InteractionArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //Occurs when the mouse leave the map.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MouseDoubleClick(InteractionArguments) ==== +  * //For the most updated Info for this topicplease check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseLeaveCore.28InteractionArguments.29//
-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 methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf 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 === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments ​for the method  |+  * Description:​A interactive result ​for mouse leaving ​the map.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​interactionArguments//​ 
-==== MouseDown(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-This method will simulate the MouseDown interaction. +    * Description:​Interaction ​arguments for mouse leaving the map.
-=== 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseEnterCore(InteractionArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //Occurs when the mouse enter the map.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MouseEnter(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MouseEnterCore.28InteractionArguments.29//​
-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 === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | Interaction arguments ​for mouse entering the map.   |+  * Description:​A interactive result ​for mouse entering the map.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== MouseLeave(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-Occurs when the mouse leave the map. +    * Description:​Interaction arguments ​for mouse entering ​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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --  | Interaction arguments for mouse leave the map  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //Occurs when key up on the map.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MouseMove(InteractionArguments) ==== +  * //For the most updated Info for this topicplease check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29//
-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 methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf 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 === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments ​for the method  |+  * Description:​A interactive result ​for key up on the map.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​interactionArguments//​ 
-==== MouseUp(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] 
-This method will simulate the MouseUp interaction. +    * Description:​Interaction ​arguments for key up on the map.
-=== 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --  | This parameter is the interaction auguments for the method  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //Occurs when key down on the map.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MouseWheel(InteractionArguments) ==== +  * //For the most updated Info for this topicplease check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29//
-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 methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf 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 === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments ​for the method  |+  * Description:​A interactive result ​for key down on the map.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== Open() ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] 
-=== Remarks === +    ​* ​Description:​Interaction arguments for key down on the map.
-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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This event will be fired when MapMouseDown is called.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== PanTo(RectangleShape) ==== +  * //For the most updated Info for this topicplease check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29//​
-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 redrawwe can only change its positionWhen mouse up to end panning, we can redraw the overlay for better performance. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| targetExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter is the target world extent for panning. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== Refresh(TimeSpan) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] 
-=== Remarks === +    ​* ​Description:The MapMouseDownInteractiveOverlayEventArgs passed for the event raised.
-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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) **
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This event will be fired when MapMouseMove is called.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Refresh(TimeSpan,​ RequestDrawingBufferTimeType) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29//​
-=== 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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | +  Description:N/A
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== Refresh(RectangleShape,​ TimeSpan) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] 
-=== Remarks === +    ​* ​Description:The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised.
-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 === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) **
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --  |    | +
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This event will be fired when MapMouseUp is called.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Refresh(RectangleShape,​ TimeSpan, RequestDrawingBufferTimeType) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29//​
-=== 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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +  Description:N/A
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | +
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-==== Refresh(IEnumerable<​RectangleShape>,​ TimeSpan, RequestDrawingBufferTimeType) ==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] 
-=== Remarks === +    * Description:​The MapMouseUpInteractiveOverlayEventArgs passed for the event raised.
-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 === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) **
-| 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 --> +  * //This event will be fired when MapMouseClick is called.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Refresh(IEnumerable<​RectangleShape>,​ TimeSpan) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29//​
-=== 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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   | +  Description:N/A
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== Refresh(RectangleShape) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] 
-=== Remarks === +    ​* ​Description:The MapMouseClickInteractiveOverlayEventArgs passed for the event raised.
-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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) **
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This event will be fired when MapMouseDoubleClick ​is called.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Refresh() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29//​
-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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-==== Refresh(IEnumerable<​RectangleShape>​) ==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] 
-=== Remarks === +    * Description:​The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised.
-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 === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) **
-| extentsToRefresh ​  | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape--> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This event will be fired when MapMouseWheel is called.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== SaveState() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29//
-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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== ToString() ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] 
-=== Remarks === +    ​* ​Description:The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised.
-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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs) **
  
-<!-- System.Object --> +  * //Occurs when mouse leave from the map object.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29//
-==== 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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== Dispose(Boolean) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]] 
-This method dispose unmanaged resource used in this class. +    ​* ​Description:Event argument for the MapMouseLeave event.
-=== 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs) **
-| disposing ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //Occurs when mouse enter on the map object.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== DrawAttributionCore(GeoCanvas) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29//
-=== 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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== DrawCore(RectangleShape,​ OverlayRefreshType) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] 
-This method draws the InterativeInterativeOverlay abstract class. You have to override this API in its sub concrete classes, or it will throw NotImplementedException. +    ​* ​Description:Event argument for the MapMouseEnter event.
-=== 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 === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) **
-| 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) --> +  * //Occurs when key up on the map object.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== DrawTileCore(GeoCanvas) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29//
-=== 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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== Finalize() ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] 
-=== Remarks === +    ​* ​Description:Event argument for the MapKeyUp event.
-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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) **
  
-<!-- System.Object(overriden) --> +  * //Occurs when key down on the map object.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== GetBoundingBoxCore() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29//
-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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //e// 
-==== InitializeCore(MapArguments) ==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] 
-This method initializes overlay object. +    * Description:​Event argument for the MapKeyDown event.
-=== 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DrawCore(RectangleShape,​OverlayRefreshType) **
-| mapArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --  | This parameter maintains current map information for calculating mechanism  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This method draws the InterativeInterativeOverlay abstract classYou have to override this API in its sub concrete classes, or it will throw NotImplementedException.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== KeyDownCore(KeyEventInteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawCore.28RectangleShape.2C_OverlayRefreshType.29//
-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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> ​  | Interaction arguments for key down on the map.   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//targetExtent// 
-==== KeyUpCore(KeyEventInteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-Occurs when key up on the map. +    * Description:​This parameter is the world extent to draw.
-=== 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 === +  * //​overlayRefreshType//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> ​  | Interaction arguments for key up on the map  |+    * Description:​This parameter indicates whether ​the overlay needs to be refreshed.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} LhQ=(LayerTile) **
-==== 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 === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| state   | Byte[]<​!-- System.Byte[[]] --> ​  | This parameter indicates the state for restore the overlay. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== ManipulationCompletedCore(InteractionArguments) ==== +  * Description:N/A
-=== 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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​layerTile//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile|LayerTile]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} IhQ=(RectangleShape,​Double) **
-==== 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 === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== ManipulationStartedCore(InteractionArguments) ==== +  * Description:​N/​A
-=== 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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetExtent//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //resolution// 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:Double 
-==== MemberwiseClone() ==== +    ​* Description:​N/​A
-=== 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DrawTileCore(GeoCanvas) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseClickCore(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawTileCore.28GeoCanvas.29//
-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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//geoCanvas// 
-==== MouseDoubleClickCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-This protected virtual method is the Core method of MouseDoubleClick API. +    * Description:​N/​A
-=== 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} InitializeCore(MapArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --  | This parameter is the interaction auguments for the method  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //This method ​initializes overlay object.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseDownCore(InteractionArguments) ==== +  * //When implementing ​this methodconsider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property.//
-This protected virtual ​method ​is the Core method of MouseDown API+
-=== Remarks ​=== +
-For the most updated Info for this topicplease 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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//mapArguments// 
-==== MouseEnterCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] 
-Occurs when the mouse enter the map. +    * Description:​This parameter maintains current map information ​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#​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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} RefreshCore(RectangleShape) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --  | Interaction arguments for mouse entering the map  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseLeaveCore(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​RefreshCore.28RectangleShape.29//
-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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | Interaction arguments for mouse leaving the map.   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//extent// 
-==== MouseMoveCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-This protected virtual method is the Core method of MouseMove API. +    * Description:​N/​A
-=== 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} RefreshCore() **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --  | This parameter is the interaction auguments for the method  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //This method ​refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changedcall Refresh to refresh all the tiles to accept new styles.// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MouseUpCore(InteractionArguments) ==== +  * //The difference from Draw() ​method ​is that Refresh() method refreshs all the elements while Draw() does not.//
-This protected virtual ​method ​is the Core method of MouseUp API. +
-=== Remarks === +
-For the most updated Info for this topicplease 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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== MouseWheelCore(InteractionArguments) ​==== +** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
-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 === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​CloseCore.28.29//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnDrawing(DrawingOverlayEventArgs) ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs --  | This parameter is the event argument for Drawing event  ​|+** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OpenCore.28.29//
-=== 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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| args   | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== OnDrawn(DrawnOverlayEventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} 4hM=(GeoCanvas) **
-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 === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs --> ​  | This parameter is the event argument for Drawn event. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== +  * Description:N/A
-=== 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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​canvas//​ 
-| args   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) **
-==== 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 === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs --> ​  | Event argument for the MapKeyDown event  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​canvas//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs --> ​  | Event argument for the MapKeyUp event. ​  |+    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) **
-==== 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 === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs --> ​  | The MapMouseClickInteractiveOverlayEventArgs passed for the event raised  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --> ​  | The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised. ​  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) **
-==== 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 === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs --> ​  | The MapMouseDownInteractiveOverlayEventArgs passed for the event raised  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs) ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs --> ​  | Event argument for the MapMouseEnter event. ​  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} PanToCore(RectangleShape) **
-==== 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 === +  * //This method pans the overlay to the provided world extent.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs --> ​  | Event argument ​for the MapMouseLeave event  |+  ​* //Some overlay doesn'​t need to continously drawing all the tileFor example, MarkerOverlay is formed by markersWhen mouse down to pan, the markers don't need to redraw, we can only change its positionWhen mouse up to end panning, we can redraw the overlay ​for better performance.//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetExtent//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  | The MapMouseMoveInteractiveOverlayEventArgs passed ​for the event raised  |+    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​This parameter is the target world extent ​for panning.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) **
-==== 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 === +  * //This method raises before the overlay is drawing.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs --> ​  | The MapMouseUpInteractiveOverlayEventArgs passed for the event raised  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  | The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] 
 +    * Description:​This parameter is the event argument for Drawing event.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) **
-==== 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 === +  * //This method raises after the overlay is drawn.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== PanToCore(RectangleShape) ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| targetExtent ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​This parameter is the target world extent ​for panning  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] 
 +    * Description:​This parameter is the event argument ​for Drawn event.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
-==== 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 === +  * //This method returns the bounding box of the Overlay.//​ 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //This method returns the bounding box of the Overlay.//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== RefreshCore(RectangleShape) ​==== +  ​* ​Description:This method returns the bounding box 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#​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 ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} SaveStateCore() **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This method saves overlay state to a byte array.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== SaveStateCore() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​SaveStateCore.28.29//​
-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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Byte[] 
 +  Description:A byte array indicates current overlay state.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-===== Public Properties ===== +** {{wiki:​ProtectedMethod.gif|}} LoadStateCore(Byte[]) **
-==== 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 --> +  * //This method restore the overlay state back from the specified state.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== AutoRefreshInterval ==== +  * //For the most updated Info for this topic, please check it here://
-=== 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 --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== CanRefreshRegion ==== +  * Description:​N/​A
-=== 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 --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//state// 
-==== DrawingExceptionMode ​==== +    ​* ​Type:Byte[] 
-This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. +    * Description:​This parameter indicates the state for restore 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#​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 --> +<div newline></div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== 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 --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== InteractiveClickInterval ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Finalize.28.29//
-<!-- 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 --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== IsBase ==== +  * Description:​N/​A
-=== 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 --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== IsEmpty ​==== +** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) **
-This property gets if this overlay is empty or not. +
-=== Remarks === +
-This property enhances the performance of the overlay while drawingIf 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 --> +  * //This method dispose unmanaged resource used in this class.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== IsVisible ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Dispose.28Boolean.29//
-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 --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== MapArguments ==== +  * Description:​N/​A
-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 --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//disposing// 
-==== Name ==== +    ​* ​Type:Boolean 
-Gets or sets the name of this overaly. +    * Description:​N/​A
-=== 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 --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnRefreshing(OverlayRefreshType) ** 
-==== OverlayCanvas ​==== + 
-Gets or sets the actual canvas which maintains all the visual elements on the overlay. +  * //N/A// 
-=== Remarks ​=== +== 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+  * //N/A// 
-=== Return Value === + 
-Return Type ^ +== Return Value == 
-| Canvas<​!-- System.Windows.Controls.Canvas --> ​  |+  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +  * //​refreshType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​MemberwiseClone.28.29// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></div
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} DrawingMarginPercentage ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here: 
 +== Return ​Value == 
 +  * Type:Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} RenderMode **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== RenderMode ==== 
 This property gets and sets the render mode for drawing this overlay. This property gets and sets the render mode for drawing this overlay.
-=== Remarks ​===+== 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. 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 Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode|RenderMode]]
-[[ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode|RenderMode]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay ​--> +** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +N/A 
-==== IsOverlayInitialized ​==== +== Remarks == 
-Gets or sets if the overlay ​canvas ​is initialized+For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​AutoRefreshInterval 
-=== Remarks ​=== +== Return Value == 
-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>​ +  * Type:​TimeSpan 
-=== Return Value === + 
-^ Return ​Type ^ +** {{wiki:​PublicProperty.gif|}} Name ** 
-Boolean<​!-- System.Boolean ​--> ​  |+ 
 +Gets or sets the name of this overaly. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Name 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} 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:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​Initialize.28MapArguments.29 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} 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:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OverlayCanvas 
 +== Return Value == 
 +  * Type:​Canvas 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsBase ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​IsBase 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanRefreshRegion ** 
 + 
 +N/A 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​CanRefreshRegion 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} 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:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawingExceptionMode 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +Gets or sets if this overlay is visible
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​IsVisible 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Attribution ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29 
 +== Return Value == 
 +  ​* ​Type:String 
 + 
 +** {{wiki:​PublicProperty.gif|}} 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 == 
 +  * Type:Boolean 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} PreviousExtent **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Properties|Go Back]] 
-==== PreviousExtent ==== 
 Gets or sets the previous exent of the overlay. Gets or sets the previous exent of the overlay.
-=== Remarks ​=== +== 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>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​PreviousExtent 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
-[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +** {{wiki:ProtectedProperty.gif|}} 3BM**
-[[#​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 --> +N/A 
-[[#Public Events|Go Back]] +== Remarks == 
-==== DrawingAttribution ==== +N/A 
-=== Remarks ​=== +== Return Value == 
-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> +  * Type:Double
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +** {{wiki:ProtectedProperty.gif|}} IsOverlayInitialized **
-[[#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 --> +Gets or sets if the overlay canvas is initialized
-[[#Public Events|Go Back]] +== Remarks == 
-==== DrawnAttribution ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​IsOverlayInitialized 
-=== Remarks ​=== +== Return Value == 
-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>​ +  * Type:​Boolean
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +==== Public Events ​==== 
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} MapMouseDown ** 
-==== MapKeyDown ​==== +This event will be fired when Mouse pressed Down on the Map
-Occurs ​when key down on the map canvas+== Remarks == 
-=== Remarks ​=== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29
-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 --> +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]
-[[#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 ​--> +** {{wiki:​PublicEvent.gif|}} MapMouseMove ** 
-[[#Public Events|Go Back]] +This event will be fired when Mouse moved on the Map. 
-==== MapMouseClick ​====+== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29 
 + 
 +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} 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:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} ​MapMouseClick ​**
 This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map. This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.
-=== Remarks ​=== +== 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>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] 
-[[#Public Events|Go Back]] + 
-==== MapMouseDoubleClick ​====+** {{wiki:​PublicEvent.gif|}} ​MapMouseDoubleClick ​**
 This event will be fired when Mouse double clicked on the Map. This event will be fired when Mouse double clicked on the Map.
-=== Remarks ​=== +== 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>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]
-[[#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 --> +** {{wiki:​PublicEvent.gif|}} MapMouseWheel ** 
-[[#Public Events|Go Back]] +This event will be fired when Mouse wheel on the Map
-==== MapMouseEnter ==== +== Remarks == 
-Occurs ​when mouse enter the map canvas+For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29 
-=== 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:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]
-=== Event Arguments === +
-Event Arguments ​+
-[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseLeave ​**
-[[#Public Events|Go Back]] +
-==== MapMouseLeave ​====+
 Occurs when mouse leave the map canvas. Occurs when mouse leave the map canvas.
-=== Remarks ​=== +== 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>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]]
-[[#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 --> +** {{wiki:​PublicEvent.gif|}} MapMouseEnter ** 
-[[#Public Events|Go Back]] +Occurs ​when mouse enter the map canvas
-==== MapMouseUp ==== +== Remarks == 
-This event will be fired when Mouse released up on the Map+For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29
-=== 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 ​--> +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] 
-[[#Public Events|Go Back]] + 
-==== MapMouseWheel ==== +** {{wiki:​PublicEvent.gif|}} MapKeyDown ** 
-This event will be fired when Mouse wheel on the Map+Occurs when key down on the map canvas. 
-=== Remarks ​=== +== 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> +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29 
-=== Event Arguments === + 
-Event Arguments ​+Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] 
-[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  |+ 
 +** {{wiki:​PublicEvent.gif|}} MapKeyUp ** 
 +Occurs when key up on the map canvas. 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} Drawing ** 
 +This event raises before ​the overlay is drawing
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} Drawn ** 
 +This event raises after the overlay is drawn. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} DrawingAttribution ** 
 +N/A 
 +== Remarks ​=
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29 
 + 
 +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} DrawnAttribution ** 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
-[[#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)