User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.extentinteractiveoverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightedition.extentinteractiveoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightedition.extentinteractiveoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightEdition.ExtentInteractiveOverlay ====== ====== ThinkGeo.MapSuite.SilverlightEdition.ExtentInteractiveOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 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 =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightEdition.Overlay]] +    *ThinkGeo.MapSuite.SilverlightEdition.Overlay 
-***[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay]] +      *ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay 
-****[[ThinkGeo.MapSuite.SilverlightEdition.ExtentInteractiveOverlay]]+        ***ThinkGeo.MapSuite.SilverlightEdition.ExtentInteractiveOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ExtentInteractiveOverlay() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#ExtentInteractiveOverlay()|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 ==
 +  * //N/A//
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} MouseDown(InteractionArguments) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(RectangleShape,​ OverlayDrawType)|Draw]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Zooms the overlay only to the extent that you specify. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Initialize(Map)|Initialize]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method initializes the overlay canvas such as width, height and z-index for first time.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseClick(InteractionArguments)|MouseClick]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseClick interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseDoubleClick(InteractionArguments)|MouseDoubleClick]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseDoubleClick interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#MouseDown(InteractionArguments)|MouseDown]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseDown interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseMove(InteractionArguments)|MouseMove]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseMove interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseUp(InteractionArguments)|MouseUp]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseUp interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​MouseWheel(InteractionArguments)|MouseWheel]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This method will simulate the MouseWheel interaction. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Refresh()|Refresh]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method re-draws this overlay in current extent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToScreenCoordinate(Point)|ToScreenCoordinate]] ​  | Point   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a screen point from a point shape in world coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToScreenCoordinate(Double,​ Double)|ToScreenCoordinate]] ​  | Double, Double ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a point shape in screen coordinates from the specified X, Y world coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToScreenCoordinate(PointShape)|ToScreenCoordinate]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a screen point from a point shape in world coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToWorldCoordinate(Double,​ Double)|ToWorldCoordinate]] ​  | Double, Double ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToWorldCoordinate(PointShape)|ToWorldCoordinate]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a point shape in world coordinates from a ScreenPointF structure. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToWorldCoordinate(Point)|ToWorldCoordinate]] ​  | Point   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method returns a point shape in world coordinates from a ScreenPointF structure. ​  |+
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} MouseMove(InteractionArguments) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} MouseUp(InteractionArguments) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} MouseClick(InteractionArguments) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} MouseDoubleClick(InteractionArguments) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} MouseWheel(InteractionArguments) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​interactionArguments//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Refresh() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Draw(RectangleShape,​OverlayDrawType) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​worldExtent//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​overlayDrawType//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Initialize(Map) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​currentMap//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(Double,​Double) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //screenX//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //screenY//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(PointShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​screenCoordinate//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(Point) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​screenCoordinate//​
 +    * Type:Point
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(Double,​Double) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //worldX//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //worldY//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(PointShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​worldCoordinate//​
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(Point) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​worldCoordinate//​
 +    * Type:Point
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToString() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //obj//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Int32
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetType() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Type
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} InitializeCore() ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(RectangleShape)|DrawCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#InitializeCore()|InitializeCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) ​  | This method initializes the overlay canvas such as width, height and z-index for first time.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseClickCore(InteractionArguments)|MouseClickCore]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This protected virtual method is the Core method of MouseClick API.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseDoubleClickCore(InteractionArguments)|MouseDoubleClickCore]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseDoubleClick logic in its base class InterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseDownCore(InteractionArguments)|MouseDownCore]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseDown logic in its base class InterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseMoveCore(InteractionArguments)|MouseMoveCore]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseMove logic in its base class InterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseUpCore(InteractionArguments)|MouseUpCore]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseUp logic in its base class InterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MouseWheelCore(InteractionArguments)|MouseWheelCore]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]](overriden) ​  | This overrides the MouseWheel logic in its base class InterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingAttribution(DrawingAttributionOverlayEventArgs)|OnDrawingAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnAttribution(DrawnAttributionOverlayEventArgs)|OnDrawnAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)|OnMapMouseClick]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseClick is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)|OnMapMouseDoubleClick]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseDoubleClick is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)|OnMapMouseDown]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseDown is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)|OnMapMouseMove]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseMove is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)|OnMapMouseUp]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseUp is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)|OnMapMouseWheel]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when MapMouseWheel is called. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PanAnimationCompletedCore()|PanAnimationCompletedCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method raised when Panning animation plays completed. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ZoomStoryCompletedCore()|ZoomStoryCompletedCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | This method raised when zooming animation plays completed. ​  |+
  
-==== Public Properties ==== +  ​* //This method initializes ​the overlay ​canvas such as width, height and z-index ​for first time.// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  ​| String ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +  * //This method initializes ​the overlay ​canvas such as width, height and z-index for first time.//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MouseMoveInterval|MouseMoveInterval]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets the name of an overlay ​which will display in the OverlaySwitcher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets the opacity level of the overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OverlayElement|OverlayElement]] ​  | FrameworkElement ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | An FrameworkElement that contains the overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PanFrameX|PanFrameX]] ​  | SplineDoubleKeyFrame ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PanFrameY|PanFrameY]] ​  | SplineDoubleKeyFrame ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​StoryboardForPanning|StoryboardForPanning]] ​  | Storyboard ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the Storyboard object ​for panning  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​StoryboardForZooming|StoryboardForZooming]] ​  | Storyboard ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the Storyboard object for zooming. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TransitionEffect|TransitionEffect]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or Sets the transition effect to use when the map is panned or zoomed. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Visibility|Visibility]] ​  | Visibility ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether ​the overlay ​is visible on the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZIndex|ZIndex]] ​  | Int32   | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Get or set z-index ​of overlay, The value is bigger, and the order is higher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomFrameX|ZoomFrameX]] ​  | SplineDoubleKeyFrame ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the SplineDoubleKeyFrame ​for zooming  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomFrameY|ZoomFrameY]] ​  | SplineDoubleKeyFrame ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the SplineDoubleKeyFrame for zooming. ​  |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​MapInfo|MapInfo]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets current map information. ​  | +  * Description:N/A
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​ScaleTransform|ScaleTransform]] ​  | ScaleTransform ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the ScaleTransform object of this overlay. ​  | +
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​TransformGroup|TransformGroup]] ​  | TransformGroup ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the TranslateGroup object for panning and zooming. ​  | +
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​TranslateTransform|TranslateTransform]] ​  | TranslateTransform ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets the TranslateTransform object of this overlay. ​  |+
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +<div newline></​div>​ 
-{{wiki:PublicEvent.gif|Public Event}}[[#​DrawingAttribution|DrawingAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +** {{wiki:ProtectedMethod.gif|}} ​MouseDownCore(InteractionArguments**
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnAttribution|DrawnAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseClick|MapMouseClick]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when Mouse clicked(mouse up and mouse down in the same postionon the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseDoubleClick|MapMouseDoubleClick]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when Mouse double clicked on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseDown|MapMouseDown]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when Mouse pressed Down on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseMove|MapMouseMove]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when Mouse moved on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseUp|MapMouseUp]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when Mouse released up on the Map.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MapMouseWheel|MapMouseWheel]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay|InteractiveOverlay]] ​  | This event will be fired when Mouse wheel on the Map.   |+
  
-===== Public Constructors ===== +  * //This overrides ​the MouseDown logic in its base class InterativeOverlay.// 
-==== ExtentInteractiveOverlay() ==== +== Remarks ​== 
-Default constructor of the class. ​If you use thi constructor,​ please set the properties correctly or it will use their default values. +  ​* //N/A//
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-===== Public Methods ===== +  ​* ​Description:​Interaction results of this method.
-==== Draw(RectangleShape,​ OverlayDrawType) ==== +
-Zooms the overlay only to the extent that you specify. +
-=== Remarks === +
-The overlay will be panned to the center and zoomlevel of the extent that you specify+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| worldExtent ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  | The new world extent of the map.   | +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
-| overlayDrawType ​  | [[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType --> ​  | The enum value indecating that the map draws features or not  |+    * Description:​This parameter is the interaction auguments for the method.
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments**
-==== Equals(Object==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //This overrides the MouseMove logic in its base class InterativeOverlay.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-==== GetHashCode() ==== +  * Description:​Interaction results of this method.
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​interactionArguments//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:This parameter is the interaction auguments for the method.
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MouseUpCore(InteractionArguments**
-==== GetType() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //This overrides the MouseUp logic in its base class InterativeOverlay.//​ 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-==== Initialize(Map) ​==== +  ​* ​Description:​Interaction results of this method.
-This method initializes the overlay canvas such as width, height and z-index for first time. +
-=== Remarks === +
-This method initializes the overlay canvas such as width, height and z-index for first time+
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| currentMap ​  ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  | Current map information. ​  |+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter is the interaction auguments for the method.
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) ​**
-==== 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+  * //This overrides ​the MouseWheel ​logic in its base class InterativeOverlay.// 
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +  * //N/A//
-| [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+  * Description:​Interaction results of this method.
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​interactionArguments//​ 
-==== MouseDoubleClick(InteractionArguments) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
-This method will simulate ​the MouseDoubleClick ​interaction+    * Description:​This parameter is the interaction ​auguments for the method.
-=== 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. +<div newline></​div>​ 
-=== Return Value === +** {{wiki:​ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments) **
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --  | Interaction results of this method  ​|+
  
-=== Parameters === +  * //This overrides the MouseDoubleClick logic in its base class InterativeOverlay.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+  ​* //N/A//
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-==== MouseDown(InteractionArguments) ==== +  * Description:​Interaction results of this method.
-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. +== Parameters ​== 
-=== Return Value === +  * //​interactionArguments//​ 
-^ Return ​Type ^ Description ^ +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
-[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+    * Description:​This parameter is the interaction auguments for the method.
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseClickCore(InteractionArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== MouseMove(InteractionArguments) ==== +  * //N/A//
-This method will simulate the MouseMove interaction. +
-=== Remarks ​=== +
-This method is the concrete wrapper for its virtual Core method. ​+
  
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +== Return Value == 
-=== Return Value === +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-^ Return ​Type ^ Description ^ +  * Description:​N/​A
-[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​interactionArguments//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs**
-==== 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. +  * //N/A// 
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +  * //N/A//
-| [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-==== MouseWheel(InteractionArguments) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] 
-This method will simulate the MouseWheel interaction. +    * Description:​N/​A
-=== 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. +<div newline></​div>​ 
-=== Return Value === +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) **
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --  | Interaction results of this method  ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Refresh() ==== +  * Description:N/A
-This method re-draws this overlay in current extent. +
-=== Remarks === +
-This method re-draws this overlay in current extent. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs**
-==== ToScreenCoordinate(Point==== +
-This method returns a screen point from a point shape in world coordinates. +
-=== Remarks === +
-This method converts the coordinates of a point shape to a point in screen coordinates. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  | A screen point in pixels. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| worldCoordinate ​  | Point<​!-- System.Windows.Point --> ​  ​| ​point in world coordinates. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToScreenCoordinate(Double,​ Double) ==== +  * Description:N/A
-This method returns a point shape in screen coordinates from the specified X, Y world coordinates. +
-=== Remarks === +
-This method converts X, Y world coordinates to a point in screen coordinates. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​screen point in pixels. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| worldX ​  | Double<​!-- System.Double --> ​  | The X world coordinate  ​+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] 
-| worldY ​  | Double<​!-- System.Double --> ​  | The Y world coordinate. ​  |+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs**
-==== ToScreenCoordinate(PointShape==== +
-This method returns a screen point from a point shape in world coordinates. +
-=== Remarks === +
-This method converts the coordinates of a point shape to a point in screen coordinates. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  | A screen point in pixels. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| worldCoordinate ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​point shape in world coordinates. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs**
-==== ToWorldCoordinate(Double, Double==== +
-This method returns a point shape in world coordinates from the specified X, Y screen coordinates. +
-=== Remarks === +
-This method converts X, Y screen coordinates to a point shape in world coodinates. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  | A point shape in world coordinates. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| screenX ​  | Double<​!-- System.Double --> ​  | The X-value in pixels referenced to the screen origin. ​  | +  ​* //N/A//
-| screenY ​  | Double<​!-- System.Double --> ​  | The Y-value in pixels referenced to the screen origin. ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToWorldCoordinate(PointShape) ==== +  * Description:N/A
-This method returns a point shape in world coordinates from a ScreenPointF structure. +
-=== Remarks === +
-This method converts a screen point to a point in world coordinates. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​point shape in world coordinates. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| screenCoordinate ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  | The point (in screen coordinates) to convert to world coordinates. ​  |+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs**
-==== ToWorldCoordinate(Point==== +
-This method returns a point shape in world coordinates from a ScreenPointF structure. +
-=== Remarks === +
-This method converts a screen point to a point in world coordinates. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  | A point shape in world coordinates. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| screenCoordinate ​  | Point<​!-- System.Windows.Point --> ​  | The point (in screen coordinates) to convert to world coordinates. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-===== Protected Methods ===== +  * Description:N/A
-==== DrawAttributionCore(GeoCanvas) ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoCanvas --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawCore(RectangleShape) ​**
-==== DrawCore(RectangleShape) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| worldExtent ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== Finalize() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​worldExtent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DxU=(GeoCanvas**
-==== InitializeCore() ==== +
-This method initializes the overlay canvas such as width, height and z-index for first time. +
-=== Remarks === +
-This method initializes the overlay canvas such as width, height and z-index for first time. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas**
-==== MouseClickCore(InteractionArguments==== +
-This protected virtual method is the Core method of MouseClick API. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MouseDoubleClickCore(InteractionArguments) ==== +  * Description:N/A
-This overrides the MouseDoubleClick logic in its base class InterativeOverlay. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​canvas//​ 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs**
-==== MouseDownCore(InteractionArguments==== +
-This overrides the MouseDown logic in its base class InterativeOverlay. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MouseMoveCore(InteractionArguments) ==== +  * Description:N/A
-This overrides the MouseMove logic in its base class InterativeOverlay. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs**
-==== MouseUpCore(InteractionArguments==== +
-This overrides the MouseUp logic in its base class InterativeOverlay. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MouseWheelCore(InteractionArguments) ==== +  * Description:N/A
-This overrides the MouseWheel logic in its base class InterativeOverlay. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| interactionArguments ​  ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} ZoomStoryCompletedCore() **
-==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| args   | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| args   | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} PanAnimationCompletedCore() **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) ==== +  * //N/A//
-This event will be fired when MapMouseClick is called. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs --> ​  | The MapMouseClickInteractiveOverlayEventArgs passed for the event raised. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-This event will be fired when MapMouseDoubleClick is called. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --> ​  | The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised. ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) ==== +  * Description:N/A
-This event will be fired when MapMouseDown is called. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs --  | The MapMouseDownInteractiveOverlayEventArgs passed for the event raised  ​|+** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) ==== +  * //N/A//
-This event will be fired when MapMouseMove is called. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Object 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  | The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) ​==== +==== Public Properties ​==== 
-This event will be fired when MapMouseUp is called. +** {{wiki:​PublicProperty.gif|}} MouseMoveInterval **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs --> ​  | The MapMouseUpInteractiveOverlayEventArgs passed for the event raised. ​  |+N/A 
 +== Return Value == 
 +  ​Type:TimeSpan
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +** {{wiki:​PublicProperty.gif|}} Visibility **
-[[#​Protected Methods|Go Back]] +
-==== OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) ==== +
-This event will be fired when MapMouseWheel is called. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  | The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. ​  |+N/A 
 +== Return Value == 
 +  ​Type:Visibility
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +** {{wiki:​PublicProperty.gif|}} OverlayElement **
-[[#​Protected Methods|Go Back]] +
-==== PanAnimationCompletedCore() ==== +
-This method raised when Panning animation plays completed. +
-=== Remarks === +
-This method raised when Panning animation plays completed. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:​FrameworkElement
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Name **
-[[#​Protected Methods|Go Back]] +
-==== ZoomStoryCompletedCore() ==== +
-This method raised when zooming animation plays completed. +
-=== Remarks === +
-This method raised when zooming animation plays completed. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  ​Type:String
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Attribution ​**
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-==== Attribution ​==== +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MouseMoveInterval ==== +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +** {{wiki:​PublicProperty.gif|}} TransitionEffect **
-[[#Public Properties|Go Back]] +
-==== Name ==== +
-Gets or sets the name of an overlay which will display in the OverlaySwitcher. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Opacity ==== +N/A 
-Gets or sets the opacity level of the overlay. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]]
-The <​strong>​Opacity<​/strong> property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent(1.00),​ the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. +
-=== Return Value === +
-^ Return ​Type +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Opacity **
-[[#Public Properties|Go Back]] +
-==== OverlayElement ==== +
-An FrameworkElement that contains the overlay. +
-=== Return Value === +
-^ Return Type ^ +
-| FrameworkElement<​!-- System.Windows.FrameworkElement --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== PanFrameX ==== +N/A 
-Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. +== Return Value == 
-=== Return Value === +  ​* ​Type:Double
-^ Return ​Type +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} ZIndex **
-[[#Public Properties|Go Back]] +
-==== PanFrameY ==== +
-Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. +
-=== Return Value === +
-^ Return Type ^ +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== StoryboardForPanning ==== +N/A 
-Gets the Storyboard object for panning. +== Return Value == 
-=== Return Value === +  ​* ​Type:Int32
-^ Return ​Type +
-| Storyboard<​!-- System.Windows.Media.Animation.Storyboard --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} StoryboardForZooming ​**
-[[#Public Properties|Go Back]] +
-==== StoryboardForZooming ​==== +
-Gets the Storyboard object for zooming. +
-=== Return Value === +
-^ Return Type ^ +
-| Storyboard<​!-- System.Windows.Media.Animation.Storyboard --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TransitionEffect ==== +N/A 
-Gets or Sets the transition effect to use when the map is panned or zoomed. +== Return Value == 
-=== Return Value === +  ​* ​Type:Storyboard
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} StoryboardForPanning **
-[[#Public Properties|Go Back]] +
-==== Visibility ==== +
-Gets or sets a value that indicates whether the overlay is visible on the map. +
-=== Return Value === +
-^ Return Type ^ +
-| Visibility<​!-- System.Windows.Visibility --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== ZIndex ​==== +N/A 
-Get or set z-index of overlay, The value is bigger, and the order is higher+== Return Value == 
-=== Remarks === +  * Type:​Storyboard 
-Get or set z-index of overlay, The value is bigger, and the order is higher+ 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} PanFrameX ** 
-Return Type ^ + 
-Int32<​!-- System.Int32 --> ​  |+N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​SplineDoubleKeyFrame 
 + 
 +** {{wiki:​PublicProperty.gif|}} PanFrameY ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​SplineDoubleKeyFrame 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZoomFrameX ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​SplineDoubleKeyFrame 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZoomFrameY ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​SplineDoubleKeyFrame 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} qxU= ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} MapInfo ** 
 + 
 +N/A 
 +== Remarks =
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TranslateTransform ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value =
 +  * Type:​TranslateTransform 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} ScaleTransform ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return ​Value == 
 +  * Type:​ScaleTransform 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TransformGroup ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​TransformGroup 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} MapMouseDown ** 
 +N/A 
 +== Remarks == 
 +N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-==== ZoomFrameX ==== +
-Gets the SplineDoubleKeyFrame for zooming. +
-=== Return Value === +
-^ Return Type ^ +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseMove ** 
-[[#Public Properties|Go Back]] +N/A 
-==== ZoomFrameY ==== +== Remarks ​== 
-Gets the SplineDoubleKeyFrame for zooming. +N/A
-=== Return Value === +
-^ Return Type ^ +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-==== MapInfo ==== +
-Gets or sets current map information. +
-=== Remarks === +
-Gets or sets current map information. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseUp ** 
-[[#​Protected Properties|Go Back]] +N/A 
-==== ScaleTransform ==== +== Remarks == 
-Gets the ScaleTransform object of this overlay. +N/A
-=== Remarks ​=== +
-Gets the ScaleTransform object of this overlay. +
-=== Return Value === +
-^ Return Type ^ +
-| ScaleTransform<​!-- System.Windows.Media.ScaleTransform --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]
-[[#​Protected Properties|Go Back]] +
-==== TransformGroup ==== +
-Gets the TranslateGroup object for panning and zooming. +
-=== Remarks === +
-Gets the TranslateGroup object for panning and zooming. +
-=== Return Value === +
-^ Return Type ^ +
-| TransformGroup<​!-- System.Windows.Media.TransformGroup --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseClick ** 
-[[#​Protected Properties|Go Back]] +N/A 
-==== TranslateTransform ==== +== Remarks == 
-Gets the TranslateTransform object of this overlay. +N/A
-=== Remarks ​=== +
-Gets the TranslateTransform object of this overlay. +
-=== Return Value === +
-^ Return Type ^ +
-| TranslateTransform<​!-- System.Windows.Media.TranslateTransform --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== DrawingAttribution ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseDoubleClick ** 
-[[#Public Events|Go Back]] +N/A 
-==== DrawnAttribution ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapMouseClick ==== +
-This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map. +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} MapMouseWheel ** 
-[[#Public Events|Go Back]] +N/A 
-==== MapMouseDoubleClick ==== +== Remarks ​== 
-This event will be fired when Mouse double clicked on the Map. +N/A
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapMouseDown ==== +
-This event will be fired when Mouse pressed Down on the Map. +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} DrawingAttribution ** 
-[[#Public Events|Go Back]] +N/A 
-==== MapMouseMove ==== +== Remarks ​== 
-This event will be fired when Mouse moved on the Map. +N/A
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]
-[[#Public Events|Go Back]] +
-==== MapMouseUp ==== +
-This event will be fired when Mouse released up on the Map. +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} DrawnAttribution ** 
-[[#Public Events|Go Back]] +N/A 
-==== MapMouseWheel ==== +== Remarks ​== 
-This event will be fired when Mouse wheel on the Map. +N/A
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​SilverlightEdition]] 
-[[Category:​ThinkGeo.MapSuite.SilverlightEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.silverlightedition.extentinteractiveoverlay.1440040134.txt.gz · Last modified: 2015/09/21 03:27 (external edit)