User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.trackinteractiveoverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightedition.trackinteractiveoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightedition.trackinteractiveoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay ====== ====== ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class inherits from InterativeOverlay abstract class. This specified overlay describle the TrackShape interative process with MapControl using Mouse or Keyborad. This class inherits from InterativeOverlay abstract class. This specified overlay describle the TrackShape 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.TrackInteractiveOverlay]]+        ***ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} TrackInteractiveOverlay() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#TrackInteractiveOverlay()|TrackInteractiveOverlay]] ​  ​| ​   |    | Default constructor of the class. If you use this constructor,​ please set the properties correctly or it will use their default values. ​  |+
  
 +Default constructor of the class. If you use this 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|}} GetTrackingShape() ​**
-{{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}}[[#GetTrackingShape()|GetTrackingShape]] ​  ​| ​   |    | This method gets the current Tracking shape. ​  | +
-| {{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(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}}[[#​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}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{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. ​  | +
-| {{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(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. ​  |+
  
-==== Protected Methods ==== +This method gets the current Tracking shape. 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +This method ​is the concrete wrapper ​for the abstract method GetTrackingShapeCore. This method ​draws the representation ​of the overlay based on the extent you provided.
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(RectangleShape)|DrawCore]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) ​  | This method draws the TrackInterativeOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​EndTracking()|EndTracking]] ​  ​| ​   |    | This method ends the tracking shape by initialize some variables. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTrackingShapeCore()|GetTrackingShapeCore]] ​  ​| ​   |    | This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. ​This method gets the current Tracking shape. ​  | +
-| {{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]](overriden) ​  | This overrides ​the MouseClick logic in its base class. ​  | +
-| {{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]] ​  | This protected virtual ​method ​is the Core method ​of MouseWheel API.   | +
-| {{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}}[[#​OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs)|OnMouseMoved]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when mouse moved a vertex to the Tracking shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs)|OnTrackEnded]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after the end of Tracking a shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs)|OnTrackEnding]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before the end of Tracking a shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs)|OnTrackStarted]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after the start of Tracking a shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs)|OnTrackStarting]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before the start of Tracking a shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs)|OnVertexAdded]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after adding a vertex to the Tracking shape. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs)|OnVertexAdding]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before adding a vertex to the Tracking shape. ​  | +
-| {{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 ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +  * Description:Returns ​shape represents ​the current status ​of tracking shape.
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEmpty|IsEmpty]] ​  | Boolean ​  ​| ​   | This property override the logic in its base class by watching the feature count in trackShapeLayer. If it is empty ,we can skip drawing it for better performance. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsInTracking|IsInTracking]] ​  | Boolean ​  ​| ​   | This property gets or sets to sign that if there is any shape being tracking. ​  | +
-| {{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}}[[#​TrackMode|TrackMode]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.TrackMode|TrackMode]] ​  ​| ​   | Gets a mode of TrackOverlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TrackShapeLayer|TrackShapeLayer]] ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.InMemoryFeatureLayer|InMemoryFeatureLayer]]   |    | This property gets the TrackShape layers which holds the track shapes. ​  | +
-| {{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 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 ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +<div newline></​div>​ 
-{{wiki:ProtectedProperty.gif|Protected Property}}[[#​MapInfo|MapInfo]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  | Gets or sets current map information. ​  | +** {{wiki:PublicMethod.gif|}} ​MouseDown(InteractionArguments) **
-| {{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. ​  | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​Vertices|Vertices]] ​  | Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]> ​  ​| ​   | This property gets the vertices to make up the track shape. This is a protected property which probablly need to be used in its sub classes. ​  |+
  
-==== Public Events ==== +N/A 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingAttribution|DrawingAttribution]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] ​  ​| ​   | +N/A
-| {{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 postion) on 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.   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​MouseMoved|MouseMoved]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired when mouse moved on the vertex of tracking shape. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TrackEnded|TrackEnded]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after the end of tracking shape. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TrackEnding|TrackEnding]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before the end of tracking shape. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TrackStarted|TrackStarted]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after the start of tracking shape. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​TrackStarting|TrackStarting]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before the start of tracking shape. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexAdded|VertexAdded]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired after a vertex added to the tracking shape. ​  | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​VertexAdding|VertexAdding]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] ​  ​| ​   | This event will be fired before a vertex added to the tracking shape. ​  |+
  
-===== Public Constructors ===== +== Return Value == 
-==== TrackInteractiveOverlay() ==== +  * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-Default constructor of the classIf you use this constructor,​ please set the properties correctly or it will use their default values+  ​Description:N/A
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //​interactionArguments//​ 
-===== Public Methods ===== +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
-==== Draw(RectangleShape,​ OverlayDrawType) ==== +    * Description:​N/​A
-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 === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MouseMove(InteractionArguments) **
-| worldExtent ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --  | The new world extent of the map.   | +
-| overlayDrawType ​  | [[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]]<!-- ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType --  | The enum value indecating that the map draws features or not  ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Equals(Object) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​interactionArguments//​ 
-==== GetHashCode() ​==== +    ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  |    ​|+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} MouseUp(InteractionArguments) **
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetTrackingShape() ==== +N/A
-This method gets the current Tracking shape. +
-=== Remarks ==+
-This method is the concrete wrapper for the abstract method GetTrackingShapeCore. This method draws the representation of the overlay based on the extent you provided. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  | Returns a shape represents the current status of tracking shape. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
 +  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​interactionArguments//​ 
-==== GetType() ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} MouseClick(InteractionArguments) **
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Initialize(Map) ==== +N/A
-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 === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-| currentMap ​  ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> ​  | Current map information. ​  |+  * Description:​N/​A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​interactionArguments//​ 
-==== MouseClick(InteractionArguments) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
-This method will simulate the MouseClick 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:​PublicMethod.gif|}} MouseDoubleClick(InteractionArguments) **
-^ 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:[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-==== MouseDoubleClick(InteractionArguments) ==== +  * Description:​N/​A
-This method will simulate the MouseDoubleClick interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. ​+
  
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +== 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:​N/​A
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} MouseWheel(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 == 
-==== MouseDown(InteractionArguments) ==== +N/A
-This method will simulate the MouseDown interaction. +
-=== Remarks ​=== +
-This method is the concrete wrapper for its virtual Core method. ​+
  
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +== Return Value == 
-=== Return 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:​PublicMethod.gif|}} Refresh() **
-==== MouseMove(InteractionArguments==== +
-This method will simulate the MouseMove interaction. +
-=== Remarks === +
-This method is the concrete wrapper for its virtual Core method. ​+
  
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +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]] +<div newline></​div>​ 
-==== MouseUp(InteractionArguments) ​==== +** {{wiki:​PublicMethod.gif|}} Draw(RectangleShape,​OverlayDrawType) **
-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]] +  * //​worldExtent//​ 
-==== MouseWheel(InteractionArguments) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
-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. +  * //​overlayDrawType//​ 
-=== Return Value === +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]] 
-^ Return ​Type ^ Description ^ +    * Description:​N/​A
-[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Initialize(Map) **
-| 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 == 
-==== Refresh() ==== +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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​currentMap//​ 
-==== ToScreenCoordinate(PointShape) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] 
-This method returns a screen point from a point shape in world coordinates. +    * Description:​N/​A
-=== 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 --> ​  ​| ​screen point in pixels. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(Double,​Double) **
-| worldCoordinate ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --  | A point shape in world coordinates  ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ToScreenCoordinate(Point) ==== +N/A
-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 --> ​  ​| ​screen point in pixels. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-| worldCoordinate ​  | Point<​!-- System.Windows.Point --> ​  | A point in world coordinates. ​  |+  * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //screenX// 
-==== ToScreenCoordinate(Double,​ Double) ​==== +    * Type:Double 
-This method returns a point shape in screen coordinates from the specified X, Y world coordinates. +    ​* ​Description:N/A
-=== 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 === +  * //screenY// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Double 
-| worldX ​  ​| ​Double<!-- System.Double --> ​  | The X world coordinate. ​  | +    * Description:​N/​A
-| worldY ​  | Double<​!-- System.Double --> ​  | The Y world coordinate. ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(PointShape**
-==== ToString() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== ToWorldCoordinate(Point) ==== +  * 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 ^ +  ​* //​screenCoordinate//​ 
-| screenCoordinate ​  | Point<​!-- System.Windows.Point --> ​  | The point (in screen coordinates) to convert to world coordinates  ​|+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToWorldCoordinate(Point**
-==== ToWorldCoordinate(PointShape==== +
-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 ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  | The point (in screen coordinates) to convert to world coordinates. ​  |+N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== ToWorldCoordinate(Double,​ Double) ==== +  * Description:​N/​A
-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 --> ​  ​| ​point shape in world coordinates. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //​screenCoordinate//​ 
-| screenX ​  | Double<​!-- System.Double --> ​  | The X-value in pixels referenced to the screen origin. ​  | +    * Type:Point 
-| screenY ​  | Double<​!-- System.Double --> ​  | The Y-value in pixels referenced to the screen origin. ​  |+    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(Double,​Double**
-===== Protected Methods ===== +
-==== DrawAttributionCore(GeoCanvas==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| canvas ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoCanvas --> ​  ​| ​   |+N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== DrawCore(RectangleShape) ==== +  * Description:​N/​A
-This method draws the TrackInterativeOverlay. +
-=== Remarks === +
-This method draws the representation of the overlay based on the extent you provided.+
  
-When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore,​ we read that property and add it to the collection. +== Parameters ​== 
-=== Return Value === +  * //​worldX//​ 
-^ Return ​Type ^ Description ^ +    * Type:Double 
-| Void<!-- System.Void --> ​  ​| ​   |+    ​* Description:​N/​A
  
-=== Parameters === +  * //worldY// 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Double 
-| worldExtent ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  | The new world extent of the map.   |+    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(PointShape**
-==== EndTracking() ==== +
-This method ends the tracking shape by initialize some variables. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== Finalize() ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​worldCoordinate//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToScreenCoordinate(Point**
-==== GetTrackingShapeCore() ==== +
-This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. This method gets the current Tracking shape. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.BaseShape --> ​  | Returns a shape represents the current status of tracking shape. ​  |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
-==== InitializeCore() ==== +  ​* ​Description:N/A
-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 ​^+  ​* //​worldCoordinate//​ 
 +    * Type:Point 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToString() **
-==== MemberwiseClone() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:String 
-==== MouseClickCore(InteractionArguments) ==== +  * Description:N/A
-This overrides the MouseClick logic in its base class. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this method. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --  | This parameter is the interaction auguments for the method  ​|+** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden--> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MouseDoubleClickCore(InteractionArguments) ​==== +N/A 
-This overrides the MouseDoubleClick logic in its base class InterativeOverlay+ 
-=== Return Value === +== Return Value == 
-^ Return ​Type Description ​^ +  * Type:​Boolean 
-| [[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --  ​Interaction results of this method. ​  |+  * 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 ==== 
 +** {{wiki:​ProtectedMethod.gif|}} EndTracking() ** 
 + 
 +This method ​ends the tracking shape by initialize some variables. 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| interactionArguments ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+** {{wiki:​ProtectedMethod.gif|}} MouseDownCore(InteractionArguments) **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== MouseDownCore(InteractionArguments) ==== 
 This overrides the MouseDown logic in its base class InterativeOverlay. This overrides the MouseDown 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. 
 + 
 +== Parameters == 
 +  * //​interactionArguments//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter is the interaction auguments for the method. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MouseMoveCore(InteractionArguments) **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== MouseMoveCore(InteractionArguments) ==== 
 This overrides the MouseMove logic in its base class InterativeOverlay. This overrides the MouseMove 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. ​  |+ 
 +== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
 +  * Description:​Interaction results of this method. 
 + 
 +== Parameters == 
 +  * //​interactionArguments//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
 +    * Description:​This parameter is the interaction auguments for the method.
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseUpCore(InteractionArguments) **
-| interactionArguments ​  | [[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments --> ​  | This parameter is the interaction auguments for the method. ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== MouseUpCore(InteractionArguments) ==== 
 This overrides the MouseUp logic in its base class InterativeOverlay. This overrides the MouseUp 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(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​interactionArguments//​ 
-==== MouseWheelCore(InteractionArguments) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
-This protected virtual method is the Core method of MouseWheel API. +    * Description:​This parameter is the interaction auguments for the method.
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]]<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult --> ​  | Interaction results of this 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 --> +This overrides the MouseClick logic in its base class
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-| args   ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --> ​  ​| ​   |+  * Description:​Interaction results of this method.
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //​interactionArguments//​ 
-==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
-=== Return Value === +    ​* ​Description:This parameter is the interaction auguments for the method.
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MouseDoubleClickCore(InteractionArguments) **
-| args   | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +This overrides the MouseDoubleClick logic in its base class InterativeOverlay
-[[#​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:[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-| e   ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs --> ​  | The MapMouseClickInteractiveOverlayEventArgs passed for the event raised. ​  |+  * Description:​Interaction results of this method.
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //​interactionArguments//​ 
-==== OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
-This event will be fired when MapMouseDoubleClick ​is called. +    * Description:​This parameter ​is the interaction auguments for the method.
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} GetTrackingShapeCore() **
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --  | The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +This is the Core method of GetTrackingShape.You could overrides this method to have your own logic. This method gets the current Tracking shape
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) ==== +N/A
-This event will be fired when MapMouseDown is called+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] 
-| e   ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs --> ​  | The MapMouseDownInteractiveOverlayEventArgs passed for the event raised  |+  * Description:​Returns a shape represents ​the current status of tracking shape.
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) ​==== +** {{wiki:​ProtectedMethod.gif|}} OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs) **
-This event will be fired when MapMouseMove is called. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +This event will be fired after the end of Tracking a shape. 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  | The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised. ​  |+N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) ==== +  * Description:N/A
-This event will be fired when MapMouseUp is called. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs --> ​  ​| ​The MapMouseUpInteractiveOverlayEventArgs ​passed for the event raised. ​  |+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]] 
 +    * Description:​The TrackEndedTrackInteractiveOverlayEventArgs ​passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs**
-==== OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs==== +
-This event will be fired when MapMouseWheel is called. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +This event will be fired before the end of Tracking a shape. 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  | The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. ​  |+N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs) ==== +  * Description:N/A
-This event will be fired when mouse moved a vertex to the Tracking shape. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.MouseMovedTrackInteractiveOverlayEventArgs --> ​  ​| ​The MouseMovedTrackInteractiveOverlayEventArgs ​passed for the event raised. ​  |+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] 
 +    * Description:​The TrackEndingTrackInteractiveOverlayEventArgs ​passed for the event raised.
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs**
-==== OnTrackEnded(TrackEndedTrackInteractiveOverlayEventArgs==== +
-This event will be fired after the end of Tracking a shape. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +This event will be fired before the start of Tracking a shape. 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.TrackEndedTrackInteractiveOverlayEventArgs --> ​  | The TrackEndedTrackInteractiveOverlayEventArgs passed for the event raised. ​  |+N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnTrackEnding(TrackEndingTrackInteractiveOverlayEventArgs) ==== +  * Description:N/A
-This event will be fired before the end of Tracking a shape. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| e   ​| ​[[ThinkGeo.MapSuite.SilverlightEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackEndingTrackInteractiveOverlayEventArgs --> ​  ​| ​The TrackEndingTrackInteractiveOverlayEventArgs ​passed for the event raised. ​  ​|+    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]] 
 +    * Description:​The TrackStartingTrackInteractiveOverlayEventArgs ​passed for the event raised. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs) **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnTrackStarted(TrackStartedTrackInteractiveOverlayEventArgs) ==== 
 This event will be fired after the start of Tracking a shape. This event will be fired after the start of Tracking a shape.
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +N/A
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.TrackStartedTrackInteractiveOverlayEventArgs --> ​  | The TrackStartedTrackInteractiveOverlayEventArgs passed for the event raised. ​  |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //e// 
-==== OnTrackStarting(TrackStartingTrackInteractiveOverlayEventArgs) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] 
-This event will be fired before the start of Tracking a shape. +    * Description:​The TrackStartedTrackInteractiveOverlayEventArgs passed for the event raised.
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +<div newline></​div>​ 
-^  Name ^  ​Type ​ ​Description ​^ +** {{wiki:​ProtectedMethod.gif|}} OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs) ** 
-  | [[ThinkGeo.MapSuite.SilverlightEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackStartingTrackInteractiveOverlayEventArgs --> ​  ​| ​The TrackStartingTrackInteractiveOverlayEventArgs ​passed for the event raised. ​  ​|+ 
 +This event will be fired before adding a vertex to the Tracking shape. 
 +== Remarks ​== 
 +N/A 
 + 
 +== Return Value == 
 +  ​Type:Void 
 +  Description:N/A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] 
 +    * Description:​The VertexAddingTrackInteractiveOverlayEventArgs ​passed for the event raised. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs) **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> 
-[[#​Protected Methods|Go Back]] 
-==== OnVertexAdded(VertexAddedTrackInteractiveOverlayEventArgs) ==== 
 This event will be fired after adding a vertex to the Tracking shape. This event will be fired after adding a vertex to the Tracking shape.
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +N/A
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.VertexAddedTrackInteractiveOverlayEventArgs --> ​  | The VertexAddedTrackInteractiveOverlayEventArgs passed for the event raised. ​  |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //e// 
-==== OnVertexAdding(VertexAddingTrackInteractiveOverlayEventArgs) ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] 
-This event will be fired before adding a vertex to the Tracking shape. +    * Description:​The VertexAddedTrackInteractiveOverlayEventArgs passed for the event raised.
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnMouseMoved(MouseMovedTrackInteractiveOverlayEventArgs) **
-| e   | [[ThinkGeo.MapSuite.SilverlightEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.VertexAddingTrackInteractiveOverlayEventArgs --  | The VertexAddingTrackInteractiveOverlayEventArgs passed for the event raised  ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +This event will be fired when mouse moved a vertex to the Tracking shape
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== PanAnimationCompletedCore() ==== +N/A
-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 === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //e// 
-==== ZoomStoryCompletedCore() ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] 
-This method ​raised ​when zooming animation plays completed. +    * Description:​The MouseMovedTrackInteractiveOverlayEventArgs passed for the event raised.
-=== Remarks === +
-This method raised when zooming animation plays completed. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DrawCore(RectangleShape) **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +This method draws the TrackInterativeOverlay
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-===== Public Properties ===== +This method draws the representation of the overlay based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore,​ we read that property and add it to the collection.
-==== Attribution ==== +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== IsEmpty ==== +  * Description:​None
-This property override the logic in its base class by watching the feature count in trackShapeLayer. If it is empty ,we can skip drawing it for better performance. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +== Parameters == 
-[[#Public Properties|Go Back]] +  * //​worldExtent//​ 
-==== IsInTracking ==== +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
-This property gets or sets to sign that if there is any shape being tracking. +    * Description:​The new world extent of the map.
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} InitializeCore() **
-==== MouseMoveInterval ==== +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +This method initializes the overlay canvas such as width, height and z-index for first time
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Name ==== +This method initializes ​the overlay ​canvas such as width, height and z-index for first time.
-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 --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== Opacity ==== +  * Description:​N/​A
-Gets or sets the opacity level of the overlay. +
-=== Remarks === +
-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 --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== OverlayElement ​==== +** {{wiki:​ProtectedMethod.gif|}} MouseWheelCore(InteractionArguments) **
-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 Type ^ +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult|InteractiveResult]] 
-==== PanFrameY ==== +  * Description:​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 ​Type +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //​interactionArguments//​ 
-==== StoryboardForPanning ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments|InteractionArguments]] 
-Gets the Storyboard object for panning. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type +
-| Storyboard<​!-- System.Windows.Media.Animation.Storyboard --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --+<div newline></​div>​ 
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs) ** 
-==== StoryboardForZooming ​==== + 
-Gets the Storyboard object for zooming+N/A 
-=== Return Value === +== Remarks == 
-Return Type ^ +N/A 
-Storyboard<!-- System.Windows.Media.Animation.Storyboard --  ​|+ 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs) ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value =
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return ​Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DxU=(GeoCanvas) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ZoomStoryCompletedCore() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} PanAnimationCompletedCore() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} IsEmpty ** 
 + 
 +This property override the logic in its base class by watching the feature count in trackShapeLayer. If it is empty ,we can skip drawing it for better performance. 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} TrackShapeLayer ** 
 + 
 +This property gets the TrackShape layers which holds the track shapes. 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.SilverlightCore.InMemoryFeatureLayer|InMemoryFeatureLayer]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsInTracking ** 
 + 
 +This property gets or sets to sign that if there is any shape being tracking. 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} TrackMode **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== TrackMode ==== 
 Gets a mode of TrackOverlay. Gets a mode of TrackOverlay.
-=== Remarks ​===+== Remarks ==
 The default mode is TrackMode.None which means you cannot draw or edit features at client. By setting the mode to TrackMode.Point,​ TrackMode.Line,​ TrackMode.Polygon etc., you could add point, line or polygon to the FeatureOverlay. Setting the mode to TrackMode.Edit,​ you could edit the shapes at the client side. The default mode is TrackMode.None which means you cannot draw or edit features at client. By setting the mode to TrackMode.Point,​ TrackMode.Line,​ TrackMode.Polygon etc., you could add point, line or polygon to the FeatureOverlay. Setting the mode to TrackMode.Edit,​ you could edit the shapes at the client side.
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightEdition.TrackMode|TrackMode]]
-[[ThinkGeo.MapSuite.SilverlightEdition.TrackMode|TrackMode]]<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +** {{wiki:​PublicProperty.gif|}} MouseMoveInterval **
-[[#Public Properties|Go Back]] +
-==== TrackShapeLayer ==== +
-This property gets the TrackShape layers which holds the track shapes. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.InMemoryFeatureLayer|InMemoryFeatureLayer]]<​!-- ThinkGeo.MapSuite.SilverlightCore.InMemoryFeatureLayer --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +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:TimeSpan
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Visibility ​**
-[[#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:Visibility
-Get or set z-index of overlay, The value is bigger, and the order is higher. +
-=== Return Value === +
-^ Return ​Type +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} OverlayElement **
-[[#Public Properties|Go Back]] +
-==== ZoomFrameX ==== +
-Gets the SplineDoubleKeyFrame for zooming. +
-=== Return Value === +
-^ Return Type ^ +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ZoomFrameY ==== +N/A 
-Gets the SplineDoubleKeyFrame for zooming. +== Return Value == 
-=== Return Value === +  ​* ​Type:​FrameworkElement
-^ Return ​Type +
-| SplineDoubleKeyFrame<​!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Name **
-[[#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 --> +N/A 
-[[#​Protected Properties|Go Back]] +== Remarks == 
-==== ScaleTransform ==== +N/A 
-Gets the ScaleTransform object of this overlay. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:String
-Gets the ScaleTransform object of this overlay. +
-=== Return Value === +
-^ Return ​Type +
-| ScaleTransform<​!-- System.Windows.Media.ScaleTransform --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Attribution **
-[[#​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 --> +N/A 
-[[#​Protected Properties|Go Back]] +== Remarks == 
-==== TranslateTransform ==== +N/A 
-Gets the TranslateTransform object of this overlay. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:String
-Gets the TranslateTransform object of this overlay. +
-=== Return Value === +
-^ Return ​Type +
-| TranslateTransform<​!-- System.Windows.Media.TranslateTransform --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} TransitionEffect **
-[[#​Protected Properties|Go Back]] +
-==== Vertices ==== +
-This property gets the vertices to make up the track shape. This is a protected property which probablly need to be used in its sub classes. +
-=== Return Value === +
-^ Return Type ^ +
-| Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Vertex--> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +N/A 
-[[#​Protected Properties|Go Back]] +== Remarks ​== 
-===== Public Events ===== +N/A 
-==== DrawingAttribution ==== +== Return Value == 
-=== Event Arguments === +  * Type:[[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]]
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} Opacity **
-[[#Public Events|Go Back]] +
-==== DrawnAttribution ==== +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> +N/A 
-[[#Public Events|Go Back]] +== Remarks ​== 
-==== MapMouseClick ==== +N/A 
-This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map. +== Return Value == 
-=== Event Arguments ​=== +  * Type:Double
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +** {{wiki:​PublicProperty.gif|}} ZIndex **
-[[#Public Events|Go Back]] +
-==== MapMouseDoubleClick ==== +
-This event will be fired when Mouse double clicked on the Map. +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +N/A 
-[[#Public Events|Go Back]] +== Remarks ​== 
-==== MapMouseDown ==== +N/A 
-This event will be fired when Mouse pressed Down on the Map. +== Return Value == 
-=== Event Arguments ​=== +  * Type:Int32
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +** {{wiki:​PublicProperty.gif|}} StoryboardForZooming **
-[[#Public Events|Go Back]] +
-==== MapMouseMove ==== +
-This event will be fired when Mouse moved on the Map. +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +N/A 
-[[#Public Events|Go Back]] +== Remarks ​== 
-==== MapMouseUp ==== +N/A 
-This event will be fired when Mouse released up on the Map. +== Return Value == 
-=== Event Arguments ​=== +  * Type:​Storyboard
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +** {{wiki:​PublicProperty.gif|}} StoryboardForPanning **
-[[#Public Events|Go Back]] +
-==== MapMouseWheel ==== +
-This event will be fired when Mouse wheel on the Map. +
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay --> +N/A 
-[[#Public Events|Go Back]] +== Remarks ​== 
-==== MouseMoved ==== +N/A 
-This event will be fired when mouse moved on the vertex of tracking shape. +== Return Value == 
-=== Event Arguments ​=== +  * Type:​Storyboard
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.SilverlightEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.MouseMovedTrackInteractiveOverlayEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --+** {{wiki:​PublicProperty.gif|}} PanFrameX ** 
-[[#Public Events|Go Back]] + 
-==== TrackEnded ​====+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|}} Vertices ** 
 + 
 +This property gets the vertices to make up the track shape. This is a protected property which probablly need to be used in its sub classes. 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Collection<[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]
 + 
 +** {{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|}} TrackEnded **
 This event will be fired after the end of tracking shape. This event will be fired after the end of tracking shape.
-=== Event Arguments === +== Remarks ​== 
-Event Arguments ​+N/A 
-[[ThinkGeo.MapSuite.SilverlightEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackEndedTrackInteractiveOverlayEventArgs --> ​  |+ 
 +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.TrackEndedTrackInteractiveOverlayEventArgs|TrackEndedTrackInteractiveOverlayEventArgs]]
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} TrackEnding ​**
-[[#Public Events|Go Back]] +
-==== TrackEnding ​====+
 This event will be fired before the end of tracking shape. This event will be fired before the end of tracking shape.
-=== Event Arguments ​=== +== Remarks ​== 
-^ Event Arguments ^ +N/A
-| [[ThinkGeo.MapSuite.SilverlightEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.TrackEndingTrackInteractiveOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.TrackEndingTrackInteractiveOverlayEventArgs|TrackEndingTrackInteractiveOverlayEventArgs]] 
-[[#Public Events|Go Back]] + 
-==== TrackStarted ​====+** {{wiki:​PublicEvent.gif|}} ​TrackStarted ​**
 This event will be fired after the start of tracking shape. This event will be fired after the start of tracking shape.
-=== Event Arguments ​=== +== Remarks ​== 
-^ Event Arguments ^ +N/A
-| [[ThinkGeo.MapSuite.SilverlightEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.TrackStartedTrackInteractiveOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.TrackStartedTrackInteractiveOverlayEventArgs|TrackStartedTrackInteractiveOverlayEventArgs]] 
-[[#Public Events|Go Back]] + 
-==== TrackStarting ​====+** {{wiki:​PublicEvent.gif|}} ​TrackStarting ​**
 This event will be fired before the start of tracking shape. This event will be fired before the start of tracking shape.
-=== Event Arguments === +== Remarks ​== 
-Event Arguments ​+N/A 
-[[ThinkGeo.MapSuite.SilverlightEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackStartingTrackInteractiveOverlayEventArgs --> ​  |+ 
 +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.TrackStartingTrackInteractiveOverlayEventArgs|TrackStartingTrackInteractiveOverlayEventArgs]]
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +** {{wiki:​PublicEvent.gif|}} VertexAdded ​**
-[[#Public Events|Go Back]] +
-==== VertexAdded ​====+
 This event will be fired after a vertex added to the tracking shape. This event will be fired after a vertex added to the tracking shape.
-=== Event Arguments ​=== +== Remarks ​== 
-^ Event Arguments ^ +N/A
-| [[ThinkGeo.MapSuite.SilverlightEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.VertexAddedTrackInteractiveOverlayEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.VertexAddedTrackInteractiveOverlayEventArgs|VertexAddedTrackInteractiveOverlayEventArgs]] 
-[[#Public Events|Go Back]] + 
-==== VertexAdding ​====+** {{wiki:​PublicEvent.gif|}} ​VertexAdding ​**
 This event will be fired before a vertex added to the tracking shape. This event will be fired before a vertex added to the tracking shape.
-=== Event Arguments === +== Remarks ​=
-Event Arguments ​^ +N/A 
-| [[ThinkGeo.MapSuite.SilverlightEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]]<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.VertexAddingTrackInteractiveOverlayEventArgs --> ​  |+ 
 +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.VertexAddingTrackInteractiveOverlayEventArgs|VertexAddingTrackInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} MouseMoved ** 
 +This event will be fired when mouse moved on the vertex of tracking shape. 
 +== Remarks ​=
 +N/A 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.MouseMovedTrackInteractiveOverlayEventArgs|MouseMovedTrackInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} MapMouseDown ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} MapMouseMove ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} MapMouseUp ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} MapMouseClick ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} MapMouseDoubleClick ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} MapMouseWheel ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} DrawingAttribution ** 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} DrawnAttribution ** 
 +N/A 
 +== Remarks == 
 +N/A
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay --> +Event Arguments:​[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​SilverlightEdition]] 
-[[Category:​ThinkGeo.MapSuite.SilverlightEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.silverlightedition.trackinteractiveoverlay.1440040135.txt.gz · Last modified: 2015/09/21 03:29 (external edit)