User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.extentinteractiveoverlay

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.extentinteractiveoverlay [2015/09/18 03:11]
admin
thinkgeo.mapsuite.wpfdesktopedition.extentinteractiveoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class inherits from InterativeOverlay abstract class. This specified overlay describle the Extent Changing interative process with MapControl using Mouse or Keyborad. This class inherits from InterativeOverlay abstract class. This specified overlay describle the Extent Changing interative process with MapControl using Mouse or Keyborad.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 10: Line 13:
 ** {{wiki:​PublicMethod.gif|}} ExtentInteractiveOverlay() ** ** {{wiki:​PublicMethod.gif|}} ExtentInteractiveOverlay() **
  
-Default constructor of the class. If you use thi constructor,​ please set the properties correctly or it will use their default values.+  * //Default constructor of the class. If you use thi constructor,​ please set the properties correctly or it will use their default values.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​ExtentInteractiveOverlay.28.29/​/
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
Line 19: Line 22:
 ** {{wiki:​PublicMethod.gif|}} MouseDown(InteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} MouseDown(InteractionArguments) **
  
-N/A+  * //This method will simulate the MouseDown interaction./​/
 == Remarks == == Remarks ==
-N/A+  * //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 Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​Interaction results of this method.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
-    * Description:​N/A+    * Description:​This parameter is the interaction auguments for the method.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MouseMove(InteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} MouseMove(InteractionArguments) **
  
-N/A+  * //This method will simulate the MouseMove interaction./​/
 == Remarks == == Remarks ==
-N/A+  * //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 Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​Interaction results of this method.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
-    * Description:​N/A+    * Description:​This parameter is the interaction auguments for the method.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} ManipulationStarted(InteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} ManipulationStarted(InteractionArguments) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 67: Line 70:
 ** {{wiki:​PublicMethod.gif|}} ManipulationDelta(InteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} ManipulationDelta(InteractionArguments) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 83: Line 86:
 ** {{wiki:​PublicMethod.gif|}} ManipulationCompleted(InteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} ManipulationCompleted(InteractionArguments) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 99: Line 102:
 ** {{wiki:​PublicMethod.gif|}} MouseUp(InteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} MouseUp(InteractionArguments) **
  
-N/A+  * //This method will simulate the MouseUp interaction./​/
 == Remarks == == Remarks ==
-N/A+  * //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 Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​Interaction results of this method.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
-    * Description:​N/A+    * Description:​This parameter is the interaction auguments for the method.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MouseClick(InteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} MouseClick(InteractionArguments) **
  
-N/A+  * //This method will simulate the MouseClick interaction./​/
 == Remarks == == Remarks ==
-N/A+  * //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 Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​Interaction results of this method.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
-    * Description:​N/A+    * Description:​This parameter is the interaction auguments for the method.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MouseDoubleClick(InteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} MouseDoubleClick(InteractionArguments) **
  
-N/A+  * //This method will simulate the MouseDoubleClick interaction./​/
 == Remarks == == Remarks ==
-N/A+  * //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 Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​Interaction results of this method.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
-    * Description:​N/A+    * Description:​This parameter is the interaction auguments for the method.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MouseWheel(InteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} MouseWheel(InteractionArguments) **
  
-N/A+  * //This method will simulate the MouseWheel interaction./​/
 == Remarks == == Remarks ==
-N/A+  * //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 Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​Interaction results of this method.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
-    * Description:​N/A+    * Description:​This parameter is the interaction auguments for the method.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MouseLeave(InteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} MouseLeave(InteractionArguments) **
  
-N/A+  * //Occurs when the mouse leave the map.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MouseLeave.28InteractionArguments.29/​/
  
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​A ​interactive result for mouse leave the map.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
-    * Description:​N/A+    * Description:​Interaction arguments for mouse leave the map.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} MouseEnter(InteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} MouseEnter(InteractionArguments) **
  
-N/A+  * //Occurs when the mouse enter the map.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MouseEnter.28InteractionArguments.29/​/
  
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​A ​interactive result for mouse entering the map.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
-    * Description:​N/A+    * Description:​Interaction arguments for mouse entering the map.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} KeyUp(KeyEventInteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} KeyUp(KeyEventInteractionArguments) **
  
-N/A+  * //Occurs when key up on the map.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​KeyUp.28KeyEventInteractionArguments.29/​/
  
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​A ​interactive result for key up on the map.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]
-    * Description:​N/A+    * Description:​Interaction arguments for key up on the map.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} KeyDown(KeyEventInteractionArguments) ** ** {{wiki:​PublicMethod.gif|}} KeyDown(KeyEventInteractionArguments) **
  
-N/A+  * //Occurs when key down on the map.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​KeyDown.28KeyEventInteractionArguments.29/​/
  
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​A ​interactive result for key down on the map.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]
-    * Description:​N/A+    * Description:​Interaction arguments for key down on the map.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>​) ** ** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 243: Line 246:
 ** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan) ** ** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Refresh.28TimeSpan.29/​/
  
 == Return Value == == Return Value ==
Line 259: Line 262:
 ** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan,​RequestDrawingBufferTimeType) ** ** {{wiki:​PublicMethod.gif|}} Refresh(TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 279: Line 282:
 ** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan) ** ** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Refresh.28RectangleShape.2C_TimeSpan.29/​/
  
 == Return Value == == Return Value ==
Line 299: Line 302:
 ** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) ** ** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 323: Line 326:
 ** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan) ** ** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 343: Line 346:
 ** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) ** ** {{wiki:​PublicMethod.gif|}} Refresh(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 367: Line 370:
 ** {{wiki:​PublicMethod.gif|}} Initialize(MapArguments) ** ** {{wiki:​PublicMethod.gif|}} Initialize(MapArguments) **
  
-N/A+  * //This method initializes overlay object.//
 == Remarks == == Remarks ==
-N/A+  * //This is a wrapper method for the virtual method InitializeCore./​/
  
 == Return Value == == Return Value ==
Line 378: Line 381:
   * //​mapArguments//​   * //​mapArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]
-    * Description:​N/A+    * Description:​This parameter maintains current map information for calculating mechanism.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} Refresh(RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Refresh.28RectangleShape.29/​/
  
 == Return Value == == Return Value ==
Line 399: Line 402:
 ** {{wiki:​PublicMethod.gif|}} Refresh() ** ** {{wiki:​PublicMethod.gif|}} Refresh() **
  
-N/A+  * //This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.//
 == Remarks == == Remarks ==
-N/A+  * //The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.//
  
 == Return Value == == Return Value ==
Line 411: Line 414:
 ** {{wiki:​PublicMethod.gif|}} Close() ** ** {{wiki:​PublicMethod.gif|}} Close() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Close.28.29/​/
  
 == Return Value == == Return Value ==
Line 423: Line 426:
 ** {{wiki:​PublicMethod.gif|}} Open() ** ** {{wiki:​PublicMethod.gif|}} Open() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Open.28.29/​/
  
 == Return Value == == Return Value ==
Line 435: Line 438:
 ** {{wiki:​PublicMethod.gif|}} Draw(RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} Draw(RectangleShape) **
  
-N/A+  * //This method draws the overlay with the provided extent in world coordinate./​/
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Draw.28RectangleShape.29/​/
  
 == Return Value == == Return Value ==
Line 446: Line 449:
   * //​targetExtent//​   * //​targetExtent//​
     * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]     * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
-    * Description:​N/A+    * Description:​This parameter indicates an extent in world coordinate for drawing the overlay.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} Draw(RectangleShape,​OverlayRefreshType) ** ** {{wiki:​PublicMethod.gif|}} Draw(RectangleShape,​OverlayRefreshType) **
  
-N/A+  * //This method draws the overlay with the provided extent in world coordinate./​/
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Draw.28RectangleShape.2C_OverlayRefreshType.29/​/
  
 == Return Value == == Return Value ==
Line 462: Line 465:
   * //​targetExtent//​   * //​targetExtent//​
     * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]     * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
-    * Description:​N/A+    * Description:​This parameter indicates an extent in world coordinate for drawing the overlay.
  
   * //​refreshType//​   * //​refreshType//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.OverlayRefreshType|OverlayRefreshType]]
-    * Description:​N/A+    * Description:​This parameter indicates whether the elements of this overlay needs to be refreshed. For example, TileOverlay is formed by tiles. When panning the map around, the existing tile doesn'​t need to be redraw, the only thing we need to do is modifying the position of these tiles. On another hand, when click to change the style of the overlay, we need to redraw the tile images to change the appearance. So we need refresh mode.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} PanTo(RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} PanTo(RectangleShape) **
  
-N/A+  * //This method pans the overlay to the provided world extent.//
 == Remarks == == Remarks ==
-N/A+  * //Some overlay doesn'​t need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance./​/
  
 == Return Value == == Return Value ==
Line 482: Line 485:
   * //​targetExtent//​   * //​targetExtent//​
     * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]     * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
-    * Description:​N/A+    * Description:​This parameter is the target world extent for panning.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} GetBoundingBox() ** ** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
  
-N/A+  * //This method gets a bounding box of the Overlay.//
 == Remarks == == Remarks ==
-N/A+  * //This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the Overlay. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework.//
  
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
-  * Description:​N/A+  * Description:​A ​RectangleShape indicating the bounding box of this overlay
  
 == Parameters == == Parameters ==
Line 499: Line 502:
 ** {{wiki:​PublicMethod.gif|}} SaveState() ** ** {{wiki:​PublicMethod.gif|}} SaveState() **
  
-N/A+  * //This method saves overlay state to a byte array.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​SaveState.28.29/​/
  
 == Return Value == == Return Value ==
   * Type:Byte[]   * Type:Byte[]
-  * Description:​N/A+  * Description:​A ​byte array indicates current overlay state.
  
 == Parameters == == Parameters ==
Line 511: Line 514:
 ** {{wiki:​PublicMethod.gif|}} LoadState(Byte[]) ** ** {{wiki:​PublicMethod.gif|}} LoadState(Byte[]) **
  
-N/A+  * //This method restore the overlay state back from the specified state.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 522: Line 525:
   * //state//   * //state//
     * Type:Byte[]     * Type:Byte[]
-    * Description:​N/A+    * Description:​This parameter indicates the state for restore the overlay.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} Dispose() ** ** {{wiki:​PublicMethod.gif|}} Dispose() **
  
-N/A+  * //This method dispose unmanaged resource used in this class.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Dispose.28.29/​/
  
 == Return Value == == Return Value ==
Line 539: Line 542:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 551: Line 554:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 567: Line 570:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 579: Line 582:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 592: Line 595:
 ** {{wiki:​ProtectedMethod.gif|}} DrawCore(RectangleShape,​OverlayRefreshType) ** ** {{wiki:​ProtectedMethod.gif|}} DrawCore(RectangleShape,​OverlayRefreshType) **
  
-This method actually draws this overlay.+  * //This method actually draws this overlay.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​DrawCore.28RectangleShape.2C_OverlayRefreshType.29/​/
  
 == Return Value == == Return Value ==
Line 612: Line 615:
 ** {{wiki:​ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} KeyDownCore(KeyEventInteractionArguments) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​KeyDownCore.28KeyEventInteractionArguments.29/​/
  
 == Return Value == == Return Value ==
Line 628: Line 631:
 ** {{wiki:​ProtectedMethod.gif|}} MouseDownCore(InteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} MouseDownCore(InteractionArguments) **
  
-This overrides the MouseDown logic in its base class InterativeOverlay.+  * //This overrides the MouseDown logic in its base class InterativeOverlay.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MouseDownCore.28InteractionArguments.29/​/
  
 == Return Value == == Return Value ==
Line 644: Line 647:
 ** {{wiki:​ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments) **
  
-This overrides the MouseMove logic in its base class InterativeOverlay.+  * //This overrides the MouseMove logic in its base class InterativeOverlay.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MouseMoveCore.28InteractionArguments.29/​/
  
 == Return Value == == Return Value ==
Line 660: Line 663:
 ** {{wiki:​ProtectedMethod.gif|}} ManipulationStartedCore(InteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} ManipulationStartedCore(InteractionArguments) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 676: Line 679:
 ** {{wiki:​ProtectedMethod.gif|}} ManipulationDeltaCore(InteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} ManipulationDeltaCore(InteractionArguments) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 692: Line 695:
 ** {{wiki:​ProtectedMethod.gif|}} ManipulationCompletedCore(InteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} ManipulationCompletedCore(InteractionArguments) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 708: Line 711:
 ** {{wiki:​ProtectedMethod.gif|}} MouseUpCore(InteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} MouseUpCore(InteractionArguments) **
  
-This overrides the MouseUp logic in its base class InterativeOverlay.+  * //This overrides the MouseUp logic in its base class InterativeOverlay.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MouseUpCore.28InteractionArguments.29/​/
  
 == Return Value == == Return Value ==
Line 724: Line 727:
 ** {{wiki:​ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) **
  
-This overrides the MouseWheel logic in its base class InterativeOverlay.+  * //This overrides the MouseWheel logic in its base class InterativeOverlay.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MouseWheelCore.28InteractionArguments.29/​/
  
 == Return Value == == Return Value ==
Line 740: Line 743:
 ** {{wiki:​ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments) **
  
-This overrides the MouseDoubleClick logic in its base class InterativeOverlay.+  * //This overrides the MouseDoubleClick logic in its base class InterativeOverlay.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MouseDoubleClickCore.28InteractionArguments.29/​/
  
 == Return Value == == Return Value ==
Line 756: Line 759:
 ** {{wiki:​ProtectedMethod.gif|}} MouseEnterCore(InteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} MouseEnterCore(InteractionArguments) **
  
-This overrides the MouseEnter logic in its base class InterativeOverlay.+  * //This overrides the MouseEnter logic in its base class InterativeOverlay.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MouseEnterCore.28InteractionArguments.29/​/
  
 == Return Value == == Return Value ==
Line 772: Line 775:
 ** {{wiki:​ProtectedMethod.gif|}} MouseClickCore(InteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} MouseClickCore(InteractionArguments) **
  
-N/A+  * //This protected virtual method is the Core method of MouseClick API.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MouseClickCore.28InteractionArguments.29/​/
  
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​Interaction results of this method.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
-    * Description:​N/A+    * Description:​This parameter is the interaction auguments for the method.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} MouseLeaveCore(InteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} MouseLeaveCore(InteractionArguments) **
  
-N/A+  * //Occurs when the mouse leave the map.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MouseLeaveCore.28InteractionArguments.29/​/
  
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​A ​interactive result for mouse leaving the map.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments|InteractionArguments]]
-    * Description:​N/A+    * Description:​Interaction arguments for mouse leaving the map.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) ** ** {{wiki:​ProtectedMethod.gif|}} KeyUpCore(KeyEventInteractionArguments) **
  
-N/A+  * //Occurs when key up on the map.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​KeyUpCore.28KeyEventInteractionArguments.29/​/
  
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveResult|InteractiveResult]]
-  * Description:​N/A+  * Description:​A ​interactive result for key up on the map.
  
 == Parameters == == Parameters ==
   * //​interactionArguments//​   * //​interactionArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments|KeyEventInteractionArguments]]
-    * Description:​N/A+    * Description:​Interaction arguments for key up on the map.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) **
  
-N/A+  * //This event will be fired when MapMouseDown is called.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 831: Line 834:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]
-    * Description:​N/A+    * Description:​The MapMouseDownInteractiveOverlayEventArgs passed for the event raised.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) **
  
-N/A+  * //This event will be fired when MapMouseMove is called.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 847: Line 850:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]
-    * Description:​N/A+    * Description:​The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) **
  
-N/A+  * //This event will be fired when MapMouseUp is called.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 863: Line 866:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]
-    * Description:​N/A+    * Description:​The MapMouseUpInteractiveOverlayEventArgs passed for the event raised.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) **
  
-N/A+  * //This event will be fired when MapMouseClick is called.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 879: Line 882:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]
-    * Description:​N/A+    * Description:​The MapMouseClickInteractiveOverlayEventArgs passed for the event raised.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) **
  
-N/A+  * //This event will be fired when MapMouseDoubleClick is called.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 895: Line 898:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]
-    * Description:​N/A+    * Description:​The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) **
  
-N/A+  * //This event will be fired when MapMouseWheel is called.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 911: Line 914:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]
-    * Description:​N/A+    * Description:​The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseLeave(MapMouseLeaveInteractiveOverlayEventArgs) **
  
-N/A+  * //Occurs when mouse leave from the map object.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 927: Line 930:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]]
-    * Description:​N/A+    * Description:​Event argument for the MapMouseLeave event.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMapMouseEnter(MapMouseEnterInteractiveOverlayEventArgs) **
  
-N/A+  * //Occurs when mouse enter on the map object.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 943: Line 946:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]]
-    * Description:​N/A+    * Description:​Event argument for the MapMouseEnter event.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMapKeyUp(MapKeyUpInteractiveOverlayEventArgs) **
  
-N/A+  * //Occurs when key up on the map object.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 959: Line 962:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]
-    * Description:​N/A+    * Description:​Event argument for the MapKeyUp event.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnMapKeyDown(MapKeyDownInteractiveOverlayEventArgs) **
  
-N/A+  * //Occurs when key down on the map object.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 975: Line 978:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]
-    * Description:​N/A+    * Description:​Event argument for the MapKeyDown event.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} LhQ=(LayerTile) ** ** {{wiki:​ProtectedMethod.gif|}} LhQ=(LayerTile) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 996: Line 999:
 ** {{wiki:​ProtectedMethod.gif|}} IhQ=(RectangleShape,​Double) ** ** {{wiki:​ProtectedMethod.gif|}} IhQ=(RectangleShape,​Double) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1016: Line 1019:
 ** {{wiki:​ProtectedMethod.gif|}} DrawTileCore(GeoCanvas) ** ** {{wiki:​ProtectedMethod.gif|}} DrawTileCore(GeoCanvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​DrawTileCore.28GeoCanvas.29/​/
  
 == Return Value == == Return Value ==
Line 1032: Line 1035:
 ** {{wiki:​ProtectedMethod.gif|}} InitializeCore(MapArguments) ** ** {{wiki:​ProtectedMethod.gif|}} InitializeCore(MapArguments) **
  
-N/A+  * //This method initializes overlay object.//
 == Remarks == == Remarks ==
-N/A+  * //When implementing this method, consider initializing the overlay canvas such as setting its z-index, setting current map reference to the CurrentMap property.//
  
 == Return Value == == Return Value ==
Line 1043: Line 1046:
   * //​mapArguments//​   * //​mapArguments//​
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]
-    * Description:​N/A+    * Description:​This parameter maintains current map information for calculating mechanism.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} RefreshCore(RectangleShape) ** ** {{wiki:​ProtectedMethod.gif|}} RefreshCore(RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​RefreshCore.28RectangleShape.29/​/
  
 == Return Value == == Return Value ==
Line 1064: Line 1067:
 ** {{wiki:​ProtectedMethod.gif|}} RefreshCore() ** ** {{wiki:​ProtectedMethod.gif|}} RefreshCore() **
  
-N/A+  * //This method refreshes all the content in the OverlayCanvas. For example, LayerOverlay with multiple tiles; when the style of one layer is changed, call Refresh to refresh all the tiles to accept new styles.//
 == Remarks == == Remarks ==
-N/A+  * //The difference from Draw() method is that Refresh() method refreshs all the elements while Draw() does not.//
  
 == Return Value == == Return Value ==
Line 1076: Line 1079:
 ** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​CloseCore.28.29/​/
  
 == Return Value == == Return Value ==
Line 1088: Line 1091:
 ** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** ** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OpenCore.28.29/​/
  
 == Return Value == == Return Value ==
Line 1100: Line 1103:
 ** {{wiki:​ProtectedMethod.gif|}} 4hM=(GeoCanvas) ** ** {{wiki:​ProtectedMethod.gif|}} 4hM=(GeoCanvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1116: Line 1119:
 ** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** ** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29/​/
  
 == Return Value == == Return Value ==
Line 1132: Line 1135:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1148: Line 1151:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1164: Line 1167:
 ** {{wiki:​ProtectedMethod.gif|}} PanToCore(RectangleShape) ** ** {{wiki:​ProtectedMethod.gif|}} PanToCore(RectangleShape) **
  
-N/A+  * //This method pans the overlay to the provided world extent.//
 == Remarks == == Remarks ==
-N/A+  * //Some overlay doesn'​t need to continously drawing all the tile. For example, MarkerOverlay is formed by markers. When mouse down to pan, the markers don't need to redraw, we can only change its position. When mouse up to end panning, we can redraw the overlay for better performance./​/
  
 == Return Value == == Return Value ==
Line 1175: Line 1178:
   * //​targetExtent//​   * //​targetExtent//​
     * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]     * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
-    * Description:​N/A+    * Description:​This parameter is the target world extent for panning.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawing(DrawingOverlayEventArgs) **
  
-N/A+  * //This method raises before the overlay is drawing.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1191: Line 1194:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
-    * Description:​N/A+    * Description:​This parameter is the event argument for Drawing event.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawn(DrawnOverlayEventArgs) **
  
-N/A+  * //This method raises after the overlay is drawn.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29/​/
  
 == Return Value == == Return Value ==
Line 1207: Line 1210:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]     * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
-    * Description:​N/A+    * Description:​This parameter is the event argument for Drawn event.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
  
-N/A+  * //This method returns the bounding box of the Overlay.//
 == Remarks == == Remarks ==
-N/A+  * //This method returns the bounding box of the Overlay.//
  
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
-  * Description:​N/A+  * Description:​This method returns the bounding box of the Overlay.
  
 == Parameters == == Parameters ==
Line 1224: Line 1227:
 ** {{wiki:​ProtectedMethod.gif|}} SaveStateCore() ** ** {{wiki:​ProtectedMethod.gif|}} SaveStateCore() **
  
-N/A+  * //This method saves overlay state to a byte array.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​SaveStateCore.28.29/​/
  
 == Return Value == == Return Value ==
   * Type:Byte[]   * Type:Byte[]
-  * Description:​N/A+  * Description:​A ​byte array indicates current overlay state.
  
 == Parameters == == Parameters ==
Line 1236: Line 1239:
 ** {{wiki:​ProtectedMethod.gif|}} LoadStateCore(Byte[]) ** ** {{wiki:​ProtectedMethod.gif|}} LoadStateCore(Byte[]) **
  
-N/A+  * //This method restore the overlay state back from the specified state.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here://
  
 == Return Value == == Return Value ==
Line 1247: Line 1250:
   * //state//   * //state//
     * Type:Byte[]     * Type:Byte[]
-    * Description:​N/A+    * Description:​This parameter indicates the state for restore the overlay.
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 1264: Line 1267:
 ** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) **
  
-N/A+  * //This method dispose unmanaged resource used in this class.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Dispose.28Boolean.29/​/
  
 == Return Value == == Return Value ==
Line 1280: Line 1283:
 ** {{wiki:​ProtectedMethod.gif|}} OnRefreshing(OverlayRefreshType) ** ** {{wiki:​ProtectedMethod.gif|}} OnRefreshing(OverlayRefreshType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1296: Line 1299:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 1311: Line 1314:
 Gets or sets the PanMode used for the ExtentInteractiveOverlay. Gets or sets the PanMode used for the ExtentInteractiveOverlay.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​PanMode
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapPanMode|MapPanMode]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapPanMode|MapPanMode]]
Line 1319: Line 1322:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.ZoomSnapDirection|ZoomSnapDirection]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.ZoomSnapDirection|ZoomSnapDirection]]
Line 1327: Line 1330:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MinimumExtentInPixels
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 1335: Line 1338:
 Gets or sets the MouseWheelMode used for the ExtentInteractiveOverlay. Gets or sets the MouseWheelMode used for the ExtentInteractiveOverlay.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​MouseWheelMode
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelMode|MapMouseWheelMode]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelMode|MapMouseWheelMode]]
Line 1343: Line 1346:
 Gets or sets the DoubleLeftClickMode used for the ExtentInteractiveOverlay. Gets or sets the DoubleLeftClickMode used for the ExtentInteractiveOverlay.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​DoubleLeftClickMode
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapDoubleLeftClickMode|MapDoubleLeftClickMode]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapDoubleLeftClickMode|MapDoubleLeftClickMode]]
Line 1351: Line 1354:
 Gets or sets the DoubleRightClickMode used for the ExtentInteractiveOverlay. Gets or sets the DoubleRightClickMode used for the ExtentInteractiveOverlay.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​DoubleRightClickMode
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapDoubleRightClickMode|MapDoubleRightClickMode]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapDoubleRightClickMode|MapDoubleRightClickMode]]
Line 1359: Line 1362:
 Gets or sets the LeftClickDragMode used for the ExtentInteractiveOverlay. Gets or sets the LeftClickDragMode used for the ExtentInteractiveOverlay.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​LeftClickDragMode
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapLeftClickDragMode|MapLeftClickDragMode]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapLeftClickDragMode|MapLeftClickDragMode]]
Line 1367: Line 1370:
 Gets or sets the Keys used in LeftClickDrag for the ExtentInteractiveOverlay. Gets or sets the Keys used in LeftClickDrag for the ExtentInteractiveOverlay.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​LeftClickDragKey
 == Return Value == == Return Value ==
   * Type:Keys   * Type:Keys
Line 1375: Line 1378:
 Gets or sets the RightClickDragMode used for the ExtentInteractiveOverlay. Gets or sets the RightClickDragMode used for the ExtentInteractiveOverlay.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​RightClickDragMode
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapRightClickDragMode|MapRightClickDragMode]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapRightClickDragMode|MapRightClickDragMode]]
Line 1383: Line 1386:
 Gets or sets the Keys used in RightClickDrag for the ExtentInteractiveOverlay. Gets or sets the Keys used in RightClickDrag for the ExtentInteractiveOverlay.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​RightClickDragKey
 == Return Value == == Return Value ==
   * Type:Keys   * Type:Keys
Line 1391: Line 1394:
 Gets or sets the ExtentChangedType for the ExtentInteractiveOverlay. Gets or sets the ExtentChangedType for the ExtentInteractiveOverlay.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​ExtentChangedType
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.ExtentChangedType|ExtentChangedType]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.ExtentChangedType|ExtentChangedType]]
Line 1399: Line 1402:
 Gets or sets the zoom percentage when using the mouse wheel or double-clicking to zoom the MapControl. Gets or sets the zoom percentage when using the mouse wheel or double-clicking to zoom the MapControl.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​ZoomPercentage
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 1407: Line 1410:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapZoomMode|MapZoomMode]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapZoomMode|MapZoomMode]]
Line 1415: Line 1418:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 1421: Line 1424:
 ** {{wiki:​PublicProperty.gif|}} RenderMode ** ** {{wiki:​PublicProperty.gif|}} RenderMode **
  
-N/A+This property gets and sets the render mode for drawing this overlay.
 == Remarks == == Remarks ==
-N/A+Set GdiPlus to render map image with Gdi+. We recommend use this value with large data. Set DrawingVisual to render map image with DrawingVisual feature in WPF. Use it when the spatial data is small to get better responding.
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode|RenderMode]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.RenderMode|RenderMode]]
Line 1431: Line 1434:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​AutoRefreshInterval
 == Return Value == == Return Value ==
   * Type:​TimeSpan   * Type:​TimeSpan
Line 1437: Line 1440:
 ** {{wiki:​PublicProperty.gif|}} Name ** ** {{wiki:​PublicProperty.gif|}} Name **
  
-N/A+Gets or sets the name of this overaly.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Name
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 1445: Line 1448:
 ** {{wiki:​PublicProperty.gif|}} MapArguments ** ** {{wiki:​PublicProperty.gif|}} MapArguments **
  
-N/A+Gets or sets current map information which will be used for calculating mechanism.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​Initialize.28MapArguments.29
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapArguments|MapArguments]]
Line 1453: Line 1456:
 ** {{wiki:​PublicProperty.gif|}} OverlayCanvas ** ** {{wiki:​PublicProperty.gif|}} OverlayCanvas **
  
-N/A+Gets or sets the actual canvas which maintains all the visual elements on the overlay.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OverlayCanvas
 == Return Value == == Return Value ==
   * Type:Canvas   * Type:Canvas
Line 1463: Line 1466:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​IsBase
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 1471: Line 1474:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​CanRefreshRegion
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 1477: Line 1480:
 ** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ** ** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode **
  
-N/A+This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​DrawingExceptionMode
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]   * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
Line 1485: Line 1488:
 ** {{wiki:​PublicProperty.gif|}} IsVisible ** ** {{wiki:​PublicProperty.gif|}} IsVisible **
  
-N/A+Gets or sets if this overlay is visible.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​IsVisible
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 1495: Line 1498:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​DrawAttributionCore.28GeoCanvas.29
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 1501: Line 1504:
 ** {{wiki:​PublicProperty.gif|}} IsEmpty ** ** {{wiki:​PublicProperty.gif|}} IsEmpty **
  
-N/A+This property gets if this overlay is empty or not.
 == Remarks == == Remarks ==
-N/A+This property enhances the performance of the overlay while drawing. If is true, we will skip drawing this overlay and continue drawing the next overlay.
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 1510: Line 1513:
 ** {{wiki:​ProtectedProperty.gif|}} PreviousExtent ** ** {{wiki:​ProtectedProperty.gif|}} PreviousExtent **
  
-N/A+Gets or sets the previous exent of the overlay.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​PreviousExtent
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
Line 1526: Line 1529:
 ** {{wiki:​ProtectedProperty.gif|}} IsOverlayInitialized ** ** {{wiki:​ProtectedProperty.gif|}} IsOverlayInitialized **
  
-N/A+Gets or sets if the overlay canvas is initialized.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​IsOverlayInitialized
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 1534: Line 1537:
 ==== Public Events ==== ==== Public Events ====
 ** {{wiki:​PublicEvent.gif|}} MapMouseDown ** ** {{wiki:​PublicEvent.gif|}} MapMouseDown **
-N/A+This event will be fired when Mouse pressed Down on the Map.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} MapMouseMove ** ** {{wiki:​PublicEvent.gif|}} MapMouseMove **
-N/A+This event will be fired when Mouse moved on the Map.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} MapMouseUp ** ** {{wiki:​PublicEvent.gif|}} MapMouseUp **
-N/A+This event will be fired when Mouse released up on the Map.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} MapMouseClick ** ** {{wiki:​PublicEvent.gif|}} MapMouseClick **
-N/A+This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} MapMouseDoubleClick ** ** {{wiki:​PublicEvent.gif|}} MapMouseDoubleClick **
-N/A+This event will be fired when Mouse double clicked on the Map.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} MapMouseWheel ** ** {{wiki:​PublicEvent.gif|}} MapMouseWheel **
-N/A+This event will be fired when Mouse wheel on the Map.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} MapMouseLeave ** ** {{wiki:​PublicEvent.gif|}} MapMouseLeave **
-N/A+Occurs when mouse leave the map canvas.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseLeave.28MapMouseLeaveInteractiveOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseLeaveInteractiveOverlayEventArgs|MapMouseLeaveInteractiveOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} MapMouseEnter ** ** {{wiki:​PublicEvent.gif|}} MapMouseEnter **
-N/A+Occurs when mouse enter the map canvas.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapMouseEnter.28MapMouseEnterInteractiveOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseEnterInteractiveOverlayEventArgs|MapMouseEnterInteractiveOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} MapKeyDown ** ** {{wiki:​PublicEvent.gif|}} MapKeyDown **
-N/A+Occurs when key down on the map canvas.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} MapKeyUp ** ** {{wiki:​PublicEvent.gif|}} MapKeyUp **
-N/A+Occurs when key up on the map canvas.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} Drawing ** ** {{wiki:​PublicEvent.gif|}} Drawing **
-N/A+This event raises before the overlay is drawing.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnDrawing.28DrawingOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} Drawn ** ** {{wiki:​PublicEvent.gif|}} Drawn **
-N/A+This event raises after the overlay is drawn.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnDrawn.28DrawnOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]]
Line 1620: Line 1623:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
Line 1627: Line 1630:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.ExtentInteractiveOverlay#​OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29
  
 Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.WpfDesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
  
  
thinkgeo.mapsuite.wpfdesktopedition.extentinteractiveoverlay.1442545860.txt.gz · Last modified: 2015/09/18 03:11 by admin