User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.interactiveoverlay

Differences

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

Link to this comparison view

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