User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.editinteractiveoverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.editinteractiveoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.wpfdesktopedition.editinteractiveoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class inherits from InterativeOverlay abstract class. This specified overlay describle the EditShape interative process with MapControl using Mouse or Keyborad. This class inherits from InterativeOverlay abstract class. This specified overlay describle the EditShape interative process with MapControl using Mouse or Keyborad.
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay</​a>​ 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay]] +    *ThinkGeo.MapSuite.WpfDesktopEdition.Overlay 
-***[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay]] +      *ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay 
-****[[ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay]]+        ***ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} EditInteractiveOverlay() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#EditInteractiveOverlay()|EditInteractiveOverlay]] ​  ​| ​   |    | Default constructor of the class. If you use thi constructor,​ please set the properties correctly or it will use their default values. ​  |+
  
 +  * //Default constructor of the class. If you use thi constructor,​ please set the properties correctly or it will use their default values.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EditInteractiveOverlay.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|}} CalculateAllControlPoints() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#CalculateAllControlPoints()|CalculateAllControlPoints]] ​  ​| ​   |    | This method calculates all control points. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Close()|Close]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method dispose unmanaged resource used in this class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(RectangleShape)|Draw]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method draws the overlay with the provided extent in world coordinate. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(RectangleShape,​ OverlayRefreshType)|Draw]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method draws the overlay with the provided extent in world coordinate. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetBoundingBox()|GetBoundingBox]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method gets a bounding box of the Overlay. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Initialize(MapArguments)|Initialize]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method initializes overlay object. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​KeyDown(KeyEventInteractionArguments)|KeyDown]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  | [[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>,​ 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()|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)|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}}[[#​Refresh(IEnumerable<​RectangleShape>​)|Refresh]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SaveState()|SaveState]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method saves overlay state to a byte array. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{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 calculates all control points.//
 +== Remarks ==
 +  * //First, it will clear all control points. Then it will calculate each control points according to their settings.//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} MouseDown(InteractionArguments) **
 +
 +  * //This method will simulate the MouseDown interaction.//​
 +== Remarks ==
 +  * //This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
 +
 +== Return Value ==
 +  * 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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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|}} MoveVertexCore(Feature,​PointShape,​PointShape) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​AddVertex(PointShape,​ Double)|AddVertex]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ Double ​  ​| ​   | This is the method to add vertex from a feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​AddVertexCore(Feature,​ PointShape, Double)|AddVertexCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ Double ​  ​| ​   | This is the Core method of AddVertex which encapsulate the logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateDragControlPoints()|CalculateDragControlPoints]] ​  ​| ​   |    | This method caculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateDragControlPointsCore(Feature)|CalculateDragControlPointsCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This is the core API for the CalculateDragControlPoints,​ you can override this method if you want to change its logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateResizeControlPoints()|CalculateResizeControlPoints]] ​  ​| ​   |    | This method caculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateResizeControlPointsCore(Feature)|CalculateResizeControlPointsCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This is the core API for the CalculateResizeControlPoints,​ you can override this method if you want to change its logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateRotateControlPoints()|CalculateRotateControlPoints]] ​  ​| ​   |    | This method caculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateRotateControlPointsCore(Feature)|CalculateRotateControlPointsCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This is the core API for the CalculateRotateControlPoints,​ you can override this method if you want to change its logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateVertexControlPoints()|CalculateVertexControlPoints]] ​  ​| ​   |    | This method caculates the vertex control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateVertexControlPointsCore(Feature)|CalculateVertexControlPointsCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This is the core API for the CalculateVertexControlPoints,​ you can override this method if you want to change its logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ClearAllControlPoints()|ClearAllControlPoints]] ​  ​| ​   |    | This method clears all control points in corresponding layer. ​  | +
-| {{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}}[[#​DragFeature(Feature,​ PointShape, PointShape)|DragFeature]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This is the method to Drag a feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DragFeatureCore(Feature,​ PointShape, PointShape)|DragFeatureCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This is the Core method of DragFeature which encapsulate the logic. ​  | +
-| {{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}}[[#​EndEditing(PointShape)|EndEditing]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This method End the editing for the interative editing on the feature in the EditShapesLayer. You can override its logic by rewrite its core method. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​EndEditingCore(PointShape)|EndEditingCore]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This is the core method of EndEditing method. This method End the editing for the interative editing on the feature in the EditShapesLayer. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method returns the bounding box of the Overlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeCore(MapArguments)|InitializeCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method initializes overlay object. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​KeyDownCore(KeyEventInteractionArguments)|KeyDownCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  | [[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]](overriden) ​  | 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]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ManipulationDeltaCore(InteractionArguments)|ManipulationDeltaCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ManipulationStartedCore(InteractionArguments)|ManipulationStartedCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  ​| ​   | +
-| {{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) ​  | This overrides the MouseClick logic in its base class. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseDoubleClickCore(InteractionArguments)|MouseDoubleClickCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseDoubleClick logic in its base class InterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseDownCore(InteractionArguments)|MouseDownCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseDown logic in its base class InterativeOverlay. ​  | +
-| {{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) ​  | This overrides the MouseMove logic in its base class InterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseUpCore(InteractionArguments)|MouseUpCore]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseUp logic in its base class InterativeOverlay. ​  | +
-| {{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}}[[#​MoveVertex(Feature,​ PointShape, PointShape)|MoveVertex]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This is the method to move vertex from a feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#MoveVertexCore(Feature,​ PointShape, PointShape)|MoveVertexCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This is the Core method of MoveVertex which encapsulate the logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs)|OnControlPointSelected]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after control point selected. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs)|OnControlPointSelecting]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before control point selected. ​  | +
-| {{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}}[[#​OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs)|OnFeatureDragged]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after dragging the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs)|OnFeatureDragging]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before dragging the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureEdited(FeatureEditedEditInteractiveOverlayEventArgs)|OnFeatureEdited]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs|FeatureEditedEditInteractiveOverlayEventArgs]] ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureEditing(FeatureEditingEditInteractiveOverlayEventArgs)|OnFeatureEditing]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditingEditInteractiveOverlayEventArgs|FeatureEditingEditInteractiveOverlayEventArgs]] ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs)|OnFeatureResized]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after resizing the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs)|OnFeatureResizing]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before resizing the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs)|OnFeatureRotated]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after rotating the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs)|OnFeatureRotating]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before rotating the feature. ​  | +
-| {{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}}[[#​OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs)|OnVertexAdded]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after vertex added to the edit feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs)|OnVertexAdding]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before vertex added to the edit feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs)|OnVertexMoved]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after moving the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs)|OnVertexMoving]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before moving the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs)|OnVertexRemoved]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after vertex removed from the edit feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs)|OnVertexRemoving]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before vertex removed from the edit feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OpenCore()|OpenCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PanToCore(RectangleShape)|PanToCore]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method pans the overlay to the provided world extent. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RefreshCore()|RefreshCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RefreshCore(RectangleShape)|RefreshCore]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RemoveVertex(PointShape,​ Double)|RemoveVertex]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ Double ​  ​| ​   | This is the method to remove vertex from a feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RemoveVertexCore(Feature,​ Vertex, Double)|RemoveVertexCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ [[ThinkGeo.MapSuite.Core.Vertex|Vertex]],​ Double ​  ​| ​   | This is the Core method of RemoveVertex which encapsulate the logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ResizeFeature(Feature,​ PointShape, PointShape)|ResizeFeature]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This is the method to Resize a feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ResizeFeatureCore(Feature,​ PointShape, PointShape)|ResizeFeatureCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This is the Core method of ResizeFeature which encapsulate the logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RotateFeature(Feature,​ PointShape, PointShape)|RotateFeature]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This is the method to Rotate a feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RotateFeatureCore(Feature,​ PointShape, PointShape)|RotateFeatureCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This is the Core method of RotateFeature which encapsulate the logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SaveStateCore()|SaveStateCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]](overriden) ​  | This method saves overlay state to a byte array. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetSelectedControlPoint(PointShape,​ Double)|SetSelectedControlPoint]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ Double ​  ​| ​   | This protected method is to set the control point. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetSelectedControlPointCore(PointShape,​ Double)|SetSelectedControlPointCore]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ Double ​  ​| ​   | This protected virtual method is the Core method of SetSelectedControlPoint API.   |+
  
-==== Public Properties ==== +  ​* //This is the Core method of MoveVertex ​which encapsulate ​the logic.// 
-^ 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.EditInteractiveOverlay#MoveVertexCore.28Feature.2C_PointShape.2C_PointShape.29//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoRefreshInterval|AutoRefreshInterval]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanAddVertex|CanAddVertex]] ​  | Boolean ​  ​| ​   | Gets a value which indicates whether the shape can Add new vertex. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanDrag|CanDrag]] ​  | Boolean ​  ​| ​   | Gets a value which indicates whether the shape can be dragged. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanRefreshRegion|CanRefreshRegion]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanRemoveVertex|CanRemoveVertex]] ​  | Boolean ​  ​| ​   | Gets a value which indicates whether the shape can remove a existing vertex. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanReshape|CanReshape]] ​  | Boolean ​  ​| ​   | Gets a value which indicates whether the shape can be reshaped. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanResize|CanResize]] ​  | Boolean ​  ​| ​   | Gets a value which indicates whether the shape can be resized. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanRotate|CanRotate]] ​  | Boolean ​  ​| ​   | Gets a value which indicates whether the shape can be rotated. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DragControlPointsLayer|DragControlPointsLayer]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ​  ​| ​   | This property gets the InMemoryFeatureLayer which holds the control points for drag.   | +
-| {{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}}[[#​EditShapesLayer|EditShapesLayer]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ​  ​| ​   | This property gets the InMemoryFeatureLayer ​which holds the edit shapes  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​EditsInProcessLayer|EditsInProcessLayer]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ExistingControlPointsLayer|ExistingControlPointsLayer]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ​  ​| ​   | This property gets the InMemoryFeatureLayer which holds the control points which represents the existing vertices of the edit shapes. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsBase|IsBase]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEmpty|IsEmpty]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]](overriden) ​  | This property indicates whether ​this overlay is empty or not.   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | Gets or sets if this overlay is visible. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | Gets or sets current map information which will be used for calculating mechanism. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | Gets or sets the name of this overaly. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OverlayCanvas|OverlayCanvas]] ​  | Canvas ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | Gets or sets the actual canvas which maintains all the visual elements on the overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#PolygonTrackMode|PolygonTrackMode]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.PolygonTrackMode|PolygonTrackMode]] ​  ​| ​   |    | +
-| {{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. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ResizeControlPointsLayer|ResizeControlPointsLayer]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ​  ​| ​   | This property gets the InMemoryFeatureLayer which holds the control points for resize. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RotateControlPointsLayer|RotateControlPointsLayer]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ​  ​| ​   | This property gets the InMemoryFeatureLayer which holds the control points for rotate. ​  |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​ControlPointType|ControlPointType]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointType|ControlPointType]] ​  ​| ​   | Gets or sets the ControlPointType for the control points of the edit shapes. ​  | +  * Description:Returns a vertex moved feature.
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​IsOverlayInitialized|IsOverlayInitialized]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | Gets or sets if the overlay canvas is initialized. ​  | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​OriginalEditingFeature|OriginalEditingFeature]] ​  ​| ​[[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  |    | This property gets the feature represents the original editing feature. ​  | +
-| {{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. ​  | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​SelectControlPointFeature|SelectControlPointFeature]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This property gets the feature ​represents the select control points of the edit shapes  |+
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //​sourceFeature//​ 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ControlPointSelected|ControlPointSelected]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after select the control point. ​  | +    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​ControlPointSelecting|ControlPointSelecting]] ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]]   |    | This event will be fired before select the control point. ​  | +    ​* Description:This parameter specifies ​the source ​feature ​to be move vertex ​from.
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Drawing|Drawing]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  | This event raises before the overlay is drawing. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingAttribution|DrawingAttribution]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   +
-| {{wiki:PublicEvent.gif|Public Event}}[[#​Drawn|Drawn]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​This event raises after the overlay is drawn. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnAttribution|DrawnAttribution]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureDragged|FeatureDragged]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after drag the feature.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureDragging|FeatureDragging]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before drag the feature. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureEdited|FeatureEdited]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs|FeatureEditedEditInteractiveOverlayEventArgs]] ​  ​| ​   |    | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureEditing|FeatureEditing]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditingEditInteractiveOverlayEventArgs|FeatureEditingEditInteractiveOverlayEventArgs]] ​  ​| ​   |    | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureResized|FeatureResized]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after resize the feature. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureResizing|FeatureResizing]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before resize the feature. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureRotated|FeatureRotated]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after rotate the feature. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureRotating|FeatureRotating]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before rotate the feature. ​  | +
-| {{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.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexAdded|VertexAdded]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after add the vertex. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexAdding|VertexAdding]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before add the vertex. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexMoved|VertexMoved]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after move the vertex. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexMoving|VertexMoving]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before move the vertex. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexRemoved|VertexRemoved]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after remove the vertex. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexRemoving|VertexRemoving]] ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before remove the vertex. ​  |+
  
-===== Public Constructors ===== +  * //sourceControlPoint// 
-==== EditInteractiveOverlay() ==== +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-Default constructor of the class. If you use thi constructor,​ please set the properties correctly or it will use their default values. +    ​* ​Description:This parameter specifes the source control point to move vertex from the feature.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EditInteractiveOverlay.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EditInteractiveOverlay.28.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​^+
  
-[[#Public Constructors|Go Back]] +  * //​targetControlPoint//​ 
-===== Protected Constructors ===== +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-===== Public Methods ===== +    * Description:​This parameter specifes the target ​control ​point to move vertex from the feature.
-==== CalculateAllControlPoints() ==== +
-This method calculates all control ​points. +
-=== Remarks === +
-First, it will clear all control points. Then it will calculate each control points according ​to their settings. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} RemoveVertex(PointShape,​Double) **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //This is the method to remove vertex from a feature.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Close() ==== +  * //This method is the concrete wrapper ​for the abstract method RemoveVertexCore. As this is a concrete public method that wraps a Core methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
-=== Remarks ​=== +
-For the most updated Info for this topicplease check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Close.28.29"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Close.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:True if remove vertex succeed , other wise return false.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//targetPointShape// 
-==== Dispose() ​==== +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-This method dispose unmanaged resource used in this class. +    ​* ​Description:This parameter specifies the point shape to search the vertex.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Dispose.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Dispose.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​searchingTolerance//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Double 
 +    * Description:This parameter specifes the searching tolerance to search the vetex.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} RemoveVertexCore(Feature,​Vertex,​Double) **
-==== Draw(RectangleShape) ==== +
-This method draws the overlay with the provided extent in world coordinate. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Draw.28RectangleShape.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Draw.28RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This is the Core method of RemoveVertex which encapsulate the logic.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter indicates an extent in world coordinate for drawing the overlay  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​RemoveVertexCore.28Feature.2C_Vertex.2C_Double.29//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Draw(RectangleShape,​ OverlayRefreshType) ​==== +  * Description:Returns ​vertex removed feature.
-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.EditInteractiveOverlay#​Draw.28RectangleShape.2C_OverlayRefreshType.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Draw.28RectangleShape.2C_OverlayRefreshType.29</​a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​editShapeFeature//​ 
-| targetExtent ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter indicates an extent in world coordinate for drawing the overlay. ​  | +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| refreshType ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType --> ​  ​| ​This parameter ​indicates whether ​the elements of this overlay needs to be refreshedFor 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.   |+    * Description:​This parameter ​specifies ​the target feature ​to be remove vertex from.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //selectedVertex// 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-==== Equals(Object) ==== +    ​* ​Description:This parameter specifies the selected vertex to search the vertex.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //​searchingTolerance//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Double 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+    ​* Description:​This parameter specifes the searching tolerance to search the vetex.
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs**
-==== GetBoundingBox() ==== +
-This method gets a bounding box of the Overlay. +
-=== Remarks === +
-This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay.As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | A RectangleShape indicating the bounding box of this overlay ​  |+
  
-=== Parameters === +  * //This event will be fired before dragging the feature.//​ 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetHashCode() ==== +  * 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.EditInteractiveOverlay#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] 
 +    * Description:The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- System.Object --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs) **
-==== GetType() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​GetType.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This event will be fired after dragging the feature.//​ 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Initialize(MapArguments) ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| mapArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> ​  | This parameter maintains current map information ​for calculating mechanism  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] 
 +    * Description:​The FeatureDraggedEditInteractiveOverlayEventArgs passed ​for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs) **
-==== KeyDown(KeyEventInteractionArguments) ==== +
-Occurs when key down on the map. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​KeyDown.28KeyEventInteractionArguments.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​KeyDown.28KeyEventInteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | A interactive result for key down on the map.   |+
  
-=== Parameters === +  * //This event will be fired before resizing the feature.//​ 
- 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.EditInteractiveOverlay#​OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== KeyUp(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.EditInteractiveOverlay#​KeyUp.28KeyEventInteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​KeyUp.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.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] 
 +    * Description:​The FeatureResizingEditInteractiveOverlayEventArgs passed ​for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs) **
-==== LoadState(Byte[]) ==== +
-This method restore the overlay state back from the specified state. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This event will be fired after resizing the feature.//​ 
- 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.EditInteractiveOverlay#​OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ManipulationCompleted(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.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] 
 +    * Description:​The FeatureResizedEditInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs) **
-==== ManipulationDelta(InteractionArguments) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This event will be fired before rotating the feature.//​ 
- 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.EditInteractiveOverlay#​OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ManipulationStarted(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.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] 
 +    * Description:​The FeatureRotatingEditInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs**
-==== MouseClick(InteractionArguments==== +
-This method will simulate the MouseClick interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //This event will be fired after rotating the feature.//​ 
- 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.EditInteractiveOverlay#​OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MouseDoubleClick(InteractionArguments) ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments ​for the method  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] 
 +    * Description:​The FeatureRotatedEditInteractiveOverlayEventArgs passed ​for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs**
-==== MouseDown(InteractionArguments==== +
-This method will simulate the MouseDown interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //This event will be fired before control point selected.//​ 
- 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.EditInteractiveOverlay#​OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MouseEnter(InteractionArguments) ==== +  * Description:N/A
-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.EditInteractiveOverlay#​MouseEnter.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseEnter.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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | Interaction arguments ​for mouse entering ​the map  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] 
 +    * Description:​The ControlPointSelectingEditInteractiveOverlayEventArgs passed ​for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs) **
-==== MouseLeave(InteractionArguments) ==== +
-Occurs when the mouse leave the map. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseLeave.28InteractionArguments.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​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 === +  * //This event will be fired after control point selected.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | Interaction arguments for mouse leave the map  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MouseMove(InteractionArguments) ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments ​for the method  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] 
 +    * Description:​The ControlPointSelectedEditInteractiveOverlayEventArgs passed ​for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs**
-==== MouseUp(InteractionArguments==== +
-This method will simulate the MouseUp interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //This event will be fired before vertex added to the edit feature.//​ 
- 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.EditInteractiveOverlay#​OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== MouseWheel(InteractionArguments) ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments ​for the method  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] 
 +    * Description:​The VertexAddingEditInteractiveOverlayEventArgs passed ​for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs) **
-==== Open() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Open.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Open.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This event will be fired after vertex added to the edit feature.//​ 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== PanTo(RectangleShape) ==== +  * Description:N/A
-This method pans the overlay to the provided world extent. +
-=== Remarks === +
-Some overlay doesn'​t need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| targetExtent ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter is the target world extent for panning  |+    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] 
 +    * Description:​The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs) **
-==== 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 === +  * //This event will be fired before moving the feature.//​ 
- 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.EditInteractiveOverlay#​OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.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() ==== +  * Description:N/A
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] 
 +    * Description:The VertexMovingEditInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs) **
-==== Refresh(RectangleShape) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Refresh.28RectangleShape.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Refresh.28RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This event will be fired after moving the feature.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| extent ​  | [[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.EditInteractiveOverlay#​OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Refresh(IEnumerable<​RectangleShape>,​ TimeSpan) ==== +  * 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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+    * Description:​The VertexMovedEditInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs) **
-==== 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 before vertex removed from the edit feature.//​ 
- 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.EditInteractiveOverlay#​OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.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.EditInteractiveOverlay#​Refresh.28RectangleShape.2C_TimeSpan.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​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.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+    * Description:​The VertexRemovingEditInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs) **
-==== 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 after vertex removed from the edit feature.//​ 
- 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.EditInteractiveOverlay#​OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.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.EditInteractiveOverlay#​Refresh.28TimeSpan.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​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.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] 
 +    * Description:​The VertexRemovedEditInteractiveOverlayEventArgs passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} SaveStateCore() **
-==== Refresh(IEnumerable<RectangleShape>) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This method saves overlay state to a byte array.// 
- 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.EditInteractiveOverlay#​SaveStateCore.28.29//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Byte[] 
-==== SaveState() ==== +  * Description:​A byte array indicates current overlay state.
-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.EditInteractiveOverlay#​SaveState.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​SaveState.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-Byte[]<​!-- System.Byte[[]] --> ​  ​| ​A byte array indicates current overlay state. ​  |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} LoadStateCore(Byte[]) **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This method restore the overlay state back from the specified state.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ToString() ==== +  * //For the most updated Info for this topic, please check it here://
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//state// 
-==== get_InteractiveClickInterval() ​==== +    * Type:Byte[] 
-<!-- static --> +    ​* ​Description:This parameter indicates the state for restore the overlay.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​get_InteractiveClickInterval.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​get_InteractiveClickInterval.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnFeatureEditing(FeatureEditingEditInteractiveOverlayEventArgs) **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== set_InteractiveClickInterval(Int32) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureEditing.28FeatureEditingEditInteractiveOverlayEventArgs.29//
-<!-- static --> +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​set_InteractiveClickInterval.28Int32.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​set_InteractiveClickInterval.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| value   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-===== Protected Methods ===== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditingEditInteractiveOverlayEventArgs|FeatureEditingEditInteractiveOverlayEventArgs]] 
-==== AddVertex(PointShape,​ Double) ==== +    ​* ​Description:N/A
-This is the method to add vertex from a feature. +
-=== Remarks === +
-This method is the concrete wrapper for the abstract method AddVertexCore.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 ​+
-| Boolean<​!-- System.Boolean --> ​  | True if add vertex succeed , other wise return false. ​  |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnFeatureEdited(FeatureEditedEditInteractiveOverlayEventArgs) **
-| targetPointShape ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --  | This parameter specifies the point shape to search the vertex. ​  | +
-| searchingTolerance ​  | Double<!-- System.Double --  | This parameter specifes the searching tolerance to search the vetex  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== AddVertexCore(Feature,​ PointShape, Double) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureEdited.28FeatureEditedEditInteractiveOverlayEventArgs.29//
-This is the Core method of AddVertex which encapsulate the logic. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​AddVertexCore.28Feature.2C_PointShape.2C_Double.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​AddVertexCore.28Feature.2C_PointShape.2C_Double.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | Returns a vertex added feature. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| targetFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specifies the target feature to be add vertex from.   | +  Description:N/A
-| targetPointShape ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the target vertex to be added. ​  | +
-| searchingTolerance ​  | Double<​!-- System.Double --> ​  | This parameter specifes the searching tolerance to search the vetex. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== CalculateDragControlPoints() ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs|FeatureEditedEditInteractiveOverlayEventArgs]] 
-This method caculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. +    ​* ​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.EditInteractiveOverlay#​CalculateDragControlPoints.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateDragControlPoints.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DrawCore(RectangleShape,​OverlayRefreshType) **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== CalculateDragControlPointsCore(Feature) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawCore.28RectangleShape.2C_OverlayRefreshType.29//
-This is the core API for the CalculateDragControlPoints,​ you can override this method if you want to change its logic. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateDragControlPointsCore.28Feature.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateDragControlPointsCore.28Feature.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> ​  | A collection of features stands for the Drag control points. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| feature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | The target feature to caculate the control point. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//targetExtent// 
-==== CalculateResizeControlPoints() ​==== +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-This method caculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. +    ​* ​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.EditInteractiveOverlay#​CalculateResizeControlPoints.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateResizeControlPoints.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​overlayRefreshType//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} DrawTileCore(GeoCanvas) **
-==== CalculateResizeControlPointsCore(Feature) ==== +
-This is the core API for the CalculateResizeControlPoints,​ you can override this method if you want to change its logic. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateResizeControlPointsCore.28Feature.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateResizeControlPointsCore.28Feature.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature--> ​  | A collection of features stands for the Resize control points. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| feature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ​ThinkGeo.MapSuite.Core.Feature --> ​  | The target feature to caculate the control point  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawTileCore.28GeoCanvas.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== CalculateRotateControlPoints() ==== +  * Description:N/A
-This method caculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateRotateControlPoints.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateRotateControlPoints.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​geoCanvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} SetSelectedControlPoint(PointShape,​Double) **
-==== CalculateRotateControlPointsCore(Feature) ==== +
-This is the core API for the CalculateRotateControlPoints,​ you can override this method if you want to change its logic. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateRotateControlPointsCore.28Feature.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateRotateControlPointsCore.28Feature.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature--> ​  | A collection of features stands for the Rotate control points. ​  |+
  
-=== Parameters === +  * //This protected method is to set the control point.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| feature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | The target feature to caculate the control point. ​  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​SetSelectedControlPoint.28PointShape.2C_Double.29//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== CalculateVertexControlPoints() ==== +  * Description:Returns true if control point are found and set correct, other wise, returns false.
-This method caculates the vertex control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateVertexControlPoints.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateVertexControlPoints.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​targetPointShape//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:This parameter is target point shape we determine to edit.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //searchingTolerance// 
-[[#​Protected Methods|Go Back]] +    * Type:Double 
-==== CalculateVertexControlPointsCore(Feature) ==== +    ​* ​Description:This parameter is the searchinig tolerance to seach the control ​point.
-This is the core API for the CalculateVertexControlPoints,​ you can override this method if you want to change its logic. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateVertexControlPointsCore.28Feature.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateVertexControlPointsCore.28Feature.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} --> ​  | A collection of features stands for the Vertex ​control ​points  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} SetSelectedControlPointCore(PointShape,​Double) **
-| feature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --  | The target feature to caculate the control point  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //This protected virtual method is the Core method ​of SetSelectedControlPoint API.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== ClearAllControlPoints() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​SetSelectedControlPointCore.28PointShape.2C_Double.29//
-This method ​clears all control points in corresponding layer+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​ClearAllControlPoints.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​ClearAllControlPoints.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +  Description:A feature stands for the selected control point.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//targetPointShape// 
-==== CloseCore() ​==== +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-=== Remarks === +    ​* ​Description:This parameter is target point shape we determine to edit.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CloseCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CloseCore.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​searchingTolerance//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Double 
 +    * Description:This parameter is the searchinig tolerance to seach the control point.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} EndEditing(PointShape) **
-==== Dispose(Boolean) ==== +
-This method dispose unmanaged resource used in this class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Dispose.28Boolean.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Dispose.28Boolean.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This method End the editing for the interative editing on the feature in the EditShapesLayer. You can override its logic by rewrite its core method.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| disposing ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EndEditing.28PointShape.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== DragFeature(Feature,​ PointShape, PointShape) ==== +  * Description:N/A
-This is the method to Drag a feature. +
-=== Remarks === +
-This method is the concrete wrapper for the abstract method DragFeatureCore.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.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | Returns a dragged feature. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetPointShape//​ 
-| sourceFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specifies the source feature to be dragged. ​  | +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| sourceControlPoint ​  ​| ​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes the source control point to drag the feature. ​  | +    * Description:​This is the targetPointShape possible be used when overriding.
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​This parameter specifes ​the target control point to drag the feature  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} EndEditingCore(PointShape) **
-==== DragFeatureCore(Feature,​ PointShape, PointShape) ==== +
-This is the Core method of DragFeature which encapsulate the logic. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DragFeatureCore.28Feature.2C_PointShape.2C_PointShape.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DragFeatureCore.28Feature.2C_PointShape.2C_PointShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | Returns a dragged feature. ​  |+
  
-=== Parameters === +  ​* //This is the core method of EndEditing method. This method End the editing for the interative editing on the feature ​in the EditShapesLayer.// 
-^  Name ^  Type ^  Description ^ +== Remarks == 
-| sourceFeature ​  ​| [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  ​| ​This parameter specifies ​the source feature to be dragged  | +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EndEditingCore.28PointShape.29//​
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​This parameter specifes ​the source control point to drag the feature. ​  | +
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ​ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes the target control point to drag the feature  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== DrawAttributionCore(GeoCanvas) ==== +  * 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.EditInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetPointShape//​ 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This is the targetPointShape possible be used when overriding.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} ClearAllControlPoints() **
-==== DrawCore(RectangleShape,​ OverlayRefreshType) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawCore.28RectangleShape.2C_OverlayRefreshType.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawCore.28RectangleShape.2C_OverlayRefreshType.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This method clears all control points in corresponding layer.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetExtent ​  | [[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.EditInteractiveOverlay#​ClearAllControlPoints.28.29//
-| overlayRefreshType ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== DrawTileCore(GeoCanvas) ==== +  * 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.EditInteractiveOverlay#​DrawTileCore.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawTileCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| geoCanvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} CalculateDragControlPoints() **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +  * //This method ​caculates ​the Drag control points ​for all the features ​in the EditShapesLayer. You can override its logic by rewrite its core method.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== EndEditing(PointShape) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateDragControlPoints.28.29//
-This method ​End the editing ​for the interative editing on the feature ​in the EditShapesLayer. You can override its logic by rewrite its core method. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EndEditing.28PointShape.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EndEditing.28PointShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| targetPointShape ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This is the targetPointShape possible be used when overriding. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== EndEditingCore(PointShape) ​==== +** {{wiki:​ProtectedMethod.gif|}} CalculateDragControlPointsCore(Feature) **
-This is the core method of EndEditing method. This method End the editing for the interative editing on the feature in the EditShapesLayer. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EndEditingCore.28PointShape.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EndEditingCore.28PointShape.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This is the core API for the CalculateDragControlPoints,​ you can override this method if you want to change its logic.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetPointShape ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ​ThinkGeo.MapSuite.Core.PointShape --> ​  | This is the targetPointShape possible be used when overriding  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateDragControlPointsCore.28Feature.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]
-==== Finalize() ​==== +  ​* ​Description:A collection of features stands for the Drag control points.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Finalize.28.29</​a+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​feature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:The target feature to caculate the control point.
  
-<!-- System.Object(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} CalculateRotateControlPoints() **
-==== 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 === +  * //This method caculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateRotateControlPoints.28.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== InitializeCore(MapArguments) ==== +  * Description:N/A
-This method initializes overlay object. +
-=== Remarks === +
-When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| mapArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --  | This parameter maintains current map information for calculating mechanism  ​|+** {{wiki:​ProtectedMethod.gif|}} CalculateRotateControlPointsCore(Feature) **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This is the core API for the CalculateRotateControlPoints,​ you can override this method if you want to change its logic.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== KeyDownCore(KeyEventInteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateRotateControlPointsCore.28Feature.29//
-Occurs when key down on the map+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | A interactive result for key down on the map.   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --  | Interaction arguments ​for key down on the map  |+  * Description:​A collection of features stands ​for the Rotate control points.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//feature// 
-==== KeyUpCore(KeyEventInteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-Occurs when key up on the map. +    * Description:​The target feature to caculate ​the control point.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | A interactive result for key up on the map  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} CalculateResizeControlPoints() **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --  | Interaction arguments for key up on the map  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //This method ​caculates ​the Resize control points for all the features in the EditShapesLayerYou can override its logic by rewrite its core method.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== LoadStateCore(Byte[]) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateResizeControlPoints.28.29//​
-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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| state   | Byte[]<​!-- System.Byte[[]] --> ​  | This parameter indicates the state for restore the overlay. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== ManipulationCompletedCore(InteractionArguments) ​==== +** {{wiki:​ProtectedMethod.gif|}} CalculateResizeControlPointsCore(Feature) **
-=== 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 === +  * //This is the core API for the CalculateResizeControlPoints,​ you can override this method if you want to change its logic.// 
- 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.EditInteractiveOverlay#​CalculateResizeControlPointsCore.28Feature.29//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]
-==== ManipulationDeltaCore(InteractionArguments) ==== +  * Description:​A collection of features stands for the Resize control points.
-=== 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 ^ +  ​* //​feature//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​The target feature to caculate the control point.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +<div newline></div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} CalculateVertexControlPoints() **
-==== ManipulationStartedCore(InteractionArguments) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"​></a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This method caculates the vertex control points for all the features in the EditShapesLayer. You can override its logic by rewrite its core method.// 
- 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.EditInteractiveOverlay#​CalculateVertexControlPoints.28.29//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CalculateVertexControlPointsCore(Feature) **
  
-<!-- System.Object --> +  * //This is the core API for the CalculateVertexControlPoints,​ you can override this method if you want to change ​its logic.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseClickCore(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CalculateVertexControlPointsCore.28Feature.29//
-This overrides ​the MouseClick logic in its base class+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseClickCore.28InteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseClickCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --  | This parameter is the interaction auguments ​for the method  |+  * Description:​A collection of features stands ​for the Vertex control points.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//feature// 
-==== MouseDoubleClickCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-This overrides the MouseDoubleClick logic in its base class InterativeOverlay. +    * Description:​The target feature to caculate the control point.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​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|}} MouseDownCore(InteractionArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +  * //This overrides the MouseDown logic in its base class InterativeOverlay.// 
-[[#​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.EditInteractiveOverlay#​MouseDownCore.28InteractionArguments.29//​
-This overrides the MouseDown logic in its base class InterativeOverlay. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseDownCore.28InteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseDownCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+  * Description:​Interaction results of this method.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== MouseEnterCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-Occurs when the mouse enter the map. +    * Description:​This parameter is the interaction auguments ​for the method.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseEnterCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseEnterCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | A interactive result ​for mouse entering ​the map  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | Interaction arguments for mouse entering the map.   |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //This overrides ​the MouseMove logic in its base class InterativeOverlay.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseLeaveCore(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseMoveCore.28InteractionArguments.29//​
-Occurs when the mouse leave the map+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseLeaveCore.28InteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​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:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  ​| ​Interaction ​arguments for mouse leaving the map  |+  * Description:​Interaction ​results of this method.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== MouseMoveCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-This overrides the MouseMove logic in its base class InterativeOverlay. +    * Description:​This parameter is the interaction auguments for the method.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseMoveCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseMoveCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseUpCore(InteractionArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +  * //This overrides the MouseUp logic in its base class InterativeOverlay.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseUpCore(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseUpCore.28InteractionArguments.29//​
-This overrides the MouseUp logic in its base class InterativeOverlay. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseUpCore.28InteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseUpCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+  * Description:​Interaction results of this method.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== MouseWheelCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-This protected virtual method is the Core method of MouseWheel API. +    * Description:​This parameter is the interaction auguments for the method.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseWheelCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseWheelCore.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|}} ManipulationStartedCore(InteractionArguments) **
-| 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 == 
-==== MoveVertex(Feature,​ PointShape, PointShape) ==== +  * //For the most updated Info for this topic, please ​check it here://
-This is the method to move vertex from a feature. +
-=== Remarks ​=== +
-This method is the concrete wrapper ​for the abstract method MoveVertexCore.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.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | Returns a rotated feature. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| sourceFeature ​  ​| ​[[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specifies the source feature to be move vertex from.   | +  * Description:​N/​A
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes the source control point to move vertex from the feature. ​  | +
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes the target control point to move vertex from the feature. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== MoveVertexCore(Feature,​ PointShape, PointShape) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-This is the Core method of MoveVertex which encapsulate the logic. +    * 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.EditInteractiveOverlay#​MoveVertexCore.28Feature.2C_PointShape.2C_PointShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MoveVertexCore.28Feature.2C_PointShape.2C_PointShape.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  | Returns a vertex moved feature. ​  |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} ManipulationDeltaCore(InteractionArguments) **
-| sourceFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --  | This parameter specifies the source feature to be move vertex from.   | +
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --  | This parameter specifes the source control point to move vertex from the feature. ​  | +
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes the target control point to move vertex from the feature  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here://
-This event will be fired after control point selected. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs --> ​  | The ControlPointSelectedEditInteractiveOverlayEventArgs passed for the event raised. ​  |+  * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-This event will be fired before control point selected. +    ​* ​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.EditInteractiveOverlay#​OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} ManipulationCompletedCore(InteractionArguments) **
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs --  | The ControlPointSelectingEditInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnDrawing(DrawingOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here://
-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.EditInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs --> ​  | This parameter is the event argument for Drawing event. ​  |+  * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ​==== +    * 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.EditInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseClickCore(InteractionArguments) **
-| args   | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This overrides ​the MouseClick logic in its base class.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnDrawn(DrawnOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseClickCore.28InteractionArguments.29//
-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.EditInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs --> ​  | This parameter is the event argument for Drawn event. ​  |+  * Description:​Interaction results of this method.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-=== Remarks === +    ​* ​Description:This parameter is the interaction auguments for the method.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments) **
-| args   | [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //This overrides ​the MouseDoubleClick logic in its base class InterativeOverlay.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29//
-This event will be fired after dragging ​the feature+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs --> ​  | The FeatureDraggedEditInteractiveOverlayEventArgs passed for the event raised. ​  |+  * Description:​Interaction results of this method.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-This event will be fired before dragging the feature. +    ​* ​Description:This parameter is the interaction auguments for the method.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DragFeature(Feature,​PointShape,​PointShape) **
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs --  | The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //This is the method to Drag a feature.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnFeatureEdited(FeatureEditedEditInteractiveOverlayEventArgs) ==== +  * //This method is the concrete wrapper ​for the abstract method DragFeatureCore. As this is a concrete public method that wraps a Core methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
-=== Remarks ​=== +
-For the most updated Info for this topicplease check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureEdited.28FeatureEditedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureEdited.28FeatureEditedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs|FeatureEditedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs --> ​  ​| ​   |+  * Description:​Returns a dragged feature.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//sourceFeature// 
-==== OnFeatureEditing(FeatureEditingEditInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-=== Remarks === +    ​* ​Description:This parameter specifies the source feature to be dragged.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureEditing.28FeatureEditingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureEditing.28FeatureEditingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​sourceControlPoint//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditingEditInteractiveOverlayEventArgs|FeatureEditingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditingEditInteractiveOverlayEventArgs --> ​  ​| ​   |+    * Description:​This parameter specifes the source control point to drag the feature.
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //​targetControlPoint//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs) ==== +    * Description:​This parameter specifes the target control point to drag the feature.
-This event will be fired after resizing ​the feature. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DragFeatureCore(Feature,​PointShape,​PointShape) **
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs --  | The FeatureResizedEditInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //This is the Core method of DragFeature which encapsulate the logic.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DragFeatureCore.28Feature.2C_PointShape.2C_PointShape.29//
-This event will be fired before resizing ​the feature+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs --> ​  | The FeatureResizingEditInteractiveOverlayEventArgs passed for the event raised. ​  |+  * Description:​Returns a dragged feature.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//sourceFeature// 
-==== OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-This event will be fired after rotating the feature. +    ​* ​Description:This parameter specifies the source feature to be dragged.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​sourceControlPoint//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs --> ​  | The FeatureRotatedEditInteractiveOverlayEventArgs passed for the event raised  |+    * Description:​This parameter specifes ​the source control point to drag the feature.
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //​targetControlPoint//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs) ==== +    * Description:​This parameter specifes the target control point to drag the feature.
-This event will be fired before rotating ​the feature. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} ResizeFeature(Feature,​PointShape,​PointShape) **
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs --  | The FeatureRotatingEditInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //This is the method to Resize a feature.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) ==== +  * //This method is the concrete wrapper ​for the abstract method ResizeFeatureCore. As this is a concrete public method that wraps a Core methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
-Occurs when key down on the map object+
-=== Remarks ​=== +
-For the most updated Info for this topicplease check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs --> ​  | Event argument for the MapKeyDown event. ​  |+  * Description:​Returns a resized feature.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//sourceFeature// 
-==== OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-Occurs when key up on the map object. +    ​* ​Description:This parameter specifies the source feature to be resized.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​sourceControlPoint//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs --> ​  | Event argument for the MapKeyUp event  |+    * Description:​This parameter specifes ​the source control point to resize the feature.
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //​targetControlPoint//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) ==== +    * Description:​This parameter specifes ​the target ​control point to resize the feature.
-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.EditInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29" ​target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} ResizeFeatureCore(Feature,​PointShape,​PointShape) **
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs --  | The MapMouseClickInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //This is the Core method of ResizeFeature which encapsulate the logic.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​ResizeFeatureCore.28Feature.2C_PointShape.2C_PointShape.29//
-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.EditInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --> ​  | The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised. ​  |+  * Description:​Returns a resized feature.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//sourceFeature// 
-==== OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-This event will be fired when MapMouseDown is called. +    ​* ​Description:This parameter specifies the source feature to be resized.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​sourceControlPoint//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs --> ​  | The MapMouseDownInteractiveOverlayEventArgs passed for the event raised  |+    * Description:​This parameter specifes ​the source control point to resize the feature.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //targetControlPoint// 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs) ==== +    ​* ​Description:This parameter specifes the target control point to resize the feature.
-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.EditInteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} RotateFeature(Feature,​PointShape,​PointShape) **
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs --  | Event argument for the MapMouseEnter event  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //This is the method to Rotate a feature.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs) ==== +  * //This method is the concrete wrapper ​for the abstract method RotateFeatureCore. As this is a concrete public method that wraps a Core methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
-Occurs when mouse leave from the map object+
-=== Remarks ​=== +
-For the most updated Info for this topicplease check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs --> ​  | Event argument for the MapMouseLeave event. ​  |+  * Description:​Returns a rotated feature.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//sourceFeature// 
-==== OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-This event will be fired when MapMouseMove is called. +    ​* ​Description:This parameter specifies the source feature to be rotated.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​sourceControlPoint//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  | The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised  |+    * Description:​This parameter specifes ​the source control point to rotate the feature.
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //​targetControlPoint//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) ==== +    * Description:​This parameter specifes ​the target ​control point to rotate the feature.
-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.EditInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29" ​target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} RotateFeatureCore(Feature,​PointShape,​PointShape) **
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs --  | The MapMouseUpInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +  * //This is the Core method of RotateFeature which encapsulate the logic.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​RotateFeatureCore.28Feature.2C_PointShape.2C_PointShape.29//
-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.EditInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  | The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. ​  |+  * Description:​Returns a resized feature.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//sourceFeature// 
-==== OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-This event will be fired after vertex added to the edit feature. +    ​* ​Description:This parameter specifies the source feature to be rotated.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​sourceControlPoint//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddedEditInteractiveOverlayEventArgs --> ​  | The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised  |+    * Description:​This parameter specifes ​the source control point to rotate the feature.
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //​targetControlPoint//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs) ==== +    * Description:​This parameter specifes the target control point to rotate ​the feature.
-This event will be fired before vertex added to the edit feature. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} AddVertex(PointShape,​Double) **
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddingEditInteractiveOverlayEventArgs --  | The VertexAddingEditInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //This is the method to add vertex from a feature.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs) ==== +  * //This method is the concrete wrapper ​for the abstract method AddVertexCore. As this is a concrete public method that wraps a Core methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
-This event will be fired after moving ​the feature. +
-=== Remarks ​=== +
-For the most updated Info for this topicplease check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovedEditInteractiveOverlayEventArgs --> ​  | The VertexMovedEditInteractiveOverlayEventArgs passed for the event raised  |+  Description:True if add vertex succeed , other wise return false.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//targetPointShape// 
-==== OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-This event will be fired before moving the feature. +    ​* ​Description:This parameter specifies the point shape to search the vertex.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​searchingTolerance//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Double 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs --> ​  | The VertexMovingEditInteractiveOverlayEventArgs passed for the event raised  |+    * Description:This parameter specifes ​the searching tolerance to search the vetex.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} AddVertexCore(Feature,​PointShape,​Double) **
-==== OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs) ==== +
-This event will be fired after vertex removed from the edit feature. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This is the Core method of AddVertex which encapsulate the logic.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs --> ​  | The VertexRemovedEditInteractiveOverlayEventArgs 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.EditInteractiveOverlay#​AddVertexCore.28Feature.2C_PointShape.2C_Double.29//
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs) ​==== +  * Description:Returns ​vertex added feature.
-This event will be fired before vertex removed from the edit feature. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29</​a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetFeature//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs --> ​  | The VertexRemovingEditInteractiveOverlayEventArgs passed for the event raised  |+    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​This parameter specifies ​the target feature to be add vertex from.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //targetPointShape// 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== OpenCore() ==== +    ​* ​Description:This parameter specifies the target vertex to be added.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OpenCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OpenCore.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​searchingTolerance//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Double 
 +    * Description:This parameter specifes the searching tolerance to search the vetex.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MoveVertex(Feature,PointShape,PointShape) **
-==== PanToCore(RectangleShape) ==== +
-This method pans the overlay to the provided world extent. +
-=== Remarks === +
-Some overlay doesn'​t need to continously drawing all the tile. For exampleMarkerOverlay is formed by markers. When mouse down to panthe 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 === +  * //This is the method to move vertex from a feature.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter is the target world extent for panning  |+  ​* //This method is the concrete wrapper for the abstract method MoveVertexCoreAs this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to preor post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//​
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== RefreshCore() ==== +  ​* ​Description:Returns a rotated feature.
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​sourceFeature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:This parameter specifies the source feature to be move vertex from.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +  * //sourceControlPoint// 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== RefreshCore(RectangleShape) ==== +    ​* ​Description:This parameter specifes the source control point to move vertex from the feature.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​RefreshCore.28RectangleShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​RefreshCore.28RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​targetControlPoint//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| extent ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+    * Description:​This parameter specifes the target control point to move vertex from the feature.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments**
-==== RemoveVertex(PointShape, Double==== +
-This is the method to remove vertex from a feature. +
-=== Remarks === +
-This method is the concrete wrapper for the abstract method RemoveVertexCore.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 ^ +
-| Boolean<​!-- System.Boolean --> ​  | True if remove vertex succeed , other wise return false. ​  |+
  
-=== Parameters === +  * //This protected virtual method is the Core method of MouseWheel API.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetPointShape ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ​ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the point shape to search the vertex  | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseWheelCore.28InteractionArguments.29//
-| searchingTolerance ​  | Double<​!-- System.Double --> ​  | This parameter specifes the searching tolerance to search the vetex. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== RemoveVertexCore(Feature,​ Vertex, Double) ==== +  * Description:​Interaction results of this method.
-This is the Core method of RemoveVertex which encapsulate the logic. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​RemoveVertexCore.28Feature.2C_Vertex.2C_Double.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​RemoveVertexCore.28Feature.2C_Vertex.2C_Double.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  | Returns a vertex removed feature. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| editShapeFeature ​  ​| ​[[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specifies the target feature to be remove vertex from.   | +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-| selectedVertex ​  | [[ThinkGeo.MapSuite.Core.Vertex|Vertex]]<​!-- ThinkGeo.MapSuite.Core.Vertex --> ​  ​| ​This parameter ​specifies ​the selected vertex to search ​the vertex  | +    * Description:​This parameter ​is the interaction auguments for the method.
-| searchingTolerance ​  | Double<​!-- System.Double --> ​  | This parameter specifes the searching tolerance to search the vetex. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MouseLeaveCore(InteractionArguments**
-==== ResizeFeature(Feature, PointShape, PointShape==== +
-This is the method to Resize a feature. +
-=== Remarks === +
-This method is the concrete wrapper for the abstract method ResizeFeatureCore.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.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | Returns a resized feature. ​  |+
  
-=== Parameters === +  * //Occurs when the mouse leave the map.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| sourceFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specifies ​the source feature to be resized  | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseLeaveCore.28InteractionArguments.29//
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ​ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes the source control point to resize the feature  | +
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes the target control point to resize the feature. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== ResizeFeatureCore(Feature,​ PointShape, PointShape) ==== +  * Description:​A interactive result for mouse leaving the map.
-This is the Core method of ResizeFeature which encapsulate the logic. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​ResizeFeatureCore.28Feature.2C_PointShape.2C_PointShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​ResizeFeatureCore.28Feature.2C_PointShape.2C_PointShape.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  | Returns a resized feature. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| sourceFeature ​  ​| ​[[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specifies the source feature to be resized. ​  | +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes ​the source control point to resize the feature  | +    * Description:​Interaction arguments for mouse leaving ​the map.
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes the target control point to resize the feature. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MouseEnterCore(InteractionArguments**
-==== RotateFeature(Feature, PointShape, PointShape==== +
-This is the method to Rotate a feature. +
-=== Remarks === +
-This method is the concrete wrapper for the abstract method RotateFeatureCore.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.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | Returns a rotated feature. ​  |+
  
-=== Parameters === +  * //Occurs when the mouse enter the map.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| sourceFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specifies ​the source feature to be rotated  | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MouseEnterCore.28InteractionArguments.29//
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ​ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes the source control point to rotate the feature  | +
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes the target control point to rotate the feature. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== RotateFeatureCore(Feature,​ PointShape, PointShape) ==== +  * Description:​A interactive result for mouse entering the map.
-This is the Core method of RotateFeature which encapsulate the logic. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​RotateFeatureCore.28Feature.2C_PointShape.2C_PointShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​RotateFeatureCore.28Feature.2C_PointShape.2C_PointShape.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  | Returns a resized feature. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| sourceFeature ​  ​| ​[[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specifies the source feature to be rotated. ​  | +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]] 
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes ​the source control point to rotate the feature  | +    * Description:​Interaction arguments for mouse entering ​the map.
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifes the target control point to rotate the feature. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) **
-==== SaveStateCore() ==== +
-This method saves overlay state to a byte array. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​SaveStateCore.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​SaveStateCore.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Byte[]<​!-- System.Byte[[]] --> ​  | A byte array indicates current overlay state. ​  |+
  
-=== 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.EditInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29//​
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-==== SetSelectedControlPoint(PointShape,​ Double) ​==== +  ​* ​Description:A interactive result for key up on the map.
-This protected method is to set the control point. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​SetSelectedControlPoint.28PointShape.2C_Double.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​SetSelectedControlPoint.28PointShape.2C_Double.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  | Returns true if control point are found and set correct, other wise, returns false. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| targetPointShape ​  ​| ​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter is target point shape we determine to edit.   | +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] 
-| searchingTolerance ​  | Double<​!-- System.Double --> ​  | This parameter is the searchinig tolerance to seach the control point  |+    * Description:​Interaction arguments for key up on the map.
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) **
-==== SetSelectedControlPointCore(PointShape,​ Double) ==== +
-This protected virtual method is the Core method of SetSelectedControlPoint API. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​SetSelectedControlPointCore.28PointShape.2C_Double.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​SetSelectedControlPointCore.28PointShape.2C_Double.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | A feature stands for the selected control point. ​  |+
  
-=== Parameters === +  * //Occurs when key down on the map.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| targetPointShape ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ​ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter is target point shape we determine to edit  | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29//
-| searchingTolerance ​  | Double<​!-- System.Double --> ​  | This parameter is the searchinig tolerance to seach the control point. ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]] 
-===== Public Properties ===== +  * Description:A interactive result for key down on the map.
-==== Attribution ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//interactionArguments// 
-==== AutoRefreshInterval ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] 
-=== Remarks === +    * Description:​Interaction arguments for key down on the map.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​AutoRefreshInterval"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​AutoRefreshInterval</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) **
-==== CanAddVertex ==== +
-Gets a value which indicates whether the shape can Add new vertex. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanAddVertex"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanAddVertex</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //This event will be fired when MapMouseDown is called.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== CanDrag ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29//
-Gets a value which indicates whether the shape can be dragged+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanDrag"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanDrag</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +== 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.EditInteractiveOverlay#​CanRefreshRegion"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanRefreshRegion</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  ​* ​//e// 
-==== CanRemoveVertex ​==== +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] 
-Gets a value which indicates whether the shape can remove a existing vertex. +    * Description:​The MapMouseDownInteractiveOverlayEventArgs passed for the event raised.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanRemoveVertex"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanRemoveVertex</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +<div newline></div> 
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) **
-==== CanReshape ==== +
-Gets a value which indicates whether the shape can be reshaped. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanReshape"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanReshape</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +  * //This event will be fired when MapMouseMove is called.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== CanResize ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29//
-Gets a value which indicates whether the shape can be resized+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanResize"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanResize</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay ​--> +== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:Void 
-==== CanRotate ​==== +  * Description:​N/​A 
-Gets a value which indicates whether ​the shape can be rotated+ 
-=== Remarks === +== Parameters == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanRotate"​ target="​_blank"​>​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanRotate</a+  * //e// 
-=== Return Value === +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] 
-Return Type ^ +    * Description:​The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised. 
-Boolean<!-- System.Boolean ​--  ​|+ 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) ** 
 + 
 +  * //This event will be fired when MapMouseUp is called.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] 
 +    * Description:​The MapMouseUpInteractiveOverlayEventArgs passed for the event raised. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) ** 
 + 
 +  * //This event will be fired when MapMouseClick is called.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] 
 +    * Description:​The MapMouseClickInteractiveOverlayEventArgs passed for the event raised. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) ** 
 + 
 +  * //This event will be fired when MapMouseDoubleClick is called.// 
 +== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] 
 +    * Description:​The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) ** 
 + 
 +  * //This event will be fired when MapMouseWheel is called.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] 
 +    * Description:​The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs) ** 
 + 
 +  * //Occurs when mouse leave from the map object.// 
 +== Remarks =
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]] 
 +    * Description:​Event argument for the MapMouseLeave event. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs) ** 
 + 
 +  * //Occurs when mouse enter on the map object.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] 
 +    * Description:​Event argument for the MapMouseEnter event. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) ** 
 + 
 +  * //Occurs when key up on the map object.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] 
 +    * Description:​Event argument for the MapKeyUp event. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) ** 
 + 
 +  * //Occurs when key down on the map object.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] 
 +    * Description:​Event argument for the MapKeyDown event. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} LhQ=(LayerTile) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​layerTile//​ 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.LayerTile|LayerTile]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} IhQ=(RectangleShape,​Double) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​targetExtent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​resolution//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} InitializeCore(MapArguments) ** 
 + 
 +  * //This method initializes overlay object.// 
 +== Remarks == 
 +  * //When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property.//​ 
 + 
 +== Return Value == 
 +  * 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:​ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​RefreshCore.28RectangleShape.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​extent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RefreshCore() ** 
 + 
 +  * //This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.// 
 +== Remarks == 
 +  * //The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CloseCore.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></div> 
 +** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OpenCore.28.29//​ 
 + 
 +== Return Value =
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} 4hM=(GeoCanvas) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return ​Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PanToCore(RectangleShape) ** 
 + 
 +  * //This method pans the overlay to the provided world extent.// 
 +== Remarks == 
 +  * //Some overlay doesn'​t need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance.//​ 
 + 
 +== Return Value == 
 +  * 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:​ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** 
 + 
 +  * //This method 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.EditInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] 
 +    * Description:​This parameter is the event argument for Drawing event. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** 
 + 
 +  * //This method 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.EditInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] 
 +    * Description:​This parameter is the event argument for Drawn event. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** 
 + 
 +  * //This method returns the bounding box of the Overlay.//​ 
 +== Remarks == 
 +  * //This method returns the bounding box of the Overlay.//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +  * Description:​This method returns the bounding box of the Overlay. 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Finalize.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Dispose.28Boolean.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​disposing//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnRefreshing(OverlayRefreshType) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​refreshType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​MemberwiseClone.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} PolygonTrackMode ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​PolygonTrackMode 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.PolygonTrackMode|PolygonTrackMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} EditShapesLayer ** 
 + 
 +This property gets the InMemoryFeatureLayer which holds the edit shapes. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EditShapesLayer 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} EditsInProcessLayer ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EditsInProcessLayer 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} DragControlPointsLayer **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> 
-[[#Public Properties|Go Back]] 
-==== DragControlPointsLayer ==== 
 This property gets the InMemoryFeatureLayer which holds the control points for drag. This property gets the InMemoryFeatureLayer which holds the control points for drag.
-=== Remarks ​===+== Remarks ==
 Every control points for drag are not the existing vertex of the edit shapes. Every control points for drag are not the existing vertex of the edit shapes.
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]
-[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +** {{wiki:PublicProperty.gif|}} RotateControlPointsLayer **
-[[#Public Properties|Go Back]] +
-==== DrawingExceptionMode ==== +
-This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawingExceptionMode"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawingExceptionMode</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<​!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +This property gets the InMemoryFeatureLayer which holds the control points for rotate
-[[#Public Properties|Go Back]] +== Remarks == 
-==== DrawingMarginPercentage ==== +Every control points for rotate are not the existing vertex of the edit shapes. 
-=== Remarks ​=== +== Return Value == 
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +  ​* ​Type:​[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]
-=== Return Value === +
-^ Return ​Type +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicProperty.gif|}} ResizeControlPointsLayer ** 
-[[#Public Properties|Go Back]] + 
-==== EditShapesLayer ==== +This property gets the InMemoryFeatureLayer which holds the control points for resize
-This property gets the InMemoryFeatureLayer which holds the edit shapes+== Remarks == 
-=== Remarks ​=== +Every control points for resize are not the existing vertex of the edit shapes
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EditShapesLayer"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EditShapesLayer</​a>​ +== Return Value == 
-=== Return Value === +  ​* ​Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +** {{wiki:PublicProperty.gif|}} ExistingControlPointsLayer **
-[[#Public Properties|Go Back]] +
-==== EditsInProcessLayer ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EditsInProcessLayer"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​EditsInProcessLayer</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<​!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> 
-[[#Public Properties|Go Back]] 
-==== ExistingControlPointsLayer ==== 
 This property gets the InMemoryFeatureLayer which holds the control points which represents the existing vertices of the edit shapes. This property gets the InMemoryFeatureLayer which holds the control points which represents the existing vertices of the edit shapes.
-=== Remarks ​===+== Remarks ==
 Every control points in this layer are the existing vertices of the edit shapes. Every control points in this layer are the existing vertices of the edit shapes.
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]
-[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay ​--> +** {{wiki:​PublicProperty.gif|}} CanDrag ** 
-[[#Public Properties|Go Back]] + 
-==== IsBase ​==== +Gets a value which indicates whether the shape can be dragged. 
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​IsBase"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​IsBase</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanDrag 
-=== Return Value === +== Return Value == 
-Return Type ^ +  * Type:​Boolean 
-Boolean<​!-- System.Boolean ​--> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} CanReshape ** 
 + 
 +Gets a value which indicates whether the shape can be reshaped. 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanReshape 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanResize ** 
 + 
 +Gets a value which indicates whether the shape can be resized. 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanResize 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanRotate ** 
 + 
 +Gets a value which indicates whether the shape can be rotated. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanRotate 
 +== Return Value =
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanAddVertex ** 
 + 
 +Gets a value which indicates whether the shape can Add new vertex. 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanAddVertex 
 +== Return ​Value == 
 +  * Type:Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanRemoveVertex ** 
 + 
 +Gets a value which indicates whether the shape can remove a existing vertex. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanRemoveVertex 
 +== Return Value == 
 +  * Type:Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsEmpty **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== IsEmpty ==== 
 This property indicates whether this overlay is empty or not. This property indicates whether this overlay is empty or not.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​IsEmpty" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​IsEmpty</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​IsEmpty 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Boolean<​!-- System.Boolean ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay(overriden) --> +** {{wiki:PublicProperty.gif|}} DrawingMarginPercentage **
-[[#Public Properties|Go Back]] +
-==== IsVisible ==== +
-Gets or sets if this overlay is visible. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​IsVisible"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​IsVisible</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MapArguments ​==== +For the most updated Info for this topic, please check it here: 
-Gets or sets current map information which will be used for calculating mechanism+== Return Value == 
-=== Remarks === +  * Type:​Double 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Initialize.28MapArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Initialize.28MapArguments.29</​a>​ + 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} RenderMode ** 
-^ Return ​Type ^ + 
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments --> ​  |+This property gets and sets the render mode for drawing this overlay
 +== Remarks =
 +Set GdiPlus to render map image with Gdi+. We recommend use this value with large data. Set DrawingVisual to render map image with DrawingVisual feature in WPF. Use it when the spatial data is small to get better responding. 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode|RenderMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** 
 + 
 +N/A 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​AutoRefreshInterval 
 +== Return Value == 
 +  ​* ​Type:TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== Name ==== 
 Gets or sets the name of this overaly. Gets or sets the name of this overaly.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Name" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Name</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​Name 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  * Type:​String 
-String<​!-- System.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.EditInteractiveOverlay#​Initialize.28MapArguments.29 
 +== Return Value == 
 +  ​* ​Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} OverlayCanvas **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== OverlayCanvas ==== 
 Gets or sets the actual canvas which maintains all the visual elements on the overlay. Gets or sets the actual canvas which maintains all the visual elements on 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.EditInteractiveOverlay#​OverlayCanvas" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OverlayCanvas</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OverlayCanvas 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Canvas
-| Canvas<​!-- System.Windows.Controls.Canvas ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} IsBase **
-[[#Public Properties|Go Back]] +
-==== PolygonTrackMode ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​PolygonTrackMode"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​PolygonTrackMode</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.PolygonTrackMode|PolygonTrackMode]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.PolygonTrackMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== RenderMode ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​IsBase 
-This property gets and sets the render mode for drawing ​this overlay. +== Return Value == 
-=== Remarks === +  ​* ​Type:Boolean
-Set GdiPlus to render map image with Gdi+We recommend use this value with large dataSet DrawingVisual to render map image with DrawingVisual feature in WPFUse it when the spatial data is small to get better responding+
-=== Return Value === +
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode|RenderMode]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicProperty.gif|}} CanRefreshRegion **
-[[#Public Properties|Go Back]] +
-==== ResizeControlPointsLayer ==== +
-This property gets the InMemoryFeatureLayer which holds the control points for resize. +
-=== Remarks === +
-Every control points for resize are not the existing vertex of the edit shapes. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<​!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== RotateControlPointsLayer ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​CanRefreshRegion 
-This property gets the InMemoryFeatureLayer which holds the control points ​for rotate. +== Return Value == 
-=== Remarks === +  ​* ​Type:Boolean
-Every control points for rotate are not the existing vertex of the edit shapes+
-=== Return Value === +
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<​!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +** {{wiki:PublicProperty.gif|}} DrawingExceptionMode **
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-==== ControlPointType ==== +
-Gets or sets the ControlPointType for the control points of the edit shapes. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​ControlPointType"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​ControlPointType</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointType|ControlPointType]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointType --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing
-[[#​Protected Properties|Go Back]] +== Remarks == 
-==== IsOverlayInitialized ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawingExceptionMode 
-Gets or sets if the overlay canvas is initialized+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​IsOverlayInitialized"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​IsOverlayInitialized</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} IsVisible **
-[[#​Protected Properties|Go Back]] +
-==== OriginalEditingFeature ==== +
-This property gets the feature represents the original editing feature. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OriginalEditingFeature"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OriginalEditingFeature</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay ​--> +Gets or sets if this overlay is visible. 
-[[#Protected Properties|Go Back]] +== Remarks == 
-==== PreviousExtent ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​IsVisible 
-Gets or sets the previous exent of the overlay+== Return Value == 
-=== Remarks ​=== +  * Type:​Boolean 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​PreviousExtent"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​PreviousExtent</​a>​ + 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} Attribution ** 
-^ Return ​Type + 
-[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  |+N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29 
 +== Return Value == 
 +  * Type:​String 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} ControlPointType ** 
 + 
 +Gets or sets the ControlPointType for the control points of the edit shapes. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​ControlPointType 
 +== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointType|ControlPointType]] 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} SelectControlPointFeature **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> 
-[[#​Protected Properties|Go Back]] 
-==== SelectControlPointFeature ==== 
 This property gets the feature represents the select control points of the edit shapes. This property gets the feature represents the select control points of the edit shapes.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​SelectControlPointFeature" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​SelectControlPointFeature</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​SelectControlPointFeature 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
-[[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +** {{wiki:ProtectedProperty.gif|}} OriginalEditingFeature **
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== ControlPointSelected ==== +
-This event will be fired after select the control point. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +This property gets the feature represents the original editing feature
-[[#Public Events|Go Back]] +== Remarks == 
-==== ControlPointSelecting ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OriginalEditingFeature 
-This event will be fired before select ​the control point+== Return Value == 
-=== Remarks ​=== +  * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +** {{wiki:ProtectedProperty.gif|}} PreviousExtent **
-[[#Public Events|Go Back]] +
-==== 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.EditInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +Gets or sets the previous exent of the overlay
-[[#Public Events|Go Back]] +== Remarks == 
-==== DrawingAttribution ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​PreviousExtent 
-=== 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.EditInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</​a>​ +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
-=== Event Arguments === +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +** {{wiki:ProtectedProperty.gif|}} 3BM**
-[[#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.EditInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +N/A 
-[[#Public Events|Go Back]] +== Remarks == 
-==== DrawnAttribution ==== +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.EditInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29<​/a> +  * Type:Double
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.Overlay --> +** {{wiki:​ProtectedProperty.gif|}} IsOverlayInitialized ** 
-[[#Public Events|Go Back]] + 
-==== FeatureDragged ​====+Gets or sets if the overlay canvas is initialized. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#IsOverlayInitialized 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} FeatureDragged **
 This event will be fired after drag the feature. This event will be fired after drag the feature.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== FeatureDragging ==== +
-This event will be fired before drag the feature. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} FeatureDragging ** 
-[[#Public Events|Go Back]] +This event will be fired before drag the feature. 
-==== FeatureEdited ==== +== Remarks == 
-=== Remarks ​=== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureEdited.28FeatureEditedEditInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureEdited.28FeatureEditedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs|FeatureEditedEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== FeatureEditing ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureEditing.28FeatureEditingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureEditing.28FeatureEditingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditingEditInteractiveOverlayEventArgs|FeatureEditingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} FeatureResized ​**
-[[#Public Events|Go Back]] +
-==== FeatureResized ​====+
 This event will be fired after resize the feature. This event will be fired after resize the feature.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] 
-[[#Public Events|Go Back]] + 
-==== FeatureResizing ​====+** {{wiki:​PublicEvent.gif|}} ​FeatureResizing ​**
 This event will be fired before resize the feature. This event will be fired before resize the feature.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29 
-=== Event Arguments === + 
-Event Arguments ​+Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]]
-[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} FeatureRotated ​**
-[[#Public Events|Go Back]] +
-==== FeatureRotated ​====+
 This event will be fired after rotate the feature. This event will be fired after rotate the feature.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] 
-[[#Public Events|Go Back]] + 
-==== FeatureRotating ​====+** {{wiki:​PublicEvent.gif|}} ​FeatureRotating ​**
 This event will be fired before rotate the feature. This event will be fired before rotate the feature.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapKeyDown ==== +
-Occurs when key down on the map canvas. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} VertexAdded ** 
-[[#Public Events|Go Back]] +This event will be fired after add the vertex
-==== MapKeyUp ==== +== Remarks == 
-Occurs when key up on the map canvas+For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapMouseClick ==== +
-This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} VertexAdding ** 
-[[#Public Events|Go Back]] +This event will be fired before add the vertex
-==== MapMouseDoubleClick ==== +== Remarks == 
-This event will be fired when Mouse double clicked on the Map+For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]]
-[[#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.EditInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} VertexMoved ** 
-[[#Public Events|Go Back]] +This event will be fired after move the vertex
-==== 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.EditInteractiveOverlay#​OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] 
-[[#Public Events|Go Back]] + 
-==== MapMouseLeave ​==== +** {{wiki:​PublicEvent.gif|}} VertexMoving ** 
-Occurs when mouse leave the map canvas+This event will be fired before move the vertex. 
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29</a> +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29 
-=== Event Arguments === + 
-Event Arguments ​+Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] 
-[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs --> ​  |+ 
 +** {{wiki:​PublicEvent.gif|}} VertexRemoved ** 
 +This event will be fired after remove the vertex. 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} VertexRemoving ** 
 +This event will be fired before remove the vertex. 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} ControlPointSelected ** 
 +This event will be fired after select the control point
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} ControlPointSelecting ** 
 +This event will be fired before select the control point. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} FeatureEditing ** 
 +N/A 
 +== Remarks ​=
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureEditing.28FeatureEditingEditInteractiveOverlayEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditingEditInteractiveOverlayEventArgs|FeatureEditingEditInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} FeatureEdited ** 
 +N/A 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnFeatureEdited.28FeatureEditedEditInteractiveOverlayEventArgs.29 
 + 
 +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs|FeatureEditedEditInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} 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:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseMove ​**
-[[#Public Events|Go Back]] +
-==== MapMouseMove ​====+
 This event will be fired when Mouse moved on the Map. This event will be fired when Mouse moved 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.EditInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] 
-[[#Public Events|Go Back]] + 
-==== MapMouseUp ​====+** {{wiki:​PublicEvent.gif|}} ​MapMouseUp ​**
 This event will be fired when Mouse released up on the Map. This event will be fired when Mouse released up 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.EditInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</a> +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29 
-=== Event Arguments === + 
-Event Arguments ​+Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] 
-[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.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. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29 
 + 
 +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} MapMouseDoubleClick ** 
 +This event will be fired when Mouse double clicked on the Map. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseWheel ​**
-[[#Public Events|Go Back]] +
-==== MapMouseWheel ​====+
 This event will be fired when Mouse wheel on the Map. This event will be fired when Mouse wheel 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.EditInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== VertexAdded ==== +
-This event will be fired after add the vertex. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddedEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseLeave ** 
-[[#Public Events|Go Back]] +Occurs when mouse leave the map canvas
-==== VertexAdding ==== +== Remarks == 
-This event will be fired before add the vertex+For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexAddingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== VertexMoved ==== +
-This event will be fired after move the vertex. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovedEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseEnter ** 
-[[#Public Events|Go Back]] +Occurs when mouse enter the map canvas
-==== VertexMoving ==== +== Remarks == 
-This event will be fired before move the vertex+For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​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.EditInteractiveOverlay#​OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== VertexRemoved ==== +
-This event will be fired after remove the vertex. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay ​--> +** {{wiki:​PublicEvent.gif|}} MapKeyDown ** 
-[[#Public Events|Go Back]] +Occurs when key down on the map canvas. 
-==== VertexRemoving ==== +== Remarks == 
-This event will be fired before ​remove ​the vertex+For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29 
-=== Remarks ​=== + 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay#​OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29</a> +Event Arguments:[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] 
-=== Event Arguments === + 
-Event Arguments ​+** {{wiki:​PublicEvent.gif|}} MapKeyUp ** 
-[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs --> ​  |+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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​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.EditInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.EditInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​WpfDesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.WpfDesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.wpfdesktopedition.editinteractiveoverlay.1440040136.txt.gz · Last modified: 2015/09/18 03:10 (external edit)