User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.trackinteractiveoverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.trackinteractiveoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.desktopedition.trackinteractiveoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay ====== ====== ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class inherits from the interactiveOverlay abstract class. This specified overlay describes the TrackShape interactive process with the MapControl using the Mouse or Keyborad. This class inherits from the interactiveOverlay abstract class. This specified overlay describes the TrackShape interactive process with the MapControl using the Mouse or Keyborad.
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay</​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.TrackInteractiveOverlay]]+        ***ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} TrackInteractiveOverlay() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#TrackInteractiveOverlay()|TrackInteractiveOverlay]] ​  ​| ​   |    | 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.TrackInteractiveOverlay#​TrackInteractiveOverlay.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|}} GetTrackingShape() ​**
-{{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}}[[#GetTrackingShape()|GetTrackingShape]] ​  ​| ​   |    | This method gets the current Tracking shape. ​  | +
-| {{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)|RequestDrawing]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ TimeSpan ​  | [[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}}[[#​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(RectangleShape)|RequestDrawing]] ​  | [[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(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}}[[#​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 gets the current Tracking shape.//
 +== Remarks ==
 +  * //This method is the concrete wrapper for the abstract method GetTrackingShapeCore. This method draws the representation of the overlay based on the extent you provided.//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]
 +  * Description:​Returns a shape that represents the current status of the tracking shape.
 +
 +== 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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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|}} EndTracking() ​**
-{{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 TrackInteractiveOverlay. ​  | +
-| {{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}}[[#EndTracking()|EndTracking]] ​  ​| ​   |    | This method ends the tracking shape by initializing some variables. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTrackingShapeCore()|GetTrackingShapeCore]] ​  ​| ​   |    | This is the Core method of GetTrackingShape. You can override this method and provide your own logic. This method gets the current Tracking shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​KeyDownCore(KeyEventInteractionArguments)|KeyDownCore]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This protected virtual method is the Core method of KeyDown API.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​KeyUpCore(KeyEventInteractionArguments)|KeyUpCore]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This protected virtual method is the Core method of KeyDown API.   | +
-| {{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 interactiveOverlay. ​  | +
-| {{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 interactiveOverlay. ​  | +
-| {{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 interactiveOverlay. ​  | +
-| {{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 interactiveOverlay. ​  | +
-| {{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}}[[#​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}}[[#​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}}[[#​OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs)|OnMouseMoved]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when the mouse moves a vertex in the Tracking shape. ​  | +
-| {{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}}[[#​OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs)|OnTrackEnded]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after the end of Tracking a shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs)|OnTrackEnding]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before the end of Tracking a shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs)|OnTrackStarted]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after the start of Tracking a shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs)|OnTrackStarting]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before the start of Tracking a shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs)|OnVertexAdded]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after adding a vertex to the Tracking shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs)|OnVertexAdding]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before adding a vertex to the Tracking shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RefreshCore(GeoCanvas,​ RectangleShape)|RefreshCore]] ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​ [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   |+
  
-==== Public Properties ==== +  ​* //This method ends the tracking shape by initializing some variables.// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  ​| String ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +  * //For the most updated Info for this topicplease check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#EndTracking.28.29//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoRefreshInterval|AutoRefreshInterval]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{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}}[[#​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 the logic in its base class by watching the feature count in trackShapeLayerIf it is empty, we can skip drawing the track shape 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}}[[#​MouseDownCount|MouseDownCount]] ​  | Int32   ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.DesktopEdition.Overlay|Overlay]] ​  | Gets or sets the name of the overlay, which 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}}[[#​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}}[[#​TrackMode|TrackMode]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.TrackMode|TrackMode]] ​  ​| ​   | Gets a mode of TrackOverlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#TrackShapeLayer|TrackShapeLayer]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] ​  ​| ​   | This property gets the TrackShape layers that hold the track shapes. ​  |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​Vertices|Vertices]] ​  | Collection<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]> ​  ​| ​   | This property gets the vertices that make up the track shape. This is a protected property which probably needs to be used in its sub classes. ​  |+  * Description:N/A
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +<div newline></​div>​ 
-{{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:ProtectedMethod.gif|}} ​MouseDownCore(InteractionArguments**
-| {{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}}[[#​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 postionon 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}}[[#​MouseMoved|MouseMoved]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when the mouse is moved on the vertex of the tracking shape. ​  | +
-| {{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}}[[#​TrackEnded|TrackEnded]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after the end of tracking shape. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TrackEnding|TrackEnding]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before the end of tracking shape. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TrackStarted|TrackStarted]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after the start of tracking shape. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TrackStarting|TrackStarting]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before the start of tracking shape. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexAdded|VertexAdded]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after a vertex is added to the tracking shape. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexAdding|VertexAdding]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before a vertex is added to the tracking shape. ​  |+
  
-===== Public Constructors ===== +  * //This overrides ​the MouseDown logic in its base class interactiveOverlay.// 
-==== TrackInteractiveOverlay() ==== +== Remarks == 
-Default constructor of the class. ​If you use this constructor,​ please set the properties manually or it will use their default values. +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseDownCore.28InteractionArguments.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​TrackInteractiveOverlay.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​TrackInteractiveOverlay.28.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-===== Public Methods ===== +  * Description:​Interaction results ​of this method.
-==== 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 === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​This parameter ​is the canvas object to draw on  |+    * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter ​represents ​the interaction arguments for the method.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments) **
-==== 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:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​DrawPreview.28GeoCanvas.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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 === +  * //This overrides the MouseMove logic in its base class interactiveOverlay.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ​ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the canvas object to draw on  |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseMoveCore.28InteractionArguments.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-==== Equals(Object) ​==== +  ​* ​Description:​Interaction results of this method.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| obj   | Object<​!-- System.Object --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter represents the interaction arguments for the method.
  
-<!-- System.Object --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} MouseUpCore(InteractionArguments) **
-==== GetHashCode() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​GetHashCode.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This overrides the MouseUp logic in its base class interactiveOverlay.//​ 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseUpCore.28InteractionArguments.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-==== GetTrackingShape() ==== +  * Description:​Interaction results ​of this method.
-This method gets the current Tracking shape. +
-=== Remarks === +
-This method is the concrete wrapper for the abstract method GetTrackingShapeCore. This method draws the representation of the overlay based on the extent you provided. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.Core.BaseShape --> ​  | Returns a shape that represents the current status ​of the tracking shape  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​interactionArguments//​ 
 +    * Type:​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:This parameter represents the interaction arguments for the method.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} MouseClickCore(InteractionArguments) **
-==== GetType() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​GetType.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This overrides the MouseClick logic in its base class.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseClickCore.28InteractionArguments.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-==== KeyDown(KeyEventInteractionArguments) ==== +  * Description:​Interaction results of this method.
-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 === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  ​| ​Interaction results of this method. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> ​  ​| ​This parameter represents the interaction ​auguments ​for the method. ​  |+    * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter represents the interaction ​arguments ​for the method.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments**
-==== 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 === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //This overrides the MouseDoubleClick logic in its base class interactiveOverlay.//​ 
- 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.TrackInteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-==== MouseClick(InteractionArguments) ==== +  * Description:​Interaction results of this method.
-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 ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --> ​  ​| ​This parameter represents the interaction ​auguments ​for the method. ​  |+    * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter represents the interaction ​arguments ​for the method.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetTrackingShapeCore() **
-==== MouseDoubleClick(InteractionArguments==== +
-This method will simulate the MouseDoubleClick interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //This is the Core method of GetTrackingShape. You can override this method and provide your own logic. This method gets the current Tracking shape.// 
- 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.TrackInteractiveOverlay#​GetTrackingShapeCore.28.29//
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-==== MouseDown(InteractionArguments) ==== +  * Description:​Returns a shape that represents the current status ​of the tracking shape.
-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 ^ +<div newline></​div>​ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --  | This parameter represents the interaction auguments for the method  ​|+** {{wiki:​ProtectedMethod.gif|}} OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //This event will be fired after the end of Tracking a shape.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MouseMove(InteractionArguments) ==== +  * //For the most updated Info for this topicplease check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackEnded.28TrackEndedTrackInteractiveOverlayEventArgs.29//
-This method ​will simulate ​the MouseMove interaction+
-=== Remarks ​=== +
-This method is the concrete wrapper ​for its virtual Core method. As this is a concrete public method that wraps a Core methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.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 auguments for the method. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== MouseUp(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] 
-This method will simulate the MouseUp interaction. +    * Description:​The TrackEndedTrackInteractiveOverlayEventArgs passed for the event raised.
-=== 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.InteractionArguments --  | This parameter represents the interaction auguments for the method  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //This event will be fired before ​the end of Tracking a shape.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MouseWheel(InteractionArguments) ==== +  * //For the most updated Info for this topicplease check it here:​http:​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackEnding.28TrackEndingTrackInteractiveOverlayEventArgs.29//
-This method ​will simulate ​the MouseWheel interaction+
-=== Remarks ​=== +
-This method is the concrete wrapper ​for its virtual Core method. As this is a concrete public method that wraps a Core methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needsIf you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.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 auguments for the method. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== Refresh(GeoCanvas,​ RectangleShape) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] 
-=== Remarks === +    ​* ​Description:The TrackEndingTrackInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​Refresh.28GeoCanvas.2C_RectangleShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​Refresh.28GeoCanvas.2C_RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs) **
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --  |    | +
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired before the start of Tracking a shape.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== RequestDrawing(IEnumerable<​RectangleShape>,​ TimeSpan, RequestDrawingBufferTimeType) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackStarting.28TrackStartingTrackInteractiveOverlayEventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --> ​  ​| ​   | +  Description:N/A
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | +
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-==== RequestDrawing(IEnumerable<​RectangleShape>,​ TimeSpan) ==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] 
-=== Remarks === +    * Description:​The TrackStartingTrackInteractiveOverlayEventArgs 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|}} OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs) **
-| extentsToRefresh ​  | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape} --  |    | +
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired after the start of Tracking a shape.// 
-[[#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.TrackInteractiveOverlay#​OnTrackStarted.28TrackStartedTrackInteractiveOverlayEventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +  Description:N/A
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-==== RequestDrawing(TimeSpan,​ RequestDrawingBufferTimeType) ==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] 
-=== Remarks === +    * Description:​The TrackStartedTrackInteractiveOverlayEventArgs 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|}} OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs) **
-| bufferTime ​  | TimeSpan<!-- System.TimeSpan --  |    | +
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired before adding a vertex to the Tracking shape.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== RequestDrawing(TimeSpan) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnVertexAdding.28VertexAddingTrackInteractiveOverlayEventArgs.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
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-==== RequestDrawing(IEnumerable<​RectangleShape>​) ==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] 
-=== Remarks === +    * Description:​The VertexAddingTrackInteractiveOverlayEventArgs 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|}} OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs) **
-| extentsToRefresh ​  | IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.RectangleShape--> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired after adding a vertex to the Tracking shape.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== RequestDrawing(RectangleShape) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnVertexAdded.28VertexAddedTrackInteractiveOverlayEventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-==== RequestDrawing() ==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] 
-=== Remarks === +    * Description:​The VertexAddedTrackInteractiveOverlayEventArgs 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|}} OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired when the mouse moves a vertex in the Tracking shape.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== RequestDrawing(RectangleShape,​ TimeSpan, RequestDrawingBufferTimeType) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMouseMoved.28MouseMovedTrackInteractiveOverlayEventArgs.29//​
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | +  Description:N/A
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   | +
-| bufferTimeType ​  | [[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]]<​!-- ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== ToString() ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] 
-=== Remarks === +    ​* ​Description:The MouseMovedTrackInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas) **
  
-<!-- System.Object --> +  * //This method draws the TrackInteractiveOverlay.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== get_InteractiveClickInterval() ==== +  * //This method draws the 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.//
-<!-- static --> +
-=== Remarks ​=== +
-For the most updated Info for this topicplease check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​get_InteractiveClickInterval.28.29"​ target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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]] +  ​* ​//canvas// 
-==== set_InteractiveClickInterval(Int32) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-<!-- static --> +    ​* ​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.TrackInteractiveOverlay#​set_InteractiveClickInterval.28Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​set_InteractiveClickInterval.28Int32.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) **
-| value   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //This protected virtual method is the Core method of KeyDown API.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29//
-==== DrawAttributionCore(GeoCanvas) ==== +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   |+  * Description:​Interaction results of this method.
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //​interactionArguments//​ 
-==== DrawCore(GeoCanvas) ==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] 
-This method draws the TrackInteractiveOverlay. +    * Description:​This parameter represents ​the interaction auguments for the method.
-=== Remarks === +
-This method draws the representation of the overlay based on the extent you provided.When implementing this abstract ​method, consider each feature and its column data valuesYou can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In 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 === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) **
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --  | This parameter is the canvas object or a GeoImage to draw on  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) --> +  * //This protected virtual ​method ​is the Core method of KeyDown API.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== DrawException(GeoCanvas,​ Exception) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29//
-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:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​DrawException.28GeoCanvas.2C_Exception.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​DrawException.28GeoCanvas.2C_Exception.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the canvas object to draw on.   | +  * Description:​Interaction results of this method.
-| e   | Exception<​!-- System.Exception --> ​  | This parameter is the exception that is occurring. ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== DrawExceptionCore(GeoCanvas,​ Exception) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]] 
-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. +    ​* ​Description:This parameter represents the interaction auguments for the method.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​DrawExceptionCore.28GeoCanvas.2C_Exception.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​DrawExceptionCore.28GeoCanvas.2C_Exception.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) **
-| 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 protected virtual method ​is the Core method of the MouseWheel API.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== DrawPreviewCore(GeoCanvas) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseWheelCore.28InteractionArguments.29//
-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:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​DrawPreviewCore.28GeoCanvas.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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 === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractiveResult|InteractiveResult]] 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.Core.GeoCanvas --> ​  | This parameter is the canvas object to draw on.   |+  * Description:​Interaction results of this method.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//interactionArguments// 
-==== EndTracking() ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.InteractionArguments|InteractionArguments]] 
-This method ends the tracking shape by initializing some variables. +    ​* ​Description:This parameter represents the interaction auguments for the method.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​EndTracking.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​EndTracking.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +  * //This event will be fired when MapMouseDown is called.// 
-[[#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​Finalize.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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// 
-==== GetTrackingShapeCore() ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] 
-This is the Core method of GetTrackingShape. You can override this method and provide your own logic. This method gets the current Tracking shape. +    * Description:​The MapMouseDownInteractiveOverlayEventArgs passed for the event raised.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​GetTrackingShapeCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​GetTrackingShapeCore.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]<!-- ThinkGeo.MapSuite.Core.BaseShape --> ​  | Returns a shape that represents ​the current status of the tracking shape  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) **
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +  * //This event will be fired when MapMouseMove ​is called.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== KeyDownCore(KeyEventInteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29//
-This protected virtual method ​is the Core method of KeyDown API+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.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.KeyEventInteractionArguments|KeyEventInteractionArguments]]<​!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> ​  | This parameter represents the interaction auguments for the method. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== KeyUpCore(KeyEventInteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] 
-This protected virtual method is the Core method of KeyDown API. +    * Description:​The MapMouseMoveInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.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|}} OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --  | This parameter represents the interaction auguments for the method  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //This event will be fired when MapMouseUp is called.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MemberwiseClone() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MemberwiseClone.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== MouseClickCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] 
-This overrides the MouseClick logic in its base class. +    * Description:​The MapMouseUpInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​MouseClickCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseClickCore.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|}} OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) **
-| 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 event will be fired when MapMouseClick is called.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseDoubleClickCore(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29//
-This overrides the MouseDoubleClick logic in its base class interactiveOverlay+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseDoubleClickCore.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]] +  ​* ​//e// 
-==== MouseDownCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] 
-This overrides the MouseDown logic in its base class interactiveOverlay. +    * Description:​The MapMouseClickInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​MouseDownCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseDownCore.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|}} OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) **
-| 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 event will be fired when MapMouseDoubleClick is called.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseMoveCore(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29//
-This overrides the MouseMove logic in its base class interactiveOverlay+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseMoveCore.28InteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseMoveCore.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]] +  ​* ​//e// 
-==== MouseUpCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] 
-This overrides the MouseUp logic in its base class interactiveOverlay. +    * Description:​The MapMouseDoubleClickInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​MouseUpCore.28InteractionArguments.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseUpCore.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|}} OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) **
-| 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 event will be fired when MapMouseWheel ​is called.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseWheelCore(InteractionArguments) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29//
-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:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseWheelCore.28InteractionArguments.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseWheelCore.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 auguments for the method. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnDrawing(DrawingOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] 
-This event will be fired before Overlay is drawn. +    ​* ​Description:The MapMouseWheelInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) **
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs --  | The OverlayDrawingEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired when MapKeyDown is called.// 
-[[#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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]] +  ​* ​//e// 
-==== OnDrawn(DrawnOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] 
-This event will be fired after Overlay is drawn. +    ​* ​Description:The MapKeyDownInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) **
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs --  | The OverlayDrawnEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +  * //This event will be fired when MapKeyUp is called.// 
-[[#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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]] +  ​* ​//e// 
-==== OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] 
-This event will be fired when MapKeyDown is called. +    ​* ​Description:The MapKeyUpInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) **
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs --  | The MapKeyDownInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //This event will be fired before Overlay ​is drawn.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29//
-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.TrackInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs --> ​  | The MapKeyUpInteractiveOverlayEventArgs passed for the event raised. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] 
-This event will be fired when MapMouseClick is called. +    ​* ​Description:The OverlayDrawingEventArgs 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.TrackInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) **
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs --  | The MapMouseClickInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //This event will be fired after Overlay ​is drawn.// 
-[[#​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.TrackInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.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.TrackInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --> ​  | The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//e// 
-==== OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] 
-This event will be fired when MapMouseDown is called. +    ​* ​Description:The OverlayDrawnEventArgs 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.TrackInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} RefreshCore(GeoCanvas,​RectangleShape) **
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs --  | The MapMouseDownInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +  * //N/A// 
-[[#​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.TrackInteractiveOverlay#​RefreshCore.28GeoCanvas.2C_RectangleShape.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.TrackInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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]] +  ​* ​//canvas// 
-==== OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) ​==== +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-This event will be fired when MapMouseUp is called. +    ​* ​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.TrackInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //extent// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs --> ​  | The MapMouseUpInteractiveOverlayEventArgs passed for the event raised. ​  |+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} DrawPreviewCore(GeoCanvas) **
-==== OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) ==== +
-This event will be fired when MapMouseWheel is called. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This is the core method of DrawPreview which is intended to be overridden by its concrete sub class.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  | The MapMouseWheelInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​DrawPreviewCore.28GeoCanvas.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.DesktopEdition.TilesExistingType|TilesExistingType]] 
-==== OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs) ​==== +  ​* ​Description:The tile existing type, which indicates whether any tiles exist.
-This event will be fired when the mouse moves a vertex in the Tracking shape. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMouseMoved.28MouseMovedTrackInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMouseMoved.28MouseMovedTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​canvas//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs --> ​  | The MouseMovedTrackInteractiveOverlayEventArgs passed for the event raised  |+    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​This parameter is the canvas object to draw on.
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +<div newline></div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} sBM=(GeoCanvas) **
-==== 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 === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| eventArgs ​  | [[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnRequestingDrawing(RequestingDrawingOverlayEventArgs) ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​canvas//​ 
-| eventArgs ​  ​| ​[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) **
-==== OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs) ==== +
-This event will be fired after the end of Tracking a shape. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackEnded.28TrackEndedTrackInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackEnded.28TrackEndedTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.TrackEndedTrackInteractiveOverlayEventArgs --> ​  | The TrackEndedTrackInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs) ==== +  * Description:N/A
-This event will be fired before the end of Tracking a shape. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackEnding.28TrackEndingTrackInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackEnding.28TrackEndingTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​canvas//​ 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.TrackEndingTrackInteractiveOverlayEventArgs --> ​  | The TrackEndingTrackInteractiveOverlayEventArgs passed for the event raised. ​  |+    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) **
-==== OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs) ==== +
-This event will be fired after the start of Tracking a shape. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackStarted.28TrackStartedTrackInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackStarted.28TrackStartedTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.TrackStartedTrackInteractiveOverlayEventArgs --> ​  | The TrackStartedTrackInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29//​
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs) ==== +  * Description:N/A
-This event will be fired before the start of Tracking a shape. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackStarting.28TrackStartingTrackInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackStarting.28TrackStartingTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| e   ​| ​[[ThinkGeo.MapSuite.DesktopEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.TrackStartingTrackInteractiveOverlayEventArgs --> ​  | The TrackStartingTrackInteractiveOverlayEventArgs passed for the event raised. ​  |+    * Type:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +<div newline></div> 
-[[#​Protected Methods|Go Back]] +** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) **
-==== OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs) ==== +
-This event will be fired after adding a vertex to the Tracking shape. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnVertexAdded.28VertexAddedTrackInteractiveOverlayEventArgs.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnVertexAdded.28VertexAddedTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  ​Type ​ ​Description ​^ +== Remarks == 
-| e   ​| [[ThinkGeo.MapSuite.DesktopEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.VertexAddedTrackInteractiveOverlayEventArgs --  ​| The VertexAddedTrackInteractiveOverlayEventArgs 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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​MemberwiseClone.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} IsEmpty ** 
 + 
 +  * //This property overrides the logic in its base class by watching the feature count in trackShapeLayer. If it is empty, we can skip drawing the track shape for better performance.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​IsEmpty//​ 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} TrackShapeLayer ** 
 + 
 +  * //This property gets the TrackShape layers that hold the track shapes.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​TrackShapeLayer//​ 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} MouseDownCount ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseDownCount//​ 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} TrackMode ** 
 + 
 +  * //Gets a mode of TrackOverlay.//​ 
 +== Remarks == 
 +  * //The default mode is TrackMode.None,​ which means you cannot draw or edit features at the client side. By setting the mode to TrackMode.Point,​ TrackMode.Line,​ TrackMode.Polygon,​ etc., you can add points, lines or polygons to the FeatureOverlay. Setting the mode to TrackMode.Edit lets you edit the shapes at the client side.// 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.DesktopEdition.TrackMode|TrackMode]] 
 + 
 +** {{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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​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|}} Vertices ** 
 + 
 +  * //This property gets the vertices that make up the track shape. This is a protected property which probably needs to be used in its sub classes.//​ 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​Vertices//​ 
 +== Return Value == 
 +  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]>​ 
 + 
 +** {{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|}} TrackEnded ** 
 +  * //This event will be fired after the end of tracking shape.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackEnded.28TrackEndedTrackInteractiveOverlayEventArgs.29//​
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]]
-[[#​Protected Methods|Go Back]] +
-==== OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs) ==== +
-This event will be fired before adding a vertex to the Tracking shape. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnVertexAdding.28VertexAddingTrackInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnVertexAdding.28VertexAddingTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicEvent.gif|}} TrackEnding ** 
- Name ^  Type ^  Description ^ +  * //This event will be fired before the end of tracking shape.// 
-| e   | [[ThinkGeo.MapSuite.DesktopEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.DesktopEdition.VertexAddingTrackInteractiveOverlayEventArgs --> ​  | The VertexAddingTrackInteractiveOverlayEventArgs passed for the event raised  |+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackEnding.28TrackEndingTrackInteractiveOverlayEventArgs.29//​
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]]
-[[#​Protected Methods|Go Back]] +
-==== 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.TrackInteractiveOverlay#​RefreshCore.28GeoCanvas.2C_RectangleShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​RefreshCore.28GeoCanvas.2C_RectangleShape.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicEvent.gif|}} TrackStarted ** 
- Name ^  Type ^  Description ^ +  * //This event will be fired after the start of tracking shape.// 
-| canvas ​  | [[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]<​!-- ​ThinkGeo.MapSuite.Core.GeoCanvas --> ​  ​| ​   | +== Remarks ​== 
-| extent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackStarted.28TrackStartedTrackInteractiveOverlayEventArgs.29//
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]]
-[[#​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.TrackInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} TrackStarting ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired before the start of tracking shape.// 
-==== AutoRefreshInterval ==== +== Remarks == 
-=== Remarks ​=== +  * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackStarting.28TrackStartingTrackInteractiveOverlayEventArgs.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.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]]
-[[#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.TrackInteractiveOverlay#​DrawingExceptionMode"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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 a vertex is added to the tracking shape.// 
-==== 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.TrackInteractiveOverlay#​OnVertexAdded.28VertexAddedTrackInteractiveOverlayEventArgs.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.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]]
-[[#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.TrackInteractiveOverlay#​IsBase"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​IsBase</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} VertexAdding ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired before a vertex ​is added to the tracking ​shape.// 
-==== IsEmpty ==== +== Remarks == 
-This property overrides the logic in its base class by watching the feature count in trackShapeLayer. If it is empty, we can skip drawing ​the track shape for better performance+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnVertexAdding.28VertexAddingTrackInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​IsEmpty"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​IsEmpty</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay(overriden) --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]]
-[[#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.TrackInteractiveOverlay#​IsVisible"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​IsVisible</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} MouseMoved ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired when the mouse is moved on the vertex of the tracking shape.// 
-==== 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.TrackInteractiveOverlay#​OnMouseMoved.28MouseMovedTrackInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​Lock" target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​Lock</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]]<​!-- ThinkGeo.MapSuite.DesktopEdition.OverlayLock --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== MouseDownCount ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseDownCount"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​MouseDownCount</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseDown ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired when the Mouse button is pressed (down) on the Map.// 
-==== Name ==== +== Remarks == 
-Gets or sets the name of the overlay, which can be used to represent a specific overlay+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​Name" target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​Name</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​PreviewTileCache"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​PreviewTileCache</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseMove ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired when the Mouse is moved on the Map.// 
-==== TileCache ==== +== Remarks == 
-This property gets or sets the TileCache used for the overlay+  * //For the most updated Info for this topicplease check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-The TileCache system is always used for better performanceespecially 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 --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== TrackMode ==== +
-Gets a mode of TrackOverlay. +
-=== Remarks === +
-The default mode is TrackMode.None,​ which means you cannot draw or edit features at the client side. By setting the mode to TrackMode.Point,​ TrackMode.Line,​ TrackMode.Polygon,​ etc., you can add points, lines or polygons to the FeatureOverlay. Setting the mode to TrackMode.Edit lets you edit the shapes at the client side. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.TrackMode|TrackMode]]<!-- ThinkGeo.MapSuite.DesktopEdition.TrackMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseUp ** 
-[[#Public Properties|Go Back]] +  * //This event will be fired when the Mouse button is released (up) on the Map.// 
-==== TrackShapeLayer ==== +== Remarks == 
-This property gets the TrackShape layers that hold the track shapes+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​TrackShapeLayer"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​TrackShapeLayer</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]]<​!-- ThinkGeo.MapSuite.Core.InMemoryFeatureLayer --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-==== Vertices ==== +
-This property gets the vertices that make up the track shape. This is a protected property which probably needs to be used in its sub classes. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​Vertices"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​Vertices</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Collection<​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.Vertex} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseClick ** 
-[[#​Protected Properties|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.// 
-===== Public Events ===== +== Remarks == 
-==== Drawing ==== +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29//
-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.TrackInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== DrawingAttribution ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseDoubleClick ** 
-[[#Public Events|Go Back]] +  * //This event will be fired when the Mouse button ​is double-clicked on the Map.// 
-==== Drawn ==== +== Remarks == 
-This event will be fired after the Overlay ​is drawn+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== DrawnAttribution ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.Overlay --> +** {{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.// 
-==== MapKeyDown ==== +== Remarks == 
-This event will be fired when the key is pressed down 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.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapKeyUp ==== +
-This event will be fired when the key is released up 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.TrackInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs --> ​  |+
  
-<!-- 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.// 
-==== MapMouseClick ==== +== Remarks == 
-This event will be fired when the Mouse button ​is clicked (mouse up and mouse down in the same postion) ​on the Map. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapMouseDoubleClick ==== +
-This event will be fired when the Mouse button is double-clicked on the Map. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --> ​  |+
  
-<!-- 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.// 
-==== MapMouseDown ==== +== Remarks == 
-This event will be fired when the Mouse button ​is pressed (down) ​on the Map. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapMouseMove ==== +
-This event will be fired when the Mouse is moved on the Map. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} Drawing ** 
-[[#Public Events|Go Back]] +  * //This event will be fired before ​the Overlay ​is drawn.// 
-==== MapMouseUp ==== +== Remarks == 
-This event will be fired when the Mouse button ​is released (up) on the Map+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapMouseWheel ==== +
-This event will be fired when the Mouse wheel is scrolled while the cursor is over 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.TrackInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} Drawn ** 
-[[#Public Events|Go Back]] +  * //This event will be fired after the Overlay ​is drawn.// 
-==== MouseMoved ==== +== Remarks == 
-This event will be fired when the mouse is moved on the vertex of the tracking shape+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​OnMouseMoved.28MouseMovedTrackInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnMouseMoved.28MouseMovedTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +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.TrackInteractiveOverlay#​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]] +
-==== TrackEnded ==== +
-This event will be fired after the end of tracking shape. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackEnded.28TrackEndedTrackInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackEnded.28TrackEndedTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.TrackEndedTrackInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} DrawnAttribution ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== TrackEnding ==== +== Remarks == 
-This event will be fired before the end of tracking shape. +  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​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.TrackInteractiveOverlay#​OnTrackEnding.28TrackEndingTrackInteractiveOverlayEventArgs.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackEnding.28TrackEndingTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.TrackEndingTrackInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== TrackStarted ==== +
-This event will be fired after the start of tracking shape. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackStarted.28TrackStartedTrackInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackStarted.28TrackStartedTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.TrackStartedTrackInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} RequestedDrawing ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== TrackStarting ==== +== Remarks == 
-This event will be fired before the start of tracking shape. +  * //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.TrackInteractiveOverlay#​OnTrackStarting.28TrackStartingTrackInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnTrackStarting.28TrackStartingTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.TrackStartingTrackInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== VertexAdded ==== +
-This event will be fired after a vertex is added to the tracking shape. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnVertexAdded.28VertexAddedTrackInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnVertexAdded.28VertexAddedTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.DesktopEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.DesktopEdition.VertexAddedTrackInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} RequestingDrawing ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== VertexAdding ==== +== Remarks == 
-This event will be fired before a vertex is added to the tracking shape. +  * //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.TrackInteractiveOverlay#​OnVertexAdding.28VertexAddingTrackInteractiveOverlayEventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay#​OnVertexAdding.28VertexAddingTrackInteractiveOverlayEventArgs.29</​a>​ +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.DesktopEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.DesktopEdition.VertexAddingTrackInteractiveOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.DesktopEdition.TrackInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​DesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.DesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.desktopedition.trackinteractiveoverlay.1440040130.txt.gz · Last modified: 2015/09/22 08:13 (external edit)