ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class inherits from InterativeOverlay abstract class. This specified overlay describle the Extent Changing interative process with MapControl using Mouse or Keyborad.
*System.Object ThinkGeo.MapSuite.SilverlightEdition.Overlay *ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay ThinkGeo.MapSuite.SilverlightEdition.ExtentInteractiveOverlay
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | RectangleShape, OverlayDrawType | Overlay | Zooms the overlay only to the extent that you specify. |
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Map | Overlay | This method initializes the overlay canvas such as width, height and z-index for first time. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseClick interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseDoubleClick interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseDown interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseMove interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseUp interaction. |
![]() | InteractionArguments | InteractiveOverlay | This method will simulate the MouseWheel interaction. |
![]() | Overlay | This method re-draws this overlay in current extent. | |
![]() | Point | Overlay | This method returns a screen point from a point shape in world coordinates. |
![]() | Double, Double | Overlay | This method returns a point shape in screen coordinates from the specified X, Y world coordinates. |
![]() | PointShape | Overlay | This method returns a screen point from a point shape in world coordinates. |
![]() | Object | ||
![]() | Double, Double | Overlay | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. |
![]() | PointShape | Overlay | This method returns a point shape in world coordinates from a ScreenPointF structure. |
![]() | Point | Overlay | This method returns a point shape in world coordinates from a ScreenPointF structure. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | GeoCanvas | Overlay | |
![]() | RectangleShape | Overlay(overriden) | |
![]() | Object | ||
![]() | Overlay(overriden) | This method initializes the overlay canvas such as width, height and z-index for first time. | |
![]() | Object | ||
![]() | InteractionArguments | InteractiveOverlay | This protected virtual method is the Core method of MouseClick API. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseDoubleClick logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseDown logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseMove logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseUp logic in its base class InterativeOverlay. |
![]() | InteractionArguments | InteractiveOverlay(overriden) | This overrides the MouseWheel logic in its base class InterativeOverlay. |
![]() | DrawingAttributionOverlayEventArgs | Overlay | |
![]() | DrawnAttributionOverlayEventArgs | Overlay | |
![]() | MapMouseClickInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseClick is called. |
![]() | MapMouseDoubleClickInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseDoubleClick is called. |
![]() | MapMouseDownInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseDown is called. |
![]() | MapMouseMoveInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseMove is called. |
![]() | MapMouseUpInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseUp is called. |
![]() | MapMouseWheelInteractiveOverlayEventArgs | InteractiveOverlay | This event will be fired when MapMouseWheel is called. |
![]() | Overlay | This method raised when Panning animation plays completed. | |
![]() | Overlay | This method raised when zooming animation plays completed. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | Overlay | |
![]() | TimeSpan | InteractiveOverlay | |
![]() | String | Overlay | Gets or sets the name of an overlay which will display in the OverlaySwitcher. |
![]() | Double | Overlay | Gets or sets the opacity level of the overlay. |
![]() | FrameworkElement | Overlay | An FrameworkElement that contains the overlay. |
![]() | SplineDoubleKeyFrame | Overlay | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. |
![]() | SplineDoubleKeyFrame | Overlay | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. |
![]() | Storyboard | Overlay | Gets the Storyboard object for panning. |
![]() | Storyboard | Overlay | Gets the Storyboard object for zooming. |
![]() | TransitionEffect | Overlay | Gets or Sets the transition effect to use when the map is panned or zoomed. |
![]() | Visibility | Overlay | Gets or sets a value that indicates whether the overlay is visible on the map. |
![]() | Int32 | Overlay | Get or set z-index of overlay, The value is bigger, and the order is higher. |
![]() | SplineDoubleKeyFrame | Overlay | Gets the SplineDoubleKeyFrame for zooming. |
![]() | SplineDoubleKeyFrame | Overlay | Gets the SplineDoubleKeyFrame for zooming. |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Map | Overlay | Gets or sets current map information. |
![]() | ScaleTransform | Overlay | Gets the ScaleTransform object of this overlay. |
![]() | TransformGroup | Overlay | Gets the TranslateGroup object for panning and zooming. |
![]() | TranslateTransform | Overlay | Gets the TranslateTransform object of this overlay. |
Default constructor of the class. If you use thi constructor, please set the properties correctly or it will use their default values.
Name | Type | Description |
---|
Zooms the overlay only to the extent that you specify.
The overlay will be panned to the center and zoomlevel of the extent that you specify.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
worldExtent | RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –> | The new world extent of the map. |
overlayDrawType | OverlayDrawType<!– ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType –> | The enum value indecating that the map draws features or not. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method initializes the overlay canvas such as width, height and z-index for first time.
This method initializes the overlay canvas such as width, height and z-index for first time.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
currentMap | Map<!– ThinkGeo.MapSuite.SilverlightEdition.Map –> | Current map information. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method will simulate the MouseClick interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseDoubleClick interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseDown interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseMove interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseUp interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method will simulate the MouseWheel interaction.
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 Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method re-draws this overlay in current extent.
This method re-draws this overlay in current extent.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a screen point from a point shape in world coordinates.
This method converts the coordinates of a point shape to a point in screen coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A screen point in pixels. |
Name | Type | Description |
---|---|---|
worldCoordinate | Point<!– System.Windows.Point –> | A point in world coordinates. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a point shape in screen coordinates from the specified X, Y world coordinates.
This method converts X, Y world coordinates to a point in screen coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A screen point in pixels. |
Name | Type | Description |
---|---|---|
worldX | Double<!– System.Double –> | The X world coordinate. |
worldY | Double<!– System.Double –> | The Y world coordinate. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a screen point from a point shape in world coordinates.
This method converts the coordinates of a point shape to a point in screen coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A screen point in pixels. |
Name | Type | Description |
---|---|---|
worldCoordinate | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A point shape in world coordinates. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method returns a point shape in world coordinates from the specified X, Y screen coordinates.
This method converts X, Y screen coordinates to a point shape in world coodinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A point shape in world coordinates. |
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 –> Go Back
This method returns a point shape in world coordinates from a ScreenPointF structure.
This method converts a screen point to a point in world coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A point shape in world coordinates. |
Name | Type | Description |
---|---|---|
screenCoordinate | PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | The point (in screen coordinates) to convert to world coordinates. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method returns a point shape in world coordinates from a ScreenPointF structure.
This method converts a screen point to a point in world coordinates.
Return Type | Description |
---|---|
PointShape<!– ThinkGeo.MapSuite.SilverlightCore.PointShape –> | A point shape in world coordinates. |
Name | Type | Description |
---|---|---|
screenCoordinate | Point<!– System.Windows.Point –> | The point (in screen coordinates) to convert to world coordinates. |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
canvas | GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
worldExtent | RectangleShape<!– ThinkGeo.MapSuite.SilverlightCore.RectangleShape –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method initializes the overlay canvas such as width, height and z-index for first time.
This method initializes the overlay canvas such as width, height and z-index for first time.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This protected virtual method is the Core method of MouseClick API.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This overrides the MouseDoubleClick logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseDown logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseMove logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseUp logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back
This overrides the MouseWheel logic in its base class InterativeOverlay.
Return Type | Description |
---|---|
InteractiveResult<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveResult –> | Interaction results of this method. |
Name | Type | Description |
---|---|---|
interactionArguments | InteractionArguments<!– ThinkGeo.MapSuite.SilverlightEdition.InteractionArguments –> | This parameter is the interaction auguments for the method. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
args | DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This event will be fired when MapMouseClick is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs –> | The MapMouseClickInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseDoubleClick is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseDoubleClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs –> | The MapMouseDoubleClickInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseDown is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs –> | The MapMouseDownInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseMove is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseMoveInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs –> | The MapMouseMoveInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseUp is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs –> | The MapMouseUpInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when MapMouseWheel is called.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
e | MapMouseWheelInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs –> | The MapMouseWheelInteractiveOverlayEventArgs passed for the event raised. |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This method raised when Panning animation plays completed.
This method raised when Panning animation plays completed.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This method raised when zooming animation plays completed.
This method raised when zooming animation plays completed.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
Gets or sets the name of an overlay which will display in the OverlaySwitcher.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets or sets the opacity level of the overlay.
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 Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
An FrameworkElement that contains the overlay.
Return Type |
---|
FrameworkElement<!– System.Windows.FrameworkElement –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the Storyboard object for panning.
Return Type |
---|
Storyboard<!– System.Windows.Media.Animation.Storyboard –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the Storyboard object for zooming.
Return Type |
---|
Storyboard<!– System.Windows.Media.Animation.Storyboard –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets or Sets the transition effect to use when the map is panned or zoomed.
Return Type |
---|
TransitionEffect<!– ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets or sets a value that indicates whether the overlay is visible on the map.
Return Type |
---|
Visibility<!– System.Windows.Visibility –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Get or set z-index of overlay, The value is bigger, and the order is higher.
Get or set z-index of overlay, The value is bigger, and the order is higher.
Return Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the SplineDoubleKeyFrame for zooming.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the SplineDoubleKeyFrame for zooming.
Return Type |
---|
SplineDoubleKeyFrame<!– System.Windows.Media.Animation.SplineDoubleKeyFrame –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets or sets current map information.
Gets or sets current map information.
Return Type |
---|
Map<!– ThinkGeo.MapSuite.SilverlightEdition.Map –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the ScaleTransform object of this overlay.
Gets the ScaleTransform object of this overlay.
Return Type |
---|
ScaleTransform<!– System.Windows.Media.ScaleTransform –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the TranslateGroup object for panning and zooming.
Gets the TranslateGroup object for panning and zooming.
Return Type |
---|
TransformGroup<!– System.Windows.Media.TransformGroup –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Gets the TranslateTransform object of this overlay.
Gets the TranslateTransform object of this overlay.
Return Type |
---|
TranslateTransform<!– System.Windows.Media.TranslateTransform –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Event Arguments |
---|
DrawingAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
Event Arguments |
---|
DrawnAttributionOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.Overlay –> Go Back
This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.
Event Arguments |
---|
MapMouseClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseClickInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse double clicked on the Map.
Event Arguments |
---|
MapMouseDoubleClickInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDoubleClickInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse pressed Down on the Map.
Event Arguments |
---|
MapMouseDownInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseDownInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse moved on the Map.
Event Arguments |
---|
MapMouseMoveInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseMoveInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse released up on the Map.
Event Arguments |
---|
MapMouseUpInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseUpInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
This event will be fired when Mouse wheel on the Map.
Event Arguments |
---|
MapMouseWheelInteractiveOverlayEventArgs<!– ThinkGeo.MapSuite.SilverlightEdition.MapMouseWheelInteractiveOverlayEventArgs –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay –> Go Back
NOTOC SilverlightEdition ThinkGeo.MapSuite.SilverlightEdition UpdateDocumentation