User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.printerinteractiveoverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.printerinteractiveoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.wpfdesktopedition.printerinteractiveoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay</​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.PrinterInteractiveOverlay]]+        ***ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} PrinterInteractiveOverlay() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#PrinterInteractiveOverlay()|PrinterInteractiveOverlay]] ​  ​| ​   |    |    |+
  
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​PrinterInteractiveOverlay.28.29//​
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== 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,​ 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}}[[#​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}}[[#​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]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when key down on the map.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​KeyUp(KeyEventInteractionArguments)|KeyUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | 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]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ManipulationDelta(InteractionArguments)|ManipulationDelta]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ManipulationStarted(InteractionArguments)|ManipulationStarted]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseClick(InteractionArguments)|MouseClick]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseClick interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseDoubleClick(InteractionArguments)|MouseDoubleClick]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseDoubleClick interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#MouseDown(InteractionArguments)|MouseDown]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseDown interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseEnter(InteractionArguments)|MouseEnter]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when the mouse enter the map.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseLeave(InteractionArguments)|MouseLeave]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when the mouse leave the map.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseMove(InteractionArguments)|MouseMove]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseMove interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseUp(InteractionArguments)|MouseUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseUp interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseWheel(InteractionArguments)|MouseWheel]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | 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(IEnumerable<​RectangleShape>​)|Refresh]] ​  | IEnumerable<​[[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(RectangleShape)|Refresh]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[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,​ 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(RectangleShape,​ TimeSpan)|Refresh]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ 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(TimeSpan)|Refresh]] ​  | TimeSpan ​  | [[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 ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​get_InteractiveClickInterval()|get_InteractiveClickInterval]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​set_InteractiveClickInterval(Int32)|set_InteractiveClickInterval]] ​  | Int32   | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  ​| ​   |+
  
 +  * //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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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|}} InitializeCore(MapArguments) ​**
-{{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) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawTileCore(GeoCanvas)|DrawTileCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  ​| ​   | +
-| {{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]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​KeyDownCore(KeyEventInteractionArguments)|KeyDownCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when key down on the map.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​KeyUpCore(KeyEventInteractionArguments)|KeyUpCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | 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]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ManipulationDeltaCore(InteractionArguments)|ManipulationDeltaCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ManipulationStartedCore(InteractionArguments)|ManipulationStartedCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseClickCore(InteractionArguments)|MouseClickCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseDoubleClickCore(InteractionArguments)|MouseDoubleClickCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This protected virtual method is the Core method of MouseDoubleClick API.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseDownCore(InteractionArguments)|MouseDownCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseEnterCore(InteractionArguments)|MouseEnterCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when the mouse enter the map.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseLeaveCore(InteractionArguments)|MouseLeaveCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when the mouse leave the map.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseMoveCore(InteractionArguments)|MouseMoveCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseUpCore(InteractionArguments)|MouseUpCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseWheelCore(InteractionArguments)|MouseWheelCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | 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]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when key down on the map object. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)|OnMapKeyUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when key up on the map object. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)|OnMapMouseClick]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseClick is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)|OnMapMouseDoubleClick]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseDoubleClick is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)|OnMapMouseDown]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseDown is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs)|OnMapMouseEnter]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when mouse enter on the map object. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs)|OnMapMouseLeave]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when mouse leave from the map object. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)|OnMapMouseMove]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseMove is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)|OnMapMouseUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseUp is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)|OnMapMouseWheel]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | 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(RectangleShape)|RefreshCore]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{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}}[[#​SaveStateCore()|SaveStateCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method saves overlay state to a byte array. ​  |+
  
-==== Public Properties ==== +  * //N/A// 
-^ 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.PrinterInteractiveOverlay#InitializeCore.28MapArguments.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}}[[#​ControlPointStyle|ControlPointStyle]] ​  | [[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]] ​  ​| ​   |    | +
-| {{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 ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  ​| ​   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​EditMask|EditMask]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsBase|IsBase]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEditable|IsEditable]] ​  | Boolean ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEmpty|IsEmpty]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{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}}[[#​PrinterLayers|PrinterLayers]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.Core.PrinterLayer|PrinterLayer]]> ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RenderMode|RenderMode]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode|RenderMode]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This property gets and sets the render mode for drawing this overlay. ​  |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​IsOverlayInitialized|IsOverlayInitialized]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | Gets or sets if the overlay canvas is initialized. ​  | +  * Description:N/A
-| {{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 ^ +  * //​mapArguments//​ 
-| {{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.MapArguments|MapArguments]] 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingAttribution|DrawingAttribution]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   +    ​* Description:N/A
-| {{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]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when key down on the map canvas. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapKeyUp|MapKeyUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when key up on the map canvas. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseClick|MapMouseClick]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | 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]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when Mouse double clicked on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseDown|MapMouseDown]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when Mouse pressed Down on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseEnter|MapMouseEnter]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when mouse enter the map canvas. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseLeave|MapMouseLeave]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | Occurs when mouse leave the map canvas. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseMove|MapMouseMove]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when Mouse moved on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseUp|MapMouseUp]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when Mouse released up on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseWheel|MapMouseWheel]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when Mouse wheel on the Map.   |+
  
-===== Public Constructors ===== +<div newline></div
-==== PrinterInteractiveOverlay() ==== +** {{wiki:​ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​PrinterInteractiveOverlay.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​PrinterInteractiveOverlay.28.29</a+
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks == 
-===== Public Methods ===== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseMoveCore.28InteractionArguments.29//
-==== Close() ==== +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Close.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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:N/A
  
-<!-- 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: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.PrinterInteractiveOverlay#​Dispose.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Dispose.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} MouseDownCore(InteractionArguments) **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Draw(RectangleShape,​ OverlayRefreshType) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseDownCore.28InteractionArguments.29//
-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.PrinterInteractiveOverlay#​Draw.28RectangleShape.2C_OverlayRefreshType.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Draw.28RectangleShape.2C_OverlayRefreshType.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
-| 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 --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== Draw(RectangleShape) ​==== +    * 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.PrinterInteractiveOverlay#​Draw.28RectangleShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Draw.28RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseUpCore(InteractionArguments) **
-| targetExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --  | This parameter indicates an extent in world coordinate for drawing the overlay  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Equals(Object) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseUpCore.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.PrinterInteractiveOverlay#​Equals.28Object.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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|}} MouseClickCore(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:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseClickCore.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.PrinterInteractiveOverlay#​GetHashCode.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DrawTileCore(GeoCanvas) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#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.PrinterInteractiveOverlay#​DrawTileCore.28GeoCanvas.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:Void 
-| mapArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> ​  | This parameter maintains current map information for calculating mechanism. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//geoCanvas// 
-==== KeyDown(KeyEventInteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-Occurs when key down on the map. +    * 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.PrinterInteractiveOverlay#​KeyDown.28KeyEventInteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​KeyDown.28KeyEventInteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​interactive result for key down on the map.   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DrawCore(RectangleShape,​OverlayRefreshType) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --  | Interaction arguments for key down on the map  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //N/A// 
-[[#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.PrinterInteractiveOverlay#​DrawCore.28RectangleShape.2C_OverlayRefreshType.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.PrinterInteractiveOverlay#​KeyUp.28KeyEventInteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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:Void 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> ​  | Interaction arguments for key up on the map.   |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​targetExtent//​ 
-==== LoadState(Byte[]) ==== +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-This method restore the overlay state back from the specified state. +    * 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 ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​overlayRefreshType//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] 
-| state   | Byte[]<​!-- System.Byte[[]] --> ​  | This parameter indicates the state for restore the overlay. ​  |+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} ManipulationStartedCore(InteractionArguments) **
-==== ManipulationCompleted(InteractionArguments) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here://
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== ManipulationDelta(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 ^ +  ​* //​interactionArguments//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} ManipulationDeltaCore(InteractionArguments) **
-==== ManipulationStarted(InteractionArguments) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here://
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== MouseClick(InteractionArguments) ==== +  * Description:​N/​A
-This method will simulate the MouseClick interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} ManipulationCompletedCore(InteractionArguments) ​**
-==== MouseDoubleClick(InteractionArguments) ​==== +
-This method will simulate the MouseDoubleClick interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //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://
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== MouseDown(InteractionArguments) ==== +  * Description:​N/​A
-This method will simulate the MouseDown interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments) **
-==== MouseEnter(InteractionArguments) ==== +
-Occurs when the mouse enter the map. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseEnter.28InteractionArguments.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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 === +  * //This protected virtual method is the Core method of MouseDoubleClick API.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | Interaction arguments for mouse entering the map  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== MouseLeave(InteractionArguments) ==== +  * Description:​Interaction results of this method.
-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.PrinterInteractiveOverlay#​MouseLeave.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | Interaction arguments ​for mouse leave the map  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter is the interaction auguments ​for the method.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) ​**
-==== MouseMove(InteractionArguments) ​==== +
-This method will simulate the MouseMove interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //This protected virtual method is the Core method of MouseWheel API.// 
- 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.PrinterInteractiveOverlay#​MouseWheelCore.28InteractionArguments.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== MouseUp(InteractionArguments) ==== +  * Description:​Interaction results of this method.
-This method will simulate the MouseUp interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​Interaction results of this method. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​This parameter is the interaction auguments for the method. ​  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter is the interaction auguments for the method.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MouseLeaveCore(InteractionArguments) ​**
-==== MouseWheel(InteractionArguments) ​==== +
-This method will simulate the MouseWheel interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //Occurs when the mouse leave the map.// 
- 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.PrinterInteractiveOverlay#​MouseLeaveCore.28InteractionArguments.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== Open() ​==== +  ​* ​Description:A interactive result for mouse leaving 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.PrinterInteractiveOverlay#​Open.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Open.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​interactionArguments//​ 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​Interaction arguments for mouse leaving the map.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MouseEnterCore(InteractionArguments**
-==== PanTo(RectangleShape==== +
-This method pans the overlay to the provided world extent. +
-=== Remarks === +
-Some overlay doesn'​t need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //Occurs when the mouse enter the map.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ​ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter is the target world extent for panning  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseEnterCore.28InteractionArguments.29//​
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== Refresh(IEnumerable<​RectangleShape>​) ==== +  * Description:​A interactive result for mouse entering ​the map.
-=== 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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​Interaction arguments for mouse entering the map.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments**
-==== Refresh() ==== +
-This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. +
-=== Remarks === +
-The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //Occurs when key up on the map.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== Refresh(RectangleShape) ​==== +  ​* ​Description:A interactive result for 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.PrinterInteractiveOverlay#​Refresh.28RectangleShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Refresh.28RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| extent ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] 
 +    * Description:​Interaction arguments for key up on the map.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) **
-==== Refresh(IEnumerable<RectangleShape>, TimeSpan, RequestDrawingBufferTimeType) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //Occurs when key down on the map.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29//
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | +
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== Refresh(IEnumerable<​RectangleShape>,​ TimeSpan) ==== +  * Description:​A interactive result for key down on the map.
-=== 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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+    * Description:​Interaction arguments for key down on the map.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) **
-==== Refresh(RectangleShape,​ TimeSpan, RequestDrawingBufferTimeType) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This event will be fired when MapMouseDown is called.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ​ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29//
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | +
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Refresh(RectangleShape,​ TimeSpan) ==== +  * 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.PrinterInteractiveOverlay#​Refresh.28RectangleShape.2C_TimeSpan.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Refresh.28RectangleShape.2C_TimeSpan.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| extentToRefresh ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+    * Description:​The MapMouseDownInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) **
-==== Refresh(TimeSpan,​ RequestDrawingBufferTimeType) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This event will be fired when MapMouseMove is called.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29//
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Refresh(TimeSpan) ==== +  * 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.PrinterInteractiveOverlay#​Refresh.28TimeSpan.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Refresh.28TimeSpan.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] 
 +    * Description:​The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) **
-==== SaveState() ==== +
-This method saves overlay state to a byte array. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​SaveState.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​SaveState.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Byte[]<​!-- System.Byte[[]] --> ​  | A byte array indicates current overlay state. ​  |+
  
-=== Parameters === +  * //This event will be fired when MapMouseUp is called.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToString() ==== +  * 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.PrinterInteractiveOverlay#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] 
 +    * Description:The MapMouseUpInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- System.Object --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) **
-==== get_InteractiveClickInterval() ==== +
-<!-- static --+
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​get_InteractiveClickInterval.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​get_InteractiveClickInterval.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This event will be fired when MapMouseClick is called.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== set_InteractiveClickInterval(Int32) ==== +  * Description:N/A
-<!-- static --> +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​set_InteractiveClickInterval.28Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​set_InteractiveClickInterval.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| value   | Int32<​!-- System.Int32 --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] 
 +    * Description:​The MapMouseClickInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) **
-===== Protected Methods ===== +
-==== CloseCore() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​CloseCore.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​CloseCore.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This event will be fired when MapMouseDoubleClick is called.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== Dispose(Boolean) ==== +  * Description:N/A
-This method dispose unmanaged resource used in this class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Dispose.28Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Dispose.28Boolean.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| disposing ​  | Boolean<​!-- System.Boolean --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] 
 +    * Description:​The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) **
-==== DrawAttributionCore(GeoCanvas) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This event will be fired when MapMouseWheel is called.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== DrawCore(RectangleShape,​ OverlayRefreshType) ==== +  * 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.PrinterInteractiveOverlay#​DrawCore.28RectangleShape.2C_OverlayRefreshType.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​DrawCore.28RectangleShape.2C_OverlayRefreshType.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //e// 
-| targetExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   +    ​* Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] 
-| overlayRefreshType ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType --> ​  ​| ​   |+    * Description:​The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs) **
-==== DrawTileCore(GeoCanvas) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​DrawTileCore.28GeoCanvas.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​DrawTileCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //Occurs when mouse leave from the map object.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== Finalize() ==== +  * 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.PrinterInteractiveOverlay#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]] 
 +    * Description:Event argument for the MapMouseLeave event.
  
-<!-- System.Object(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs**
-==== GetBoundingBoxCore() ==== +
-This method returns the bounding box of the Overlay. +
-=== Remarks === +
-This method returns the bounding box of the Overlay. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This method returns the bounding box of the Overlay. ​  |+
  
-=== Parameters === +  * //Occurs when mouse enter on the map object.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== InitializeCore(MapArguments) ==== +  * 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.PrinterInteractiveOverlay#​InitializeCore.28MapArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​InitializeCore.28MapArguments.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| mapArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] 
 +    * Description:​Event argument for the MapMouseEnter event.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) **
-==== KeyDownCore(KeyEventInteractionArguments) ==== +
-Occurs when key down on the map. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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 === +  * //Occurs when key up on the map object.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> ​  | Interaction arguments for key down on the map  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== KeyUpCore(KeyEventInteractionArguments) ==== +  * Description:N/A
-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.PrinterInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​interactive result for key up on the map.   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> ​  | Interaction arguments ​for key up on the map  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] 
 +    * Description:​Event argument ​for the MapKeyUp event.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) **
-==== 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 === +  * //Occurs when key down on the map object.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| state   | Byte[]<​!-- System.Byte[[]] --> ​  | This parameter indicates ​the state for restore the overlay  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29//​
  
-<!-- 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 ^ +  ​* //e// 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] 
 +    * Description:​Event argument for the MapKeyDown event.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} LhQ=(LayerTile) **
-==== 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:Void 
-==== 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 ^ +  ​* //​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) **
-==== MemberwiseClone() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MemberwiseClone.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== MouseClickCore(InteractionArguments) ==== +  * 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.PrinterInteractiveOverlay#​MouseClickCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseClickCore.28InteractionArguments.29</​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(overriden) --> +  * //resolution// 
-[[#​Protected Methods|Go Back]] +    * Type:Double 
-==== MouseDoubleClickCore(InteractionArguments) ==== +    ​* ​Description:N/A
-This protected virtual method is the Core method of MouseDoubleClick API. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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|}} RefreshCore(RectangleShape) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --  | This parameter is the interaction auguments for the method  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseDownCore(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​RefreshCore.28RectangleShape.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseDownCore.28InteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseDownCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//extent// 
-==== MouseEnterCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-Occurs when the mouse enter the map. +    * 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.PrinterInteractiveOverlay#​MouseEnterCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseEnterCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​interactive result for mouse entering the map.   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} RefreshCore() **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --  | Interaction arguments for mouse entering the map  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //This method refreshes all the content in the OverlayCanvasFor example, LayerOverlay with multiple tiles; ​when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseLeaveCore(InteractionArguments) ==== +  ​* ​//The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.//
-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.PrinterInteractiveOverlay#​MouseLeaveCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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]] +<div newline></div
-==== MouseMoveCore(InteractionArguments) ​==== +** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseMoveCore.28InteractionArguments.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseMoveCore.28InteractionArguments.29</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 --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​CloseCore.28.29//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MouseUpCore(InteractionArguments) ==== +  * 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.PrinterInteractiveOverlay#​MouseUpCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseUpCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseWheelCore(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OpenCore.28.29//
-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.PrinterInteractiveOverlay#​MouseWheelCore.28InteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MouseWheelCore.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
-==== OnDrawing(DrawingOverlayEventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} 4hM=(GeoCanvas) **
-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.PrinterInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs --> ​  | This parameter is the event argument for Drawing event. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== +  * 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.PrinterInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​canvas//​ 
-| args   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs --> ​  ​| ​   |+    * 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) **
-==== OnDrawn(DrawnOverlayEventArgs) ==== +
-This method raises after the overlay is drawn. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29//​
  
-<!-- 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.PrinterInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) **
-==== 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.PrinterInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.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.PrinterInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs --> ​  | Event argument for the MapKeyUp event. ​  |+    * 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) **
-==== 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.PrinterInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.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.PrinterInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} PanToCore(RectangleShape) **
-==== 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.PrinterInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.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.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs --> ​  | The MapMouseDownInteractiveOverlayEventArgs passed ​for the event raised  |+  ​* //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 
-==== 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.PrinterInteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetExtent//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs --> ​  | Event argument ​for the MapMouseEnter event  |+    * 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) **
-==== 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.PrinterInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.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.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs --> ​  | Event argument for the MapMouseLeave event  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29//​
  
-<!-- 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.PrinterInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  | The MapMouseMoveInteractiveOverlayEventArgs 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) **
-==== 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.PrinterInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This method raises after the overlay is drawn.// 
- 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.PrinterInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.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.PrinterInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] 
 +    * Description:​This parameter is the event argument for Drawn event.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() **
-==== OpenCore() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OpenCore.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OpenCore.28.29</​a>​ +
-=== 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]] 
-==== PanToCore(RectangleShape) ==== +  * Description:​This method ​returns ​the bounding box of the Overlay.
-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 ^ +<div newline></​div>​ 
-| targetExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --  | This parameter is the target world extent for panning  ​|+** {{wiki:​ProtectedMethod.gif|}} SaveStateCore() **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This method saves overlay state to a byte array.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== RefreshCore(RectangleShape) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​SaveStateCore.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.PrinterInteractiveOverlay#​RefreshCore.28RectangleShape.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​RefreshCore.28RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Byte[] 
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+  Description:A byte array indicates current overlay state.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== RefreshCore() ​==== +** {{wiki:​ProtectedMethod.gif|}} LoadStateCore(Byte[]**
-This method refreshes all the content in the OverlayCanvasFor 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 restore the overlay state back from the specified state.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here://
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== SaveStateCore() ==== +  * Description:N/A
-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.PrinterInteractiveOverlay#​SaveStateCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​SaveStateCore.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Byte[]<​!-- System.Byte[[]] --> ​  ​| ​byte array indicates current overlay state. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //state// 
 +    * Type:Byte[] 
 +    * Description:This parameter indicates the state for restore the overlay.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} Finalize() **
-===== Public Properties ===== +
-==== Attribution ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== AutoRefreshInterval ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Finalize.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.PrinterInteractiveOverlay#​AutoRefreshInterval"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​CanRefreshRegion"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​CanRefreshRegion</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></div
-==== ControlPointStyle ​==== +** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​ControlPointStyle"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​ControlPointStyle</a+
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]]<​!-- ThinkGeo.MapSuite.Core.PointStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay --> +  * //This method dispose unmanaged resource ​used in this class.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== DrawingExceptionMode ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Dispose.28Boolean.29//
-This property gets and sets the DrawingExceptionMode ​used when an exception occurs during drawing+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​DrawingExceptionMode"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​DrawingExceptionMode</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<​!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== DrawingMarginPercentage ==== +  * 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 ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//disposing// 
-==== EditMask ​==== +    ​* ​Type:Boolean 
-=== 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.PrinterInteractiveOverlay#​EditMask"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​EditMask</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnRefreshing(OverlayRefreshType) **
-==== IsBase ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​IsBase"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​IsBase</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== IsEditable ==== +  ​* ​//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.PrinterInteractiveOverlay#​IsEditable"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​IsEditable</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== IsEmpty ==== +  * 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.PrinterInteractiveOverlay#​IsEmpty"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​IsEmpty</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//refreshType// 
-==== IsVisible ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] 
-Gets or sets if this overlay is visible. +    * 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.PrinterInteractiveOverlay#​IsVisible"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​IsVisible</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() **
-==== MapArguments ==== +
-Gets or sets current map information which will be used for calculating mechanism. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Initialize.28MapArguments.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Initialize.28MapArguments.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Name ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​MemberwiseClone.28.29//
-Gets or sets the name of this overaly. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Name" target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​Name</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Object 
-==== OverlayCanvas ==== +  * Description:​N/​A
-Gets or sets the actual canvas which maintains all the visual elements on the overlay. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OverlayCanvas"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OverlayCanvas</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Canvas<​!-- System.Windows.Controls.Canvas --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters == 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== PrinterLayers ​==== +==== Public Properties ==== 
-=== Remarks ​=== +** {{wiki:​PublicProperty.gif|}} PrinterLayers ** 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​PrinterLayers"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​PrinterLayers</​a>​ + 
-=== Return Value === +N/A 
-^ Return ​Type +== Remarks == 
-[[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.Core.PrinterLayer|PrinterLayer]]><​!-- ​ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.Core.PrinterLayer--> ​  |+For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​PrinterLayers 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.GeoCollection<​T>​[[ThinkGeo.MapSuite.Core.PrinterLayer,​ MapSuiteCore,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsEditable ** 
 + 
 +N/A 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​IsEditable 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsEmpty ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​IsEmpty 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} ControlPointStyle ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​ControlPointStyle 
 +== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.Core.PointStyle|PointStyle]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} EditMask ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​EditMask 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
 + 
 +** {{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.PrinterInteractiveOverlay --> 
-[[#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.PrinterInteractiveOverlay#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.PrinterInteractiveOverlay#​IsOverlayInitialized"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29 
 +== Return Value == 
 +  * Type:​String 
 + 
 +==== 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.PrinterInteractiveOverlay#​PreviousExtent" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​PreviousExtent</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</a> +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.PrinterInteractiveOverlay#​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.printerinteractiveoverlay.1440040136.txt.gz · Last modified: 2015/09/18 03:15 (external edit)