User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.editinteractiveoverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.editinteractiveoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.desktopedition.editinteractiveoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay ====== ====== ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class inherits from the InterativeOverlay abstract class. This specified overlay describes the EditShape interactive process with the MapControl using the Mouse or Keyboard. This class inherits from the InterativeOverlay abstract class. This specified overlay describes the EditShape interactive process with the MapControl using the Mouse or Keyboard.
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay</​a>​ 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.DesktopEdition.Overlay]] +    *ThinkGeo.MapSuite.DesktopEdition.Overlay 
-***[[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay]] +      *ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay 
-****[[ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay]]+        ***ThinkGeo.MapSuite.DesktopEdition.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 this constructor,​ please set the properties manually or it will use their default values. ​  |+
  
 +  * //Default constructor of the class. If you use this constructor,​ please set the properties manually 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.DesktopEdition.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}}[[#​Draw(GeoCanvas)|Draw]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This method draws the Overlay. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DrawPreview(GeoCanvas)|DrawPreview]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This method will be used to draw preview tiles to the canvas. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​KeyDown(KeyEventInteractionArguments)|KeyDown]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the KeyDown interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​KeyUp(KeyEventInteractionArguments)|KeyUp]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the KeyUp interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseClick(InteractionArguments)|MouseClick]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseClick interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseDoubleClick(InteractionArguments)|MouseDoubleClick]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseDoubleClick interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseDown(InteractionArguments)|MouseDown]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseDown interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseMove(InteractionArguments)|MouseMove]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseMove interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseUp(InteractionArguments)|MouseUp]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseUp interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseWheel(InteractionArguments)|MouseWheel]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseWheel interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh(GeoCanvas,​ RectangleShape)|Refresh]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(IEnumerable<​RectangleShape>,​ TimeSpan, RequestDrawingBufferTimeType)|RequestDrawing]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,​ TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(IEnumerable<​RectangleShape>,​ TimeSpan)|RequestDrawing]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,​ TimeSpan ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(RectangleShape,​ TimeSpan, RequestDrawingBufferTimeType)|RequestDrawing]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(RectangleShape,​ TimeSpan)|RequestDrawing]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ TimeSpan ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(RectangleShape)|RequestDrawing]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(TimeSpan)|RequestDrawing]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(IEnumerable<​RectangleShape>​)|RequestDrawing]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing()|RequestDrawing]] ​  ​| ​   | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(TimeSpan,​ RequestDrawingBufferTimeType)|RequestDrawing]] ​  | TimeSpan, [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​get_InteractiveClickInterval()|get_InteractiveClickInterval]] ​  ​| ​   | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​set_InteractiveClickInterval(Int32)|set_InteractiveClickInterval]] ​  | Int32   | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  ​| ​   |+
  
 +  * //This method calculates all control points.//
 +== Remarks ==
 +  * //First, it will clear all control points. Then it will calculate each control point according to their settings.//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} KeyDown(KeyEventInteractionArguments) **
 +
 +  * //This method will simulate the KeyDown 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.DesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]
 +    * Description:​This parameter represents the interaction auguments for the method.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} KeyUp(KeyEventInteractionArguments) **
 +
 +  * //This method will simulate the KeyUp 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.DesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]
 +    * Description:​This parameter represents the interaction auguments for the method.
 +
 +<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.DesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​This parameter represents 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.DesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​This parameter represents the interaction auguments for the method.
 +
 +<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.DesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​This parameter represents 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.DesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​This parameter represents 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.DesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​This parameter represents 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.DesktopEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​Interaction results of this method.
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​This parameter represents the interaction auguments for the method.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh(GeoCanvas,​RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Refresh.28GeoCanvas.2C_RectangleShape.29//​
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //canvas//
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
 +    * Description:​N/​A
 +
 +  * //extent//
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DrawPreview(GeoCanvas) **
 +
 +  * //This method will be used to draw preview tiles to the canvas.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawPreview.28GeoCanvas.29//​
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]
 +  * Description:​The tile existing type, which indicates whether any tiles exist.
 +
 +== Parameters ==
 +  * //canvas//
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
 +    * Description:​This parameter is the canvas object to draw on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas) **
 +
 +  * //This method draws the Overlay.//
 +== Remarks ==
 +  * //This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the overlay based on the extent you provided. 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:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //canvas//
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
 +    * Description:​This parameter is the canvas object to draw on.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here://
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape) **
 +
 +  * //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
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing(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|}} RequestDrawing(TimeSpan) **
 +
 +  * //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
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing(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|}} RequestDrawing(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 ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing(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|}} RequestDrawing(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|}} RequestDrawing(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|}} ToString() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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.DesktopEdition.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|}} RotateFeature(Feature,​PointShape,​PointShape) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​AddVertex(PointShape,​ Double)|AddVertex]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ Double ​  ​| ​   | This is the method used to add vertex to 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 encapsulates the logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateDragControlPoints()|CalculateDragControlPoints]] ​  ​| ​   |    | This method calculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateDragControlPointsCore(Feature)|CalculateDragControlPointsCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This is the core API for the CalculateDragControlPoints method. You can override this method if you want to change its logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateResizeControlPoints()|CalculateResizeControlPoints]] ​  ​| ​   |    | This method calculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateResizeControlPointsCore(Feature)|CalculateResizeControlPointsCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This is the core API for the CalculateResizeControlPoints method. You can override this method if you want to change its logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateRotateControlPoints()|CalculateRotateControlPoints]] ​  ​| ​   |    | This method calculates the Rotate control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateRotateControlPointsCore(Feature)|CalculateRotateControlPointsCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This is the core API for the CalculateRotateControlPoints method. You can override this method if you want to change its logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateVertexControlPoints()|CalculateVertexControlPoints]] ​  ​| ​   |    | This method calculates the Vertex control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CalculateVertexControlPointsCore(Feature)|CalculateVertexControlPointsCore]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This is the core API for the CalculateVertexControlPoints method. 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 a corresponding layer. ​  | +
-| {{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 used 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 encapsulates the logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(GeoCanvas)|DrawCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]](overriden) ​  | This method draws the EditInterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawException(GeoCanvas,​ Exception)|DrawException]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This method will draw on the canvas when an exception occurs during the drawing process. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawExceptionCore(GeoCanvas,​ Exception)|DrawExceptionCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This method is the Core method of DrawException,​ which can be overridden if you want to change its logic. This method will draw on the canvas when an exception occurs during drawing process. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawPreviewCore(GeoCanvas)|DrawPreviewCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This is the core method of DrawPreview which is intended to be overridden by its concrete sub class. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​EndEditing(PointShape)|EndEditing]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This method ends the interative editing on the feature in the EditShapesLayer. You can override its logic by rewriting its core method. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​EndEditingCore(PointShape)|EndEditingCore]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | This is the core method of the EndEditing method. This method end interative editing on the feature in the EditShapesLayer. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​KeyDownCore(KeyEventInteractionArguments)|KeyDownCore]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​KeyUpCore(KeyEventInteractionArguments)|KeyUpCore]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseClickCore(InteractionArguments)|MouseClickCore]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseClick logic in its base class. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseDoubleClickCore(InteractionArguments)|MouseDoubleClickCore]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseDoubleClick logic in its base class InterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseDownCore(InteractionArguments)|MouseDownCore]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseDown logic in its base class InterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseMoveCore(InteractionArguments)|MouseMoveCore]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseMove logic in its base class InterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseUpCore(InteractionArguments)|MouseUpCore]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseUp logic in its base class InterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseWheelCore(InteractionArguments)|MouseWheelCore]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This protected virtual method is the Core method of the 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 used to move a vertex in 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 encapsulates the logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs)|OnControlPointSelected]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after the control point is selected. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs)|OnControlPointSelecting]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before the control point is selected. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawing(DrawingOverlayEventArgs)|OnDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This event will be fired before Overlay is drawn. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingAttribution(DrawingAttributionOverlayEventArgs)|OnDrawingAttribution]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawn(DrawnOverlayEventArgs)|OnDrawn]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This event will be fired after Overlay is drawn. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnAttribution(DrawnAttributionOverlayEventArgs)|OnDrawnAttribution]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs)|OnFeatureDragged]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after dragging the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs)|OnFeatureDragging]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before dragging the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs)|OnFeatureResized]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after resizing the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs)|OnFeatureResizing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before resizing the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs)|OnFeatureRotated]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after rotating the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs)|OnFeatureRotating]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before rotating the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs)|OnMapKeyDown]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapKeyDown is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs)|OnMapKeyUp]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapKeyUp is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)|OnMapMouseClick]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseClick is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)|OnMapMouseDoubleClick]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseDoubleClick is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)|OnMapMouseDown]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseDown is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)|OnMapMouseMove]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseMove is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)|OnMapMouseUp]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseUp is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)|OnMapMouseWheel]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseWheel is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRequestedDrawing(RequestedDrawingOverlayEventArgs)|OnRequestedDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRequestingDrawing(RequestingDrawingOverlayEventArgs)|OnRequestingDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs)|OnVertexAdded]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after the vertex is added to the edit feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs)|OnVertexAdding]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before the vertex is added to the edit feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs)|OnVertexMoved]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after moving the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs)|OnVertexMoving]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before moving the feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs)|OnVertexRemoved]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after the vertex is removed from the edit feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs)|OnVertexRemoving]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before the vertex is removed from the edit feature. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RefreshCore(GeoCanvas,​ RectangleShape)|RefreshCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RemoveVertex(PointShape,​ Double)|RemoveVertex]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ Double ​  ​| ​   | This is the method used to remove a 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 encapsulates 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 used 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 encapsulates 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 used 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 encapsulates the logic. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetSelectedControlPoint(PointShape,​ Double)|SetSelectedControlPoint]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ Double ​  ​| ​   | This protected method sets 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 the SetSelectedControlPoint API.   |+
  
-==== Public Properties ==== +  * //This is the method used to Rotate a feature.//​ 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +  * //This method is the concrete wrapper for the abstract method RotateFeatureCoreAs this is 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 thisplease contact our support team as we would be happy to work with you on extending our framework.//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoRefreshInterval|AutoRefreshInterval]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanAddVertex|CanAddVertex]] ​  | Boolean ​  ​| ​   | Gets a value that indicates whether or not the shape can Add new vertex. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanDrag|CanDrag]] ​  | Boolean ​  ​| ​   | Gets a value that indicates whether or not the shape can be dragged  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanRemoveVertex|CanRemoveVertex]] ​  | Boolean ​  ​| ​   | Gets value that indicates whether or not the shape can remove ​existing vertex. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanReshape|CanReshape]] ​  | Boolean ​  ​| ​   | Gets a value that indicates whether or not the shape can be reshaped. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanResize|CanResize]] ​  | Boolean ​  ​| ​   | Gets a value that indicates whether or not the shape can be resized. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CanRotate|CanRotate]] ​  | Boolean ​  ​| ​   | Gets a value that indicates whether or not the shape can be rotated. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ControlPointType|ControlPointType]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.ControlPointType|ControlPointType]] ​  ​| ​   | This property gets or sets the ControlPointType for the control points of the edit shapes. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DragControlPointsLayer|DragControlPointsLayer]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ​  ​| ​   | This property gets the InMemoryFeatureLayerwhich holds the control points for dragging. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingTime|DrawingTime]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This property gets the last drawing time for the Overlay. ​  | +
-| {{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}}[[#​ExistingControlPointsLayer|ExistingControlPointsLayer]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ​  ​| ​   | This property gets the InMemoryFeatureLayer which holds the control points that represent the existing vertices ​of the edit shapes  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsBase|IsBase]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEmpty|IsEmpty]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]](overriden) ​  | This property overrides its property in the base class by watching the feature count in editShapesLayer. If it is empty, we can skip drawing it for better performance. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether the overlay is visible ​on the map  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Lock|Lock]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This property gets the OverlayLock object. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | Gets or sets the name of the overlaywhich can be used to represent a specific overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PreviewTileCache|PreviewTileCache]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This property gets or sets the preview tile cache system. In order for this system ​to workyou must be in multi-threaded mode and have the tile cache set  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ResizeControlPointsLayer|ResizeControlPointsLayer]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ​  ​| ​   | This property gets the InMemoryFeatureLayer which holds the control points for resizing. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RotateControlPointsLayer|RotateControlPointsLayer]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ​  ​| ​   | This property gets the InMemoryFeatureLayer which holds the control points for rotating. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileCache|TileCache]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This property gets or sets the TileCache used for the overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​VertexDraggingMode|VertexDraggingMode]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexDraggingMode|VertexDraggingMode]] ​  ​| ​   |    |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​OriginalEditingFeature|OriginalEditingFeature]] ​  ​| ​[[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  |    | This property gets the feature that represents the original editing feature. ​  | +  * Description:Returns a rotated ​feature.
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​SelectControlPointFeature|SelectControlPointFeature]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | This property gets the feature ​that represents the selected control points of the edit shapes  |+
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //​sourceFeature//​ 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ControlPointSelected|ControlPointSelected]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after selecting the control point. ​  | +    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​ControlPointSelecting|ControlPointSelecting]] ​  ​| ​[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]]   |    | This event will be fired before selecting the control point. ​  | +    ​* Description:This parameter specifies ​the source ​feature ​to be rotated.
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Drawing|Drawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | This event will be fired before the Overlay is drawn. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingAttribution|DrawingAttribution]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   +
-| {{wiki:PublicEvent.gif|Public Event}}[[#​Drawn|Drawn]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​This event will be fired after the Overlay is drawn. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnAttribution|DrawnAttribution]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureDragged|FeatureDragged]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after dragging ​the feature.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureDragging|FeatureDragging]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before dragging the feature  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureResized|FeatureResized]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after resizing the feature. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureResizing|FeatureResizing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before resizing the feature. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureRotated|FeatureRotated]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after rotating the feature. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FeatureRotating|FeatureRotating]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before rotating the feature. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapKeyDown|MapKeyDown]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when the key is pressed down when focusing on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapKeyUp|MapKeyUp]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when the key is released up when focusing on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseClick|MapMouseClick]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when the Mouse button is clicked (mouse up and mouse down in the same postion) on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseDoubleClick|MapMouseDoubleClick]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when the Mouse button is double-clicked on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseDown|MapMouseDown]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when the Mouse button is pressed (down) on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseMove|MapMouseMove]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when the Mouse is moved on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseUp|MapMouseUp]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when the Mouse button is released (up) on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseWheel|MapMouseWheel]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when the Mouse wheel is scrolled while the cursor is over the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​RequestedDrawing|RequestedDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​RequestingDrawing|RequestingDrawing]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexAdded|VertexAdded]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after adding the vertex. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexAdding|VertexAdding]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before adding the vertex. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexMoved|VertexMoved]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after moving the vertex. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexMoving|VertexMoving]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before moving the vertex. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexRemoved|VertexRemoved]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after removing the vertex. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexRemoving|VertexRemoving]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before removing the vertex. ​  |+
  
-===== Public Constructors ===== +  * //sourceControlPoint// 
-==== EditInteractiveOverlay() ==== +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-Default constructor of the class. If you use this constructor,​ please set the properties manually or it will use their default values. +    ​* ​Description:This parameter specifies the source control point used to rotate the feature.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​EditInteractiveOverlay.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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 specifies the target ​control point used to rotate the feature.
-==== CalculateAllControlPoints() ==== +
-This method calculates all control points. +
-=== Remarks === +
-First, it will clear all control points. Then it will calculate each control point according ​to their settings. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} RotateFeatureCore(Feature,​PointShape,​PointShape) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //This is the Core method ​of RotateFeature which encapsulates ​the logic.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Draw(GeoCanvas) ==== +  * //For the most updated Info for this topicplease check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​RotateFeatureCore.28Feature.2C_PointShape.2C_PointShape.29//​
-This method ​draws the Overlay+
-=== Remarks ​=== +
-This method is the concrete wrapper ​for the abstract method DrawCore. This method draws the representation of the overlay based on the extent you provided.As ​this is a concrete public method that wraps a Core methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the canvas object to draw on.   |+  * Description:​Returns a rotated feature.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//sourceFeature// 
-==== DrawPreview(GeoCanvas) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-This method will be used to draw preview tiles to the canvas. +    * 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.DesktopEdition.EditInteractiveOverlay#​DrawPreview.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawPreview.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]<!-- ThinkGeo.MapSuite.DesktopEdition.TilesExistingType --> ​  | The tile existing type, which indicates whether any tiles exist. ​  |+
  
-=== Parameters === +  * //​sourceControlPoint//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​This parameter ​is the canvas object ​to draw on  |+    * Description:​This parameter ​specifies ​the source control point used to rotate the feature.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //targetControlPoint// 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== Equals(Object) ==== +    ​* ​Description:This parameter specifies the target control point used to rotate the feature.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} AddVertex(PointShape,​Double) **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //This is the method used to add vertex to a feature.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetHashCode() ==== +  * //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.//
-=== Remarks ​=== +
-For the most updated Info for this topicplease check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​GetHashCode.28.29"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:True if add vertex succeeded, otherwise returns false.
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//targetPointShape// 
-==== GetType() ​==== +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-=== Remarks === +    ​* ​Description:This parameter specifies the point shape in which to search for the vertex.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //​searchingTolerance//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Double 
 +    * Description:This parameter specifies the search tolerance used when searching for the vertex.
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} AddVertexCore(Feature,PointShape,Double) **
-==== KeyDown(KeyEventInteractionArguments) ==== +
-This method will simulate the KeyDown interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this waywe 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.DesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //This is the Core method of AddVertex which encapsulates the logic.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<​!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> ​  | This parameter represents 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.DesktopEdition.EditInteractiveOverlay#​AddVertexCore.28Feature.2C_PointShape.2C_Double.29//
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== KeyUp(KeyEventInteractionArguments) ==== +  * Description:​Returns a feature with vertex added.
-This method will simulate the KeyUp 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.DesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetFeature//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> ​  ​| ​This parameter ​represents ​the interaction auguments for the method  |+    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​This parameter ​specifies ​the target feature that the vertex will be added to.
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //​targetPointShape//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== MouseClick(InteractionArguments) ==== +    * Description:​This parameter specifies ​the target vertex ​to be added.
-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.DesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //​searchingTolerance//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Double 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> ​  ​| ​This parameter ​represents ​the interaction auguments ​for the method  |+    * Description:This parameter ​specifies ​the search tolerance used when searching ​for the vertex.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MoveVertex(Feature,PointShape,PointShape) **
-==== 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 methodwe 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 waywe 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.DesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //This is the method used to move a vertex in a feature.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> ​  | This parameter represents ​the interaction auguments for the method. ​  |+  ​* //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 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.//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== MouseDown(InteractionArguments) ==== +  * Description:​Returns a feature with vertex moved.
-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.DesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​sourceFeature//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> ​  ​| ​This parameter ​represents ​the interaction auguments for the method  |+    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​This parameter ​specifies ​the source feature whose vertex will be moved.
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //​sourceControlPoint//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== MouseMove(InteractionArguments) ==== +    * Description:​This parameter specifies ​the source control point used to move the feature'​s vertex.
-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 methodIn 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.DesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //​targetControlPoint//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> ​  ​| ​This parameter ​represents ​the interaction auguments for the method  |+    * Description:​This parameter ​specifies ​the target control point used to move the feature'​s vertex.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MoveVertexCore(Feature,PointShape,PointShape) **
-==== 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 methodwe 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 waywe 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.DesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //This is the Core method of MoveVertex which encapsulates the logic.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> ​  | This parameter represents 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.DesktopEdition.EditInteractiveOverlay#​MoveVertexCore.28Feature.2C_PointShape.2C_PointShape.29//
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== MouseWheel(InteractionArguments) ==== +  * Description:​Returns a feature with vertex moved.
-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.DesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​sourceFeature//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> ​  ​| ​This parameter ​represents ​the interaction auguments for the method  |+    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​This parameter ​specifies ​the source feature whose vertex will be moved.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //sourceControlPoint// 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== Refresh(GeoCanvas,​ RectangleShape) ==== +    ​* ​Description:This parameter specifies the source control point used to move the feature'​s vertex.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Refresh.28GeoCanvas.2C_RectangleShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Refresh.28GeoCanvas.2C_RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​targetControlPoint//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   +    * Description:​This parameter specifies the target control point used to move the feature'​s vertex.
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} RemoveVertex(PointShape,​Double) **
-==== RequestDrawing(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 is the method used to remove a vertex from a feature.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   | +  ​* //This method is the concrete wrapper for the abstract method RemoveVertexCoreAs 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.//
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | +
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== RequestDrawing(IEnumerable<​RectangleShape>,​ TimeSpan) ==== +  * Description:True if remove vertex succeeded, otherwise returns false.
-=== 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 ^ +  ​* //​targetPointShape//​ 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+    * Description:​This parameter specifies the point shape in which to search for the vertex.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //​searchingTolerance//​ 
-[[#Public Methods|Go Back]] +    * Type:Double 
-==== RequestDrawing(RectangleShape,​ TimeSpan, RequestDrawingBufferTimeType) ==== +    * Description:​This parameter specifies ​the search tolerance used when searching ​for the vertex.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} RemoveVertexCore(Feature,​Vertex,​Double) **
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --  |    | +
-| bufferTime ​  | TimeSpan<!-- System.TimeSpan --  |    | +
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This is the Core method of RemoveVertex which encapsulates the logic.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== RequestDrawing(RectangleShape,​ TimeSpan) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​RemoveVertexCore.28Feature.2C_Vertex.2C_Double.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| extentToRefresh ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +  * Description:​Returns a feature with vertex removed.
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​editShapeFeature//​ 
-==== RequestDrawing(RectangleShape) ==== +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-=== Remarks === +    * Description:​This parameter specifies ​the target ​feature to remove the vertex from.
-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 === +  * //​selectedVertex//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]] 
-| extentToRefresh ​  ​| ​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+    * Description:​This parameter specifies the selected vertex to search for.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //​searchingTolerance//​ 
-[[#Public Methods|Go Back]] +    * Type:Double 
-==== RequestDrawing(TimeSpan) ==== +    * Description:​This parameter specifies ​the search tolerance used when searching ​for the vertex.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs) **
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired before dragging the feature.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== RequestDrawing(IEnumerable<​RectangleShape>​) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-==== RequestDrawing() ==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] 
-=== Remarks === +    * Description:​The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised.
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired after dragging the feature.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== RequestDrawing(TimeSpan,​ RequestDrawingBufferTimeType) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | +  Description:N/A
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== ToString() ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] 
-=== Remarks === +    ​* ​Description:The FeatureDraggedEditInteractiveOverlayEventArgs passed for the event raised.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs) **
  
-<!-- System.Object --> +  * //This event will be fired before resizing the feature.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== get_InteractiveClickInterval() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29//
-<!-- static --> +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​get_InteractiveClickInterval.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​get_InteractiveClickInterval.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== set_InteractiveClickInterval(Int32) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] 
-<!-- static --> +    ​* ​Description:The FeatureResizingEditInteractiveOverlayEventArgs 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.DesktopEdition.EditInteractiveOverlay#​set_InteractiveClickInterval.28Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​set_InteractiveClickInterval.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs) **
-| value   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //This event will be fired after resizing ​the feature.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  * //For the most updated Info for this topicplease check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29//​
-==== AddVertex(PointShape,​ Double) ==== +
-This is the method used to add vertex to 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 methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  | True if add vertex succeeded, otherwise returns false  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| targetPointShape ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the point shape in which to search for the vertex. ​  | +  Description:N/A
-| searchingTolerance ​  | Double<​!-- System.Double --> ​  | This parameter specifies the search tolerance used when searching for the vertex. ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== AddVertexCore(Feature,​ PointShape, Double) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] 
-This is the Core method of AddVertex which encapsulates the logic. +    * Description:​The FeatureResizedEditInteractiveOverlayEventArgs 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.DesktopEdition.EditInteractiveOverlay#​AddVertexCore.28Feature.2C_PointShape.2C_Double.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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 feature with vertex added. ​  |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs) **
-| targetFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --  | This parameter specifies the target feature that the vertex will be added to.   | +
-| 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 specifies the search tolerance used when searching for the vertex  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //This event will be fired before rotating ​the feature.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== CalculateDragControlPoints() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29//
-This method calculates ​the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewriting 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.DesktopEdition.EditInteractiveOverlay#​CalculateDragControlPoints.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CalculateDragControlPoints.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== CalculateDragControlPointsCore(Feature) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] 
-This is the core API for the CalculateDragControlPoints method. You can override this method if you want to change its logic. +    * Description:​The FeatureRotatingEditInteractiveOverlayEventArgs 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.DesktopEdition.EditInteractiveOverlay#​CalculateDragControlPointsCore.28Feature.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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 representing ​the Drag control points  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs) **
-| feature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --  | The target feature whose control points you want to calculate  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //This event will be fired after rotating ​the feature.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== CalculateResizeControlPoints() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29//
-This method calculates ​the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewriting 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.DesktopEdition.EditInteractiveOverlay#​CalculateResizeControlPoints.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CalculateResizeControlPoints.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== CalculateResizeControlPointsCore(Feature) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] 
-This is the core API for the CalculateResizeControlPoints method. You can override this method if you want to change its logic. +    * Description:​The FeatureRotatedEditInteractiveOverlayEventArgs 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.DesktopEdition.EditInteractiveOverlay#​CalculateResizeControlPointsCore.28Feature.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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 representing ​the Resize control points  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs) **
-| feature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --  | The target feature whose control points you want to calculate  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //This event will be fired before ​the control ​point is selected.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== CalculateRotateControlPoints() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29//
-This method calculates ​the Rotate ​control ​points for all the features in the EditShapesLayer. You can override its logic by rewriting 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.DesktopEdition.EditInteractiveOverlay#​CalculateRotateControlPoints.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CalculateRotateControlPoints.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== CalculateRotateControlPointsCore(Feature) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] 
-This is the core API for the CalculateRotateControlPoints method. You can override this method if you want to change its logic. +    * Description:​The ControlPointSelectingEditInteractiveOverlayEventArgs 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.DesktopEdition.EditInteractiveOverlay#​CalculateRotateControlPointsCore.28Feature.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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 representing ​the Rotate control points  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs) **
-| feature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --  | The target feature whose control points you want to calculate  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //This event will be fired after the control ​point is selected.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== CalculateVertexControlPoints() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29//
-This method calculates ​the Vertex ​control ​points for all the features in the EditShapesLayer. You can override its logic by rewriting 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.DesktopEdition.EditInteractiveOverlay#​CalculateVertexControlPoints.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CalculateVertexControlPoints.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== CalculateVertexControlPointsCore(Feature) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] 
-This is the core API for the CalculateVertexControlPoints method. You can override this method if you want to change its logic. +    * Description:​The ControlPointSelectedEditInteractiveOverlayEventArgs 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.DesktopEdition.EditInteractiveOverlay#​CalculateVertexControlPointsCore.28Feature.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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 representing ​the Vertex control points  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs) **
-| feature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --  | The target feature whose control points you want to calculate  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //This event will be fired before the vertex is added to the edit feature.// 
-[[#​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.DesktopEdition.EditInteractiveOverlay#​OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29//
-This method clears all control points in a corresponding layer+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​ClearAllControlPoints.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​ClearAllControlPoints.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //e// 
-==== DragFeature(Feature,​ PointShape, PointShape) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] 
-This is the method used to Drag a feature. +    * Description:​The VertexAddingEditInteractiveOverlayEventArgs passed for the event raised.
-=== 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 === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs) **
-| sourceFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --  | This parameter specifies the source feature to be dragged. ​  | +
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --  | This parameter specifies the source control point used to drag the feature. ​  | +
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the target control point used to drag the feature  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //This event will be fired after the vertex ​is added to the edit feature.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== DragFeatureCore(Feature,​ PointShape, PointShape) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29//
-This is the Core method of DragFeature which encapsulates the logic+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DragFeatureCore.28Feature.2C_PointShape.2C_PointShape.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| sourceFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specifies the source feature to be dragged. ​  | +  Description:N/A
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the source control point used to drag the feature. ​  | +
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the target control point used to drag the feature. ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== DrawAttributionCore(GeoCanvas) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] 
-=== Remarks === +    ​* ​Description:The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs) **
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired before moving ​the feature.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== DrawCore(GeoCanvas) ==== +  * //For the most updated Info for this topicplease check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29//​
-This method draws the EditInterativeOverlay+
-=== Remarks ​=== +
-This method draws a representation of the overlay based on the extent you provided.When implementing ​this abstract methodconsider each feature and its column data valuesYou can use the full power of the GeoCanvas to do the drawingIf you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collectionIn many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore,​ we read that property and add it to the collection. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the canvas object or a GeoImage to draw on.   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== DrawException(GeoCanvas,​ Exception) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] 
-This method will draw on the canvas when an exception occurs during the drawing process. +    ​* ​Description:The VertexMovingEditInteractiveOverlayEventArgs 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.DesktopEdition.EditInteractiveOverlay#​DrawException.28GeoCanvas.2C_Exception.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawException.28GeoCanvas.2C_Exception.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs) **
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --  | This parameter is the canvas object to draw on.   | +
-| e   | Exception<!-- System.Exception --  | This parameter is the exception that is occurring  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired after moving ​the feature.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== DrawExceptionCore(GeoCanvas,​ Exception) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29//
-This method is the Core method of DrawException,​ which can be overridden if you want to change its logic. This method will draw on the canvas when an exception occurs during drawing process+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawExceptionCore.28GeoCanvas.2C_Exception.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawExceptionCore.28GeoCanvas.2C_Exception.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the canvas object to draw on.   | +  Description:N/A
-| e   | Exception<​!-- System.Exception --> ​  | This parameter is the exception that is occurring. ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== DrawPreviewCore(GeoCanvas) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] 
-This is the core method of DrawPreview which is intended to be overridden by its concrete sub class. +    * Description:​The VertexMovedEditInteractiveOverlayEventArgs 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.DesktopEdition.EditInteractiveOverlay#​DrawPreviewCore.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawPreviewCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]]<!-- ThinkGeo.MapSuite.DesktopEdition.TilesExistingType --> ​  ​| ​The tile existing type, which indicates whether any tiles exist  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs) **
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --  | This parameter is the canvas object to draw on  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired before ​the vertex is removed from the edit feature.// 
-[[#​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.DesktopEdition.EditInteractiveOverlay#​OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29//
-This method ends the interative editing on the feature ​in the EditShapesLayer. You can override its logic by rewriting 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.DesktopEdition.EditInteractiveOverlay#​EndEditing.28PointShape.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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 to be used when overriding. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== EndEditingCore(PointShape) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] 
-This is the core method of the EndEditing method. This method end interative editing on the feature in the EditShapesLayer. +    ​* ​Description:The VertexRemovingEditInteractiveOverlayEventArgs 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.DesktopEdition.EditInteractiveOverlay#​EndEditingCore.28PointShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​EndEditingCore.28PointShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs) **
-| targetPointShape ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --  | This is the targetPointShape to be used when overriding  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //This event will be fired after the vertex is removed from the edit feature.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== Finalize() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Finalize.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== KeyDownCore(KeyEventInteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] 
-=== Remarks === +    * Description:​The VertexRemovedEditInteractiveOverlayEventArgs passed for the event raised.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== KeyUpCore(KeyEventInteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> ​  ​| ​   |+  * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== MemberwiseClone() ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] 
-=== 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.DesktopEdition.EditInteractiveOverlay#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseClickCore(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.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.DesktopEdition.EditInteractiveOverlay#​MouseClickCore.28InteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseClickCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> ​  | This parameter represents the interaction arguments for the method. ​  |+  * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== MouseDoubleClickCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] 
-This overrides the MouseDoubleClick logic in its base class InterativeOverlay. +    * 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.DesktopEdition.EditInteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --  | This parameter represents the interaction arguments for the method  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) --> +  * //This method draws the EditInterativeOverlay.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseDownCore(InteractionArguments) ==== +  * //This method draws a representation of the overlay based on the extent you provided. When implementing ​this abstract methodconsider each feature and its column data valuesYou can use the full power of the GeoCanvas to do the drawingIf you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collectionIn many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore,​ we read that property and add it to the collection.//
-This overrides ​the MouseDown logic in its base class InterativeOverlay+
-=== Remarks ​=== +
-For the most updated Info for this topicplease check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseDownCore.28InteractionArguments.29"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseDownCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> ​  | This parameter represents the interaction arguments for the method. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//canvas// 
-==== MouseMoveCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-This overrides the MouseMove logic in its base class InterativeOverlay. +    * Description:​This parameter is the canvas object or a GeoImage to draw on.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseMoveCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseMoveCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} SetSelectedControlPoint(PointShape,​Double) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --  | This parameter represents the interaction arguments for the method  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) --> +  * //This protected method sets the control point.// 
-[[#​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.DesktopEdition.EditInteractiveOverlay#​SetSelectedControlPoint.28PointShape.2C_Double.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.DesktopEdition.EditInteractiveOverlay#​MouseUpCore.28InteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseUpCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> ​  | This parameter represents the interaction arguments for the method  |+  Description:Returns true if control points are found and set correctly, otherwise returns false.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//targetPointShape// 
-==== MouseWheelCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-This protected virtual method is the Core method of the MouseWheel API. +    * Description:​This parameter is the target point shape we will edit.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseWheelCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseWheelCore.28InteractionArguments.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //​searchingTolerance//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Double 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> ​  ​| ​This parameter ​represents ​the interaction auguments ​for the method  |+    * Description:This parameter ​is the search tolerance used when searching ​for the control point.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} SetSelectedControlPointCore(PointShape,​Double**
-==== MoveVertex(Feature, ​PointShape, ​PointShape==== +
-This is the method used to move a vertex in 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 feature with vertex moved. ​  |+
  
-=== Parameters === +  * //This protected virtual method is the Core method of the SetSelectedControlPoint API.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| sourceFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specifies ​the source feature whose vertex will be moved  | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​SetSelectedControlPointCore.28PointShape.2C_Double.29//
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ​ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the source control point used to move the feature'​s vertex  | +
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the target control point used to move the feature'​s vertex. ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== MoveVertexCore(Feature,​ PointShape, PointShape) ==== +  * Description:​A ​feature ​that represents the selected control point.
-This is the Core method of MoveVertex which encapsulates the logic. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MoveVertexCore.28Feature.2C_PointShape.2C_PointShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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 feature ​with vertex moved  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​targetPointShape//​ 
-| sourceFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specifies the source feature whose vertex will be moved. ​  | +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| sourceControlPoint ​  ​| ​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the source control point used to move the feature'​s vertex. ​  | +    * Description:​This parameter ​is the target point shape we will edit.
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​This parameter ​specifies ​the target ​control ​point used to move the feature'​s vertex  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //searchingTolerance// 
-[[#​Protected Methods|Go Back]] +    * Type:Double 
-==== OnControlPointSelected(ControlPointSelectedEditInteractiveOverlayEventArgs) ==== +    ​* ​Description:This parameter is the search tolerance to use when searching for the control point.
-This event will be fired after the control point is selected. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} EndEditing(PointShape) **
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs --  | The ControlPointSelectedEditInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //This method ends the interative editing on the feature in the EditShapesLayerYou can override its logic by rewriting its core method.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnControlPointSelecting(ControlPointSelectingEditInteractiveOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​EndEditing.28PointShape.29//
-This event will be fired before ​the control point is selected+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs --> ​  | The ControlPointSelectingEditInteractiveOverlayEventArgs passed for the event raised. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//targetPointShape// 
-==== OnDrawing(DrawingOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-This event will be fired before Overlay is drawn. +    ​* ​Description:This is the targetPointShape to be used when overriding.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} EndEditingCore(PointShape) **
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs --  | The OverlayDrawingEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This is the core method of the EndEditing methodThis method end interative editing on the feature in the EditShapesLayer.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​EndEditingCore.28PointShape.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| args   | [[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//targetPointShape// 
-==== OnDrawn(DrawnOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-This event will be fired after Overlay is drawn. +    ​* ​Description:This is the targetPointShape to be used when overriding.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} ClearAllControlPoints() **
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs --  | The OverlayDrawnEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This method clears all control points in a corresponding layer.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​ClearAllControlPoints.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| args   | [[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== OnFeatureDragged(FeatureDraggedEditInteractiveOverlayEventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} CalculateDragControlPoints() **
-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.DesktopEdition.EditInteractiveOverlay#​OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This method calculates the Drag control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs --> ​  | The FeatureDraggedEditInteractiveOverlayEventArgs passed for the event raised  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CalculateDragControlPoints.28.29//
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnFeatureDragging(FeatureDraggingEditInteractiveOverlayEventArgs) ==== +  * Description:N/A
-This event will be fired before 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.DesktopEdition.EditInteractiveOverlay#​OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs --  | The FeatureDraggingEditInteractiveOverlayEventArgs passed for the event raised  ​|+** {{wiki:​ProtectedMethod.gif|}} CalculateDragControlPointsCore(Feature) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //This is the core API for the CalculateDragControlPoints methodYou can override this method if you want to change its logic.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnFeatureResized(FeatureResizedEditInteractiveOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CalculateDragControlPointsCore.28Feature.29//
-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.DesktopEdition.EditInteractiveOverlay#​OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs --  | The FeatureResizedEditInteractiveOverlayEventArgs passed for the event raised  |+  * Description:​A collection of features representing ​the Drag control points.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//feature// 
-==== OnFeatureResizing(FeatureResizingEditInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-This event will be fired before resizing the feature. +    ​* ​Description:The target feature whose control points you want to calculate.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} CalculateRotateControlPoints() **
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs --  | The FeatureResizingEditInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //This method calculates the Rotate control points for all the features in the EditShapesLayerYou can override its logic by rewriting its core method.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnFeatureRotated(FeatureRotatedEditInteractiveOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CalculateRotateControlPoints.28.29//
-This event will be fired after 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.DesktopEdition.EditInteractiveOverlay#​OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs --> ​  | The FeatureRotatedEditInteractiveOverlayEventArgs passed for the event raised. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== OnFeatureRotating(FeatureRotatingEditInteractiveOverlayEventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} CalculateRotateControlPointsCore(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.DesktopEdition.EditInteractiveOverlay#​OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This is the core API for the CalculateRotateControlPoints method. You can override this method if you want to change its logic.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs --> ​  | The FeatureRotatingEditInteractiveOverlayEventArgs passed for the event raised  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CalculateRotateControlPointsCore.28Feature.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]
-==== OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) ​==== +  ​* ​Description:A collection of features representing the Rotate control points.
-This event will be fired when MapKeyDown is called. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29</​a+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​feature//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs --> ​  ​| ​The MapKeyDownInteractiveOverlayEventArgs passed for the event raised  |+    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​The target feature whose control points you want to calculate.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} CalculateResizeControlPoints() **
-==== OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) ==== +
-This event will be fired when MapKeyUp is called. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This method calculates the Resize control points for all the features in the EditShapesLayer. You can override its logic by rewriting its core method.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs --> ​  | The MapKeyUpInteractiveOverlayEventArgs passed for the event raised  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CalculateResizeControlPoints.28.29//
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) ==== +  * Description:N/A
-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.DesktopEdition.EditInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs --  | The MapMouseClickInteractiveOverlayEventArgs passed for the event raised  ​|+** {{wiki:​ProtectedMethod.gif|}} CalculateResizeControlPointsCore(Feature) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //This is the core API for the CalculateResizeControlPoints methodYou can override this method if you want to change its 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.DesktopEdition.EditInteractiveOverlay#​CalculateResizeControlPointsCore.28Feature.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.DesktopEdition.EditInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --  | The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised  |+  * Description:​A collection of features representing ​the Resize control points.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//feature// 
-==== OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-This event will be fired when MapMouseDown is called. +    ​* ​Description:The target feature whose control points you want to calculate.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} CalculateVertexControlPoints() **
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs --  | The MapMouseDownInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //This method calculates the Vertex control points for all the features in the EditShapesLayerYou can override its logic by rewriting its core method.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CalculateVertexControlPoints.28.29//
-This event will be fired when MapMouseMove is called. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  | The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} CalculateVertexControlPointsCore(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.DesktopEdition.EditInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This is the core API for the CalculateVertexControlPoints method. You can override this method if you want to change its logic.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs --> ​  | The MapMouseUpInteractiveOverlayEventArgs passed for the event raised  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CalculateVertexControlPointsCore.28Feature.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]
-==== OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) ​==== +  ​* ​Description:A collection of features representing the Vertex control points.
-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.DesktopEdition.EditInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</​a+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​feature//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  ​| ​The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised  |+    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​The target feature whose control points you want to calculate.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +<div newline></div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MouseDownCore(InteractionArguments) **
-==== OnRequestedDrawing(RequestedDrawingOverlayEventArgs) ==== +
-=== 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 overrides the MouseDown logic in its base class InterativeOverlay.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| eventArgs ​  | [[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseDownCore.28InteractionArguments.29//
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-==== OnRequestingDrawing(RequestingDrawingOverlayEventArgs) ==== +  * Description:​Interaction results of this method.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| eventArgs ​  ​| ​[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter represents the interaction arguments for the method.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments) **
-==== OnVertexAdded(VertexAddedEditInteractiveOverlayEventArgs) ==== +
-This event will be fired after the vertex is 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.DesktopEdition.EditInteractiveOverlay#​OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This overrides the MouseMove logic in its base class InterativeOverlay.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs --> ​  | The VertexAddedEditInteractiveOverlayEventArgs passed for the event raised  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseMoveCore.28InteractionArguments.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-==== OnVertexAdding(VertexAddingEditInteractiveOverlayEventArgs) ​==== +  ​* ​Description:​Interaction results of this method.
-This event will be fired before the vertex is 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.DesktopEdition.EditInteractiveOverlay#​OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs --> ​  | The VertexAddingEditInteractiveOverlayEventArgs passed ​for the event raised  |+    * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter represents the interaction arguments ​for the method.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} MouseUpCore(InteractionArguments) **
-==== OnVertexMoved(VertexMovedEditInteractiveOverlayEventArgs) ==== +
-This event will be fired after moving the feature. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This overrides the MouseUp logic in its base class InterativeOverlay.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs --> ​  | The VertexMovedEditInteractiveOverlayEventArgs passed for the event raised  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseUpCore.28InteractionArguments.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-==== OnVertexMoving(VertexMovingEditInteractiveOverlayEventArgs) ​==== +  ​* ​Description:​Interaction results of this method.
-This event will be fired before moving the feature. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs --> ​  | The VertexMovingEditInteractiveOverlayEventArgs passed ​for the event raised  |+    * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter represents the interaction arguments ​for the method.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} MouseClickCore(InteractionArguments) **
-==== OnVertexRemoved(VertexRemovedEditInteractiveOverlayEventArgs) ==== +
-This event will be fired after the vertex is 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.DesktopEdition.EditInteractiveOverlay#​OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This overrides the MouseClick logic in its base class.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#​MouseClickCore.28InteractionArguments.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-==== OnVertexRemoving(VertexRemovingEditInteractiveOverlayEventArgs) ​==== +  ​* ​Description:​Interaction results of this method.
-This event will be fired before the vertex is 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.DesktopEdition.EditInteractiveOverlay#​OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs --> ​  | The VertexRemovingEditInteractiveOverlayEventArgs passed ​for the event raised  |+    * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter represents the interaction arguments ​for the method.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments) **
-==== RefreshCore(GeoCanvas,​ RectangleShape) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​RefreshCore.28GeoCanvas.2C_RectangleShape.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​RefreshCore.28GeoCanvas.2C_RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This overrides the MouseDoubleClick logic in its base class InterativeOverlay.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ​ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29//
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-==== RemoveVertex(PointShape,​ Double) ==== +  * Description:​Interaction results of this method.
-This is the method used to remove a 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 succeeded, otherwise returns false. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| targetPointShape ​  ​| ​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the point shape in which to search for the vertex. ​  | +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] 
-| searchingTolerance ​  | Double<​!-- System.Double --> ​  ​| ​This parameter ​specifies ​the search tolerance used when searching ​for the vertex  |+    * Description:​This parameter ​represents ​the interaction arguments ​for the method.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DragFeature(Feature,PointShape,PointShape**
-==== RemoveVertexCore(Feature, ​VertexDouble==== +
-This is the Core method of RemoveVertex which encapsulates the logic. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​RemoveVertexCore.28Feature.2C_Vertex.2C_Double.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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 feature with vertex removed. ​  |+
  
-=== Parameters === +  * //This is the method used to Drag a feature.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| editShapeFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  ​| ​This parameter specifies ​the target feature to remove ​the vertex from.   | +  ​* //This method is the concrete wrapper for the abstract method DragFeatureCoreAs 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.//
-| selectedVertex ​  | [[ThinkGeo.MapSuite.Core.Vertex|Vertex]]<​!-- ThinkGeo.MapSuite.Core.Vertex --> ​  | This parameter specifies ​the selected vertex ​to search for  | +
-| searchingTolerance ​  | Double<​!-- System.Double --> ​  | This parameter specifies the search tolerance used when searching for the vertex. ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== ResizeFeature(Feature,​ PointShape, PointShape) ==== +  * Description:​Returns a dragged ​feature.
-This is the method used 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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​sourceFeature//​ 
-| sourceFeature ​  ​| ​[[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  ​| ​This parameter specifies the source feature to be resized  | +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the source control point used to resize the feature. ​  | +    * Description:​This parameter specifies the source feature to be dragged.
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the target control point used to resize the feature. ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //sourceControlPoint// 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== ResizeFeatureCore(Feature,​ PointShape, PointShape) ==== +    * Description:​This parameter specifies the source control point used to drag the feature.
-This is the Core method of ResizeFeature which encapsulates the logic. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​ResizeFeatureCore.28Feature.2C_PointShape.2C_PointShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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 === +  * //​targetControlPoint//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| sourceFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specifies the source feature to be resized. ​  | +    * Description:​This parameter specifies the target control point used to drag the feature.
-| sourceControlPoint ​  ​| ​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the source control point used to resize the feature. ​  | +
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​This parameter specifies the target control point used to resize ​the feature. ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DragFeatureCore(Feature,​PointShape,​PointShape) ​**
-==== RotateFeature(Feature, PointShape, PointShape) ​==== +
-This is the method used 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 === +  * //This is the Core method of DragFeature which encapsulates the logic.// 
- 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.DesktopEdition.EditInteractiveOverlay#​DragFeatureCore.28Feature.2C_PointShape.2C_PointShape.29//
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ​ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the source control point used to rotate the feature  | +
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the target control point used to rotate the feature. ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== RotateFeatureCore(Feature,​ PointShape, PointShape) ==== +  * Description:​Returns a dragged ​feature.
-This is the Core method of RotateFeature which encapsulates the logic. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​RotateFeatureCore.28Feature.2C_PointShape.2C_PointShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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 rotated ​feature. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​sourceFeature//​ 
-| sourceFeature ​  ​| ​[[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  ​| ​This parameter specifies the source feature to be rotated  | +    * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-| sourceControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the source control point used to rotate the feature. ​  | +    * Description:​This parameter specifies the source feature to be dragged.
-| targetControlPoint ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specifies the target control point used to rotate the feature. ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +  * //​sourceControlPoint//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== SetSelectedControlPoint(PointShape,​ Double) ==== +    * Description:​This parameter specifies ​the source ​control point used to drag the feature.
-This protected method sets 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.DesktopEdition.EditInteractiveOverlay#​SetSelectedControlPoint.28PointShape.2C_Double.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​SetSelectedControlPoint.28PointShape.2C_Double.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  | Returns true if control points are found and set correctly, otherwise returns false. ​  |+
  
-=== Parameters === +  * //​targetControlPoint//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| targetPointShape ​  ​| ​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​This parameter ​is the target point shape we will edit.   | +    * Description:​This parameter ​specifies ​the target ​control ​point used to drag the feature.
-| searchingTolerance ​  | Double<​!-- System.Double --> ​  | This parameter is the search tolerance ​used when searching for the control point  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} ResizeFeature(Feature,​PointShape,​PointShape) **
-==== SetSelectedControlPointCore(PointShape,​ Double) ==== +
-This protected virtual method is the Core method of the SetSelectedControlPoint API. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​SetSelectedControlPointCore.28PointShape.2C_Double.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​SetSelectedControlPointCore.28PointShape.2C_Double.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | A feature that represents the selected control point. ​  |+
  
-=== Parameters ​=== +  * //This is the method used to Resize a feature.//​ 
-^  Name ^  ​Type ​ ​Description ​^ +== Remarks ​== 
-targetPointShape ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape ​--> ​  | This parameter ​is the target point shape we will edit  ​+  * //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.//​ 
-searchingTolerance ​  Double<!-- System.Double --  ​| This parameter is the search tolerance ​to use when searching ​for the control point. ​  ​|+ 
 +== Return Value == 
 +  ​Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +  Description:Returns a resized feature. 
 + 
 +== Parameters == 
 +  * //​sourceFeature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​This parameter specifies the source feature to be resized. 
 + 
 +  * //​sourceControlPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This parameter specifies the source control point used to resize the feature. 
 + 
 +  * //​targetControlPoint//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This parameter specifies the target control point used to resize the feature. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ResizeFeatureCore(Feature,​PointShape,​PointShape) ** 
 + 
 +  * //This is the Core method of ResizeFeature which encapsulates the logic.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​ResizeFeatureCore.28Feature.2C_PointShape.2C_PointShape.29//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +  * Description:​Returns a resized feature. 
 + 
 +== Parameters == 
 +  * //​sourceFeature//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​This parameter specifies the source feature to be resized. 
 + 
 +  * //​sourceControlPoint//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This parameter ​specifies the source control point used to resize the feature. 
 + 
 +  * //​targetControlPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​This parameter specifies ​the target ​control ​point used to resize the feature. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) ** 
 + 
 +  * //This protected virtual method is the Core method of the MouseWheel API.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​MouseWheelCore.28InteractionArguments.29//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
 +  * Description:​Interaction results of this method. 
 + 
 +== Parameters == 
 +  * //​interactionArguments//​ 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter represents the interaction auguments for the method. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) ** 
 + 
 +  * //This event will be fired when MapMouseDown is called.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] 
 +    * Description:​The MapMouseDownInteractiveOverlayEventArgs passed for the event raised. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) ** 
 + 
 +  * //This event will be fired when MapMouseMove is called.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] 
 +    * Description:​The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised. 
 + 
 +<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.DesktopEdition.EditInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] 
 +    * Description:​The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) ** 
 + 
 +  * //This event will be fired when MapKeyDown is called.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] 
 +    * Description:​The MapKeyDownInteractiveOverlayEventArgs passed for the event raised. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) ** 
 + 
 +  * //This event will be fired when MapKeyUp is called.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] 
 +    * Description:​The MapKeyUpInteractiveOverlayEventArgs passed for the event raised. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** 
 + 
 +  * //This event will be fired before Overlay is drawn.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] 
 +    * Description:​The OverlayDrawingEventArgs passed for the event raised. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** 
 + 
 +  * //This event will be fired after Overlay is drawn.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] 
 +    * Description:​The OverlayDrawnEventArgs passed for the event raised. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} RefreshCore(GeoCanvas,​RectangleShape) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​RefreshCore.28GeoCanvas.2C_RectangleShape.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +  * //​extent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawPreviewCore(GeoCanvas) ** 
 + 
 +  * //This is the core method of DrawPreview which is intended to be overridden by its concrete sub class.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawPreviewCore.28GeoCanvas.29//​ 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] 
 +  * Description:​The tile existing type, which indicates whether any tiles exist. 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​This parameter is the canvas object ​to draw on. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} sBM=(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.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) ** 
 + 
 +  * //This method will draw on the canvas ​when an exception occurs during the drawing process.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawException.28GeoCanvas.2C_Exception.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​This parameter is the canvas object to draw on. 
 + 
 +  * //e// 
 +    * Type:​Exception 
 +    * Description:​This parameter is the exception that is occurring. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) ** 
 + 
 +  * //This method is the Core method of DrawException,​ which can be overridden if you want to change its logic. This method will draw on the canvas when an exception occurs during drawing process.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawExceptionCore.28GeoCanvas.2C_Exception.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​This parameter is the canvas object to draw on. 
 + 
 +  * //e// 
 +    * Type:​Exception 
 +    * Description:​This parameter is the exception that is occurring. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingOverlayEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​eventArgs//​ 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingOverlayEventArgs) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​eventArgs//​ 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<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.DesktopEdition.EditInteractiveOverlay#​Finalize.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<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.DesktopEdition.EditInteractiveOverlay#​MemberwiseClone.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} IsEmpty ** 
 + 
 +  * //This property overrides its property in the base class by watching the feature count in editShapesLayer. If it is empty, we can skip drawing it for better performance.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​IsEmpty//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} VertexDraggingMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​VertexDraggingMode//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.VertexDraggingMode|VertexDraggingMode]] 
 + 
 +** {{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.DesktopEdition.EditInteractiveOverlay#​EditShapesLayer//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} DragControlPointsLayer ** 
 + 
 +  * //This property gets the InMemoryFeatureLayer,​ which holds the control points for dragging.//​ 
 +== Remarks == 
 +  * //​Every ​control point for dragging is not an existing vertex of the edit shapes.// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} RotateControlPointsLayer ** 
 + 
 +  * //This property gets the InMemoryFeatureLayer which holds the control points for rotating.//​ 
 +== Remarks == 
 +  * //Every control point for rotating is not an existing vertex of the edit shapes.// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ResizeControlPointsLayer ** 
 + 
 +  * //This property gets the InMemoryFeatureLayer which holds the control points for resizing.//​ 
 +== Remarks == 
 +  * //Every control point for resizing is not an existing vertex of the edit shapes.// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ExistingControlPointsLayer ** 
 + 
 +  * //This property gets the InMemoryFeatureLayer which holds the control points that represent the existing vertices of the edit shapes.// 
 +== Remarks == 
 +  * //Every control point in this layer is an existing vertex of the edit shapes.// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ControlPointType ** 
 + 
 +  * //This property 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.DesktopEdition.EditInteractiveOverlay#​ControlPointType//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.ControlPointType|ControlPointType]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanDrag ** 
 + 
 +  * //Gets a value that indicates whether or not the shape can be dragged.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CanDrag//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanReshape ** 
 + 
 +  * //Gets a value that indicates whether or not 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.DesktopEdition.EditInteractiveOverlay#​CanReshape//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanResize ** 
 + 
 +  * //Gets a value that indicates whether or not 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.DesktopEdition.EditInteractiveOverlay#​CanResize//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanRotate ** 
 + 
 +  * //Gets a value that indicates whether or not 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.DesktopEdition.EditInteractiveOverlay#​CanRotate//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanAddVertex ** 
 + 
 +  * //Gets a value that indicates whether or not 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.DesktopEdition.EditInteractiveOverlay#​CanAddVertex//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} CanRemoveVertex ** 
 + 
 +  * //Gets a value that indicates whether or not 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.DesktopEdition.EditInteractiveOverlay#​CanRemoveVertex//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Attribution ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29//​ 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Lock ** 
 + 
 +  * //This property gets the OverlayLock object.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Lock//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsBase ** 
 + 
 +  * //Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​IsBase//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ** 
 + 
 +  * //This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawingExceptionMode//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +  * //Gets or sets a value that indicates whether the overlay is visible on the map.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​IsVisible//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name ** 
 + 
 +  * //Gets or sets the name of the overlay, which can be used to represent a specific overlay.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Name//​ 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileCache ** 
 + 
 +  * //This property gets or sets the TileCache used for the overlay.//​ 
 +== Remarks == 
 +  * //The TileCache system is always used for better performance,​ especially in the case where your application tiles can be pregenerated.//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} PreviewTileCache ** 
 + 
 +  * //This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​PreviewTileCache//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingTime ** 
 + 
 +  * //This property gets the last drawing time for the Overlay.//​ 
 +== Remarks == 
 +  * //We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays.//​ 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:// 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} SelectControlPointFeature ** 
 + 
 +  * //This property gets the feature that represents the selected 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.DesktopEdition.EditInteractiveOverlay#​SelectControlPointFeature//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} OriginalEditingFeature ** 
 + 
 +  * //This property gets the feature that represents the original editing feature.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OriginalEditingFeature//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} xRM= ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} rxM= ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} FeatureDragged ** 
 +  * //This event will be fired after dragging the feature.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29//​
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]]
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-==== Attribution ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} FeatureDragging ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired before dragging the feature.// 
-==== AutoRefreshInterval ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29//​
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== CanAddVertex ==== +
-Gets a value that indicates whether or not 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.DesktopEdition.EditInteractiveOverlay#​CanAddVertex"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CanAddVertex</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} FeatureResized ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired after resizing ​the feature.// 
-==== CanDrag ==== +== Remarks == 
-Gets a value that indicates whether or not the shape can be dragged+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CanDrag"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CanDrag</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== CanRemoveVertex ==== +
-Gets a value that indicates whether or not the shape can remove a existing vertex. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CanRemoveVertex"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CanRemoveVertex</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} FeatureResizing ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired before resizing ​the feature.// 
-==== CanReshape ==== +== Remarks == 
-Gets a value that indicates whether or not the shape can be reshaped+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CanReshape"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CanReshape</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== CanResize ==== +
-Gets a value that indicates whether or not 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.DesktopEdition.EditInteractiveOverlay#​CanResize"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CanResize</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} FeatureRotated ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired after rotating ​the feature.// 
-==== CanRotate ==== +== Remarks == 
-Gets a value that indicates whether or not the shape can be rotated+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CanRotate"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​CanRotate</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== ControlPointType ==== +
-This property 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.DesktopEdition.EditInteractiveOverlay#​ControlPointType"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​ControlPointType</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.ControlPointType|ControlPointType]]<!-- ThinkGeo.MapSuite.DesktopEdition.ControlPointType --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} FeatureRotating ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired before rotating ​the feature.// 
-==== DragControlPointsLayer ==== +== Remarks == 
-This property gets the InMemoryFeatureLayer,​ which holds the control points for dragging+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-Every control point for dragging is not an existing vertex of the edit shapes. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<​!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]]
-[[#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.DesktopEdition.EditInteractiveOverlay#​DrawingExceptionMode"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​DrawingExceptionMode</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]<!-- ThinkGeo.MapSuite.Core.DrawingExceptionMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} VertexAdded ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired after adding ​the vertex.// 
-==== DrawingTime ==== +== Remarks == 
-This property gets the last drawing time for the Overlay+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29//​
-=== Remarks ​=== +
-We track the drawing time for the Overlay and report ​it back in this methodThis is useful to determine the speed of various Overlays. +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== EditShapesLayer ==== +
-This property gets the InMemoryFeatureLayer which holds 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.DesktopEdition.EditInteractiveOverlay#​EditShapesLayer"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​EditShapesLayer</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} VertexAdding ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired before adding ​the vertex.// 
-==== ExistingControlPointsLayer ==== +== Remarks == 
-This property gets the InMemoryFeatureLayer which holds the control points that represent the existing vertices of the edit shapes+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-Every control point in this layer is an existing vertex of the edit shapes. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<​!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== IsBase ==== +
-Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​IsBase"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​IsBase</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} VertexMoved ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired after moving ​the vertex.// 
-==== IsEmpty ==== +== Remarks == 
-This property overrides its property in the base class by watching the feature count in editShapesLayer. If it is empty, we can skip drawing it for better performance+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#​IsEmpty"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​IsEmpty</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== IsVisible ==== +
-Gets or sets a value that indicates whether the overlay is visible 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.DesktopEdition.EditInteractiveOverlay#​IsVisible"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​IsVisible</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} VertexMoving ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired before moving ​the vertex.// 
-==== Lock ==== +== Remarks == 
-This property gets the OverlayLock object+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Lock" target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Lock</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]]<​!-- ThinkGeo.MapSuite.DesktopEdition.OverlayLock --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== Name ==== +
-Gets or sets the name of the overlay, which can be used to represent a specific overlay. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Name"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​Name</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} VertexRemoved ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired after removing ​the vertex.// 
-==== PreviewTileCache ==== +== Remarks == 
-This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​PreviewTileCache"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​PreviewTileCache</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<​!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== ResizeControlPointsLayer ==== +
-This property gets the InMemoryFeatureLayer which holds the control points for resizing. +
-=== Remarks === +
-Every control point for resizing is not an existing vertex of the edit shapes. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} VertexRemoving ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired before removing ​the vertex.// 
-==== RotateControlPointsLayer ==== +== Remarks == 
-This property gets the InMemoryFeatureLayer which holds the control points for rotating+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-Every control point for rotating is not an existing vertex of the edit shapes. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<​!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== TileCache ==== +
-This property gets or sets the TileCache used for the overlay. +
-=== Remarks === +
-The TileCache system is always used for better performance,​ especially in the case where your application tiles can be pregenerated. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} ControlPointSelected ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired after selecting the control point.// 
-==== VertexDraggingMode ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​VertexDraggingMode"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​VertexDraggingMode</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.VertexDraggingMode|VertexDraggingMode]]<​!-- ThinkGeo.MapSuite.DesktopEdition.VertexDraggingMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-==== OriginalEditingFeature ==== +
-This property gets the feature that 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.DesktopEdition.EditInteractiveOverlay#​OriginalEditingFeature"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OriginalEditingFeature</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} ControlPointSelecting ** 
-[[#​Protected Properties|Go Back]] +  * //This event will be fired before selecting ​the control ​point.// 
-==== SelectControlPointFeature ==== +== Remarks == 
-This property gets the feature that represents the selected ​control ​points of the edit shapes+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​SelectControlPointFeature"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​SelectControlPointFeature</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]]
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== ControlPointSelected ==== +
-This event will be fired after selecting 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.DesktopEdition.EditInteractiveOverlay#​OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseDown ** 
-[[#Public Events|Go Back]] +  * //This event will be fired when the Mouse button is pressed (down) on the Map.// 
-==== ControlPointSelecting ==== +== Remarks == 
-This event will be fired before selecting ​the control point+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== Drawing ==== +
-This event will be fired before 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.DesktopEdition.EditInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseMove ** 
-[[#Public Events|Go Back]] +  * //This event will be fired when the Mouse is moved on the Map.// 
-==== DrawingAttribution ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== Drawn ==== +
-This event will be fired 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.DesktopEdition.EditInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseUp ** 
-[[#Public Events|Go Back]] +  * //This event will be fired when the Mouse button is released (up) on the Map.// 
-==== DrawnAttribution ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== FeatureDragged ==== +
-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.DesktopEdition.EditInteractiveOverlay#​OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseClick ** 
-[[#Public Events|Go Back]] +  * //This event will be fired when the Mouse button is clicked (mouse up and mouse down in the same postion) on the Map.// 
-==== FeatureDragging ==== +== Remarks == 
-This event will be fired before dragging ​the feature+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== FeatureResized ==== +
-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.DesktopEdition.EditInteractiveOverlay#​OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseDoubleClick ** 
-[[#Public Events|Go Back]] +  * //This event will be fired when the Mouse button is double-clicked on the Map.// 
-==== FeatureResizing ==== +== Remarks == 
-This event will be fired before resizing ​the feature+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== FeatureRotated ==== +
-This event will be fired after 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.DesktopEdition.EditInteractiveOverlay#​OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseWheel ** 
-[[#Public Events|Go Back]] +  * //This event will be fired when the Mouse wheel is scrolled while the cursor is over the Map.// 
-==== FeatureRotating ==== +== Remarks == 
-This event will be fired before rotating ​the feature+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapKeyDown ==== +
-This event will be fired when the key is pressed down when focusing 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.DesktopEdition.EditInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapKeyDown ** 
-[[#Public Events|Go Back]] +  * //This event will be fired when the key is pressed down when focusing on the Map.// 
-==== MapKeyUp ==== +== Remarks == 
-This event will be fired when the key is released up when focusing on the Map. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.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.DesktopEdition.EditInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapMouseClick ==== +
-This event will be fired when the Mouse button is 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.DesktopEdition.EditInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapKeyUp ** 
-[[#Public Events|Go Back]] +  * //This event will be fired when the key is released up when focusing ​on the Map.// 
-==== MapMouseDoubleClick ==== +== Remarks == 
-This event will be fired when the Mouse button ​is double-clicked ​on the Map. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapMouseDown ==== +
-This event will be fired when the Mouse button is 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.DesktopEdition.EditInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} Drawing ** 
-[[#Public Events|Go Back]] +  * //This event will be fired before ​the Overlay ​is drawn.// 
-==== MapMouseMove ==== +== Remarks == 
-This event will be fired when the Mouse is moved on the Map+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapMouseUp ==== +
-This event will be fired when the Mouse button is released (up) on the Map. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} Drawn ** 
-[[#Public Events|Go Back]] +  * //This event will be fired after the Overlay ​is drawn.// 
-==== MapMouseWheel ==== +== Remarks == 
-This event will be fired when the Mouse wheel is scrolled while the cursor is over the Map+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== RequestedDrawing ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} DrawingAttribution ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== RequestingDrawing ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29//
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== VertexAdded ==== +
-This event will be fired after adding the vertex. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} DrawnAttribution ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== VertexAdding ==== +== Remarks == 
-This event will be fired before adding the vertex. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== VertexMoved ==== +
-This event will be fired after moving the vertex. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} RequestedDrawing ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== VertexMoving ==== +== Remarks == 
-This event will be fired before moving the vertex. +  * //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.DesktopEdition.EditInteractiveOverlay#​OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== VertexRemoved ==== +
-This event will be fired after removing the vertex. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} RequestingDrawing ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== VertexRemoving ==== +== Remarks == 
-This event will be fired before removing the vertex. +  * //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.DesktopEdition.EditInteractiveOverlay#​OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#​OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​DesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.DesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.desktopedition.editinteractiveoverlay.1440040130.txt.gz · Last modified: 2015/09/18 03:02 (external edit)