This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.silverlightedition.overlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightedition.overlay [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.SilverlightEdition.Overlay ====== | ====== ThinkGeo.MapSuite.SilverlightEdition.Overlay ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- Class --> | ||
| Serves as the base class that defines the properties and methods shared by all types of overlays. | Serves as the base class that defines the properties and methods shared by all types of overlays. | ||
| - | === Remarks === | ||
| - | The <strong>Overlay</strong> has the similar concept as the layer. Different types of overlays stack over each other to form a map. An overlay object is responsible for getting the configuration infomation from the user and serialized to a json string to control the client javascript library to create appropriate client layer. | ||
| - | |||
| - | Usually an overlay represents an image with transparent background that is laid upon other overlay such as <strong>LayerOverlay</strong>, <strong>WmsOverlay</strong>. While the <strong>MarkerOverlay</strong> will not be rendered as an image, it is actually represents a <strong>div</strong> that holds bunch of marker images at client side. | ||
| - | |||
| - | There are basically two kinds of overlay: base overlay and non-base overlay. | ||
| - | |||
| - | The base overlay has its <strong>IsBaseOverlay</strong> property set to true. It is displayed as the background image of the map. In an <strong>OverlaySwither</strong>, there is a radio button beside its name. There can only be one base overlay be displayed at a time. You can click the radio button to switch the base overlay to show. | ||
| - | |||
| - | The non-base overlay has a false <strong>IsBaseOverlay</strong> property. These overlays can overlap on the base overlay or on themselves each other. They are displayed in the <strong>OverlaySwither</strong> with a check box beside their name. You can click the check box to show or hide that overlay. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.SilverlightEdition.Overlay]] | + | ***ThinkGeo.MapSuite.SilverlightEdition.Overlay** |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.BingMapsOverlay]] | + | *[[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay]] |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.EditInteractiveOverlay]] | + | *[[ThinkGeo.MapSuite.SilverlightEdition.BingMapsOverlay]] |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.ExtentInteractiveOverlay]] | + | *[[ThinkGeo.MapSuite.SilverlightEdition.WmsOverlay]] |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.GoogleOverlay]] | + | *[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay]] |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.InMemoryMarkerOverlay]] | + | *[[ThinkGeo.MapSuite.SilverlightEdition.LayerOverlay]] |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.InteractiveOverlay]] | + | *[[ThinkGeo.MapSuite.SilverlightEdition.OpenStreetMapOverlay]] |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.LayerOverlay]] | + | *[[ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay]] |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.MarkerOverlay]] | + | *[[ThinkGeo.MapSuite.SilverlightEdition.WorldMapKitWmsSilverlightOverlay]] |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.OpenStreetMapOverlay]] | + | |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.ServerLayerOverlay]] | + | |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.SimpleMarkerOverlay]] | + | |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.TiledWmsOverlay]] | + | |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.TrackInteractiveOverlay]] | + | |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.WmsOverlay]] | + | |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.WmtsOverlay]] | + | |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.WorldMapKitWmsSilverlightOverlay]] | + | |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| ==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} Overlay() ** |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Overlay()|Overlay]] | | | This is constructor of Overlay class. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Overlay(String)|Overlay]] | String | | This is constructor of Overlay class. | | + | |
| - | ==== Public Methods ==== | + | This is constructor of Overlay class. |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(RectangleShape, OverlayDrawType)|Draw]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]], [[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]] | | Zooms the overlay only to the extent that you specify. | | + | This is constructor of Overlay class. |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | == Parameters == |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | <div newline></div> |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | ** {{wiki:ProtectedMethod.gif|}} Overlay(String) ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Initialize(Map)|Initialize]] | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] | | This method initializes the overlay canvas such as width, height and z-index for first time. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Refresh()|Refresh]] | | | This method re-draws this overlay in current extent. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(PointShape)|ToScreenCoordinate]] | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | | This method returns a screen point from a point shape in world coordinates. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(Double, Double)|ToScreenCoordinate]] | Double, Double | | 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 | | 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(PointShape)|ToWorldCoordinate]] | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | | This method returns a point shape in world coordinates from a ScreenPointF structure. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(Double, Double)|ToWorldCoordinate]] | Double, Double | | 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 | | This method returns a point shape in world coordinates from a ScreenPointF structure. | | + | |
| - | ==== Protected Methods ==== | + | This is constructor of Overlay class. |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] | | | | + | N/A |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(RectangleShape)|DrawCore]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | | This method draws the features in the specified extent. | | + | == Parameters == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //name// |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeCore()|InitializeCore]] | | | This method initializes the overlay canvas such as width, height and z-index for first time. | | + | * Type:String |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | * Description:A string value indicating the name of this overlay. |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawingAttribution(DrawingAttributionOverlayEventArgs)|OnDrawingAttribution]] | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnDrawnAttribution(DrawnAttributionOverlayEventArgs)|OnDrawnAttribution]] | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PanAnimationCompletedCore()|PanAnimationCompletedCore]] | | | This method raised when Panning animation plays completed. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ZoomStoryCompletedCore()|ZoomStoryCompletedCore]] | | | This method raised when zooming animation plays completed. | | + | |
| - | ==== Public Properties ==== | + | <div newline></div> |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | ==== Public Methods ==== |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | | | | + | ** {{wiki:PublicMethod.gif|}} Refresh() ** |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | | Gets or sets the name of an overlay which will display in the OverlaySwitcher. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Double | | Gets or sets the opacity level of the overlay. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OverlayElement|OverlayElement]] | FrameworkElement | | An FrameworkElement that contains the overlay. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#PanFrameX|PanFrameX]] | SplineDoubleKeyFrame | | 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 | | 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 | | Gets the Storyboard object for panning. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#StoryboardForZooming|StoryboardForZooming]] | Storyboard | | Gets the Storyboard object for zooming. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TransitionEffect|TransitionEffect]] | [[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]] | | Gets or Sets the transition effect to use when the map is panned or zoomed. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Visibility|Visibility]] | Visibility | | Gets or sets a value that indicates whether the overlay is visible on the map. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZIndex|ZIndex]] | Int32 | | Get or set z-index of overlay, The value is bigger, and the order is higher. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomFrameX|ZoomFrameX]] | SplineDoubleKeyFrame | | Gets the SplineDoubleKeyFrame for zooming. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ZoomFrameY|ZoomFrameY]] | SplineDoubleKeyFrame | | Gets the SplineDoubleKeyFrame for zooming. | | + | |
| - | ==== Protected Properties ==== | + | This method re-draws this overlay in current extent. |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#MapInfo|MapInfo]] | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] | | Gets or sets current map information. | | + | This method re-draws this overlay in current extent. |
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#ScaleTransform|ScaleTransform]] | ScaleTransform | | Gets the ScaleTransform object of this overlay. | | + | |
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#TransformGroup|TransformGroup]] | TransformGroup | | Gets the TranslateGroup object for panning and zooming. | | + | |
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#TranslateTransform|TranslateTransform]] | TranslateTransform | | Gets the TranslateTransform object of this overlay. | | + | |
| - | ==== Public Events ==== | + | == Return Value == |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * Type:Void |
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingAttribution|DrawingAttribution]] | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | | | | + | * Description:N/A |
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnAttribution|DrawnAttribution]] | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | | | | + | |
| - | ===== Public Constructors ===== | + | == Parameters == |
| - | ===== Protected Constructors ===== | + | <div newline></div> |
| - | ==== Overlay() ==== | + | ** {{wiki:PublicMethod.gif|}} Draw(RectangleShape,OverlayDrawType) ** |
| - | This is constructor of Overlay class. | + | |
| - | === Overloads === | + | |
| - | This is constructor of Overlay class. | + | |
| - | === Remarks === | + | |
| - | This is constructor of <strong>Overlay</strong> class. | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | + | ||
| - | [[#Protected Constructors|Go Back]] | + | |
| - | ==== Overlay(String) ==== | + | |
| - | This is constructor of Overlay class. | + | |
| - | === Overloads === | + | |
| - | This is constructor of Overlay class. | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | name | String<!-- System.String --> | A string value indicating the name of this overlay. | | + | |
| - | [[#Protected Constructors|Go Back]] | ||
| - | ===== Public Methods ===== | ||
| - | ==== Draw(RectangleShape, OverlayDrawType) ==== | ||
| Zooms the overlay only to the extent that you specify. | Zooms the overlay only to the extent that you specify. | ||
| - | === Overloads === | + | == Remarks == |
| - | Zooms the overlay to the extent that you specify. | + | |
| - | === Remarks === | + | |
| The overlay will be panned to the center and zoomlevel of the extent that you specify. | 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 === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| - | | worldExtent | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | The new world extent of the map. | | + | * Description:N/A |
| - | | 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 --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //worldExtent// |
| - | ==== Equals(Object) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
| - | === Return Value === | + | * Description:The new world extent of the map. |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | * //overlayDrawType// |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]] |
| - | | obj | Object<!-- System.Object --> | | | + | * Description:The enum value indecating that the map draws features or not. |
| - | <!-- System.Object --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Initialize(Map) ** |
| - | ==== GetHashCode() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | This method initializes the overlay canvas such as width, height and z-index for first time. |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | This method initializes the overlay canvas such as width, height and z-index for first time. | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Void |
| - | ==== GetType() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //currentMap// |
| + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] | ||
| + | * Description:Current map information. | ||
| - | <!-- System.Object --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToWorldCoordinate(Double,Double) ** |
| - | ==== 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 === | + | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | currentMap | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> | Current map information. | | + | This method converts X, Y screen coordinates to a point shape in world coodinates. |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
| - | ==== Refresh() ==== | + | * Description:A point shape in world coordinates. |
| - | This method re-draws this overlay in current extent. | + | |
| - | === Remarks === | + | |
| - | This method re-draws this overlay in current extent. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //screenX// |
| + | * Type:Double | ||
| + | * Description:The X-value in pixels referenced to the screen origin. | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | * //screenY// |
| - | [[#Public Methods|Go Back]] | + | * Type:Double |
| - | ==== ToScreenCoordinate(PointShape) ==== | + | * Description:The Y-value in pixels referenced to the screen origin. |
| - | This method returns a screen point from a point shape in world coordinates. | + | |
| - | === Overloads === | + | <div newline></div> |
| - | This method returns a screen point that is converted from the specified world coordinates. | + | ** {{wiki:PublicMethod.gif|}} ToWorldCoordinate(PointShape) ** |
| - | === Remarks === | + | |
| - | This method converts the coordinates of a point shape to a point in screen coordinates. | + | This method returns a point shape in world coordinates from a ScreenPointF structure. |
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ Description ^ | + | This method converts a screen point to a point in world coordinates. |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A screen point in pixels. | | + | |
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | ||
| + | * Description:A point shape in world coordinates. | ||
| + | |||
| + | == Parameters == | ||
| + | * //screenCoordinate// | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | ||
| + | * Description:The point (in screen coordinates) to convert to world coordinates. | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} 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 == | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | ||
| + | * Description:A point shape in world coordinates. | ||
| + | |||
| + | == Parameters == | ||
| + | * //screenCoordinate// | ||
| + | * Type:Point | ||
| + | * Description:The point (in screen coordinates) to convert to world coordinates. | ||
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToScreenCoordinate(Double,Double) ** |
| - | | 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. | This method returns a point shape in screen coordinates from the specified X, Y world coordinates. | ||
| - | === Overloads === | + | == Remarks == |
| - | This method returns a screen point that is converted from the specified world coordinates. | + | |
| - | === Remarks === | + | |
| This method converts X, Y world coordinates to a point in screen coordinates. | 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 === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
| - | | worldX | Double<!-- System.Double --> | The X world coordinate. | | + | * Description:A screen point in pixels. |
| - | | worldY | Double<!-- System.Double --> | The Y world coordinate. | | + | |
| + | == Parameters == | ||
| + | * //worldX// | ||
| + | * Type:Double | ||
| + | * Description:The X world coordinate. | ||
| + | |||
| + | * //worldY// | ||
| + | * Type:Double | ||
| + | * Description:The Y world coordinate. | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} ToScreenCoordinate(PointShape) ** | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToScreenCoordinate(Point) ==== | ||
| This method returns a screen point from a point shape in world coordinates. | This method returns a screen point from a point shape in world coordinates. | ||
| - | === Overloads === | + | == Remarks == |
| - | This method returns a screen point that is converted from the specified world coordinates. | + | |
| - | === Remarks === | + | |
| This method converts the coordinates of a point shape to a point in screen coordinates. | 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 === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
| - | | worldCoordinate | Point<!-- System.Windows.Point --> | A point in world coordinates. | | + | * Description:A screen point in pixels. |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //worldCoordinate// |
| - | ==== ToString() ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
| - | === Return Value === | + | * Description:A point shape in world coordinates. |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToScreenCoordinate(Point) ** |
| - | <!-- System.Object --> | + | This method returns a screen point from a point shape in world coordinates. |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== ToWorldCoordinate(PointShape) ==== | + | This method converts the coordinates of a point shape to a point in screen coordinates. |
| - | This method returns a point shape in world coordinates from a ScreenPointF structure. | + | |
| - | === Overloads === | + | |
| - | This method returns a point shape in world coordinates from screen coordinates. | + | |
| - | === 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 === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
| - | | screenCoordinate | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | The point (in screen coordinates) to convert to world coordinates. | | + | * Description:A screen point in pixels. |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //worldCoordinate// |
| - | ==== ToWorldCoordinate(Double, Double) ==== | + | * Type:Point |
| - | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. | + | * Description:A point in world coordinates. |
| - | === Overloads === | + | |
| - | This method returns a point shape in world coordinates from the specified 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 === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | | 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 --> | + | N/A |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== ToWorldCoordinate(Point) ==== | + | N/A |
| - | This method returns a point shape in world coordinates from a ScreenPointF structure. | + | |
| - | === Overloads === | + | |
| - | This method returns a point shape in world coordinates from screen coordinates. | + | |
| - | === 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 === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:String |
| - | | screenCoordinate | Point<!-- System.Windows.Point --> | The point (in screen coordinates) to convert to world coordinates. | | + | * Description:N/A |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ===== Protected Methods ===== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | ==== 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 |
| + | |||
| + | == Return Value == | ||
| + | * Type:Boolean | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //obj// | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Int32 | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Type | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Protected Methods ==== | ||
| + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(RectangleShape) ** | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== DrawCore(RectangleShape) ==== | ||
| This method draws the features in the specified extent. | This method draws the features in the specified extent. | ||
| - | === Overloads === | + | == Remarks == |
| - | Zooms the overlay to the extent that you specify. | + | |
| - | === Remarks === | + | |
| This method draws the features in the specified extent. | This method draws the features in the specified extent. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| - | | worldExtent | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | The new world extent of the map. | | + | * Description:N/A |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | * //worldExtent// |
| - | ==== Finalize() ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
| - | === Return Value === | + | * Description:The new world extent of the map. |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} DxU=(GeoCanvas) ** |
| - | <!-- System.Object --> | + | N/A |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== InitializeCore() ==== | + | 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:Void |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | * //canvas// |
| - | ==== MemberwiseClone() ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] |
| - | === Return Value === | + | * Description:N/A |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** |
| - | <!-- System.Object --> | + | N/A |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== | + | N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| - | | args | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --> | | | + | * Description:N/A |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | * //canvas// |
| - | ==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] |
| - | === Return Value === | + | * Description:N/A |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** |
| - | | args | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> | | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | N/A |
| - | [[#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 | ||
| + | |||
| + | == 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() ** | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ZoomStoryCompletedCore() ==== | ||
| This method raised when zooming animation plays completed. | This method raised when zooming animation plays completed. | ||
| - | === Remarks === | + | == Remarks == |
| This method raised when zooming animation plays completed. | This method raised when zooming 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]] | + | <div newline></div> |
| - | ===== Public Properties ===== | + | ** {{wiki:ProtectedMethod.gif|}} PanAnimationCompletedCore() ** |
| - | ==== Attribution ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | This method raised when Panning animation plays completed. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== Name ==== | + | This method raised when Panning animation plays completed. |
| - | 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 === | + | == Parameters == |
| - | 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. | + | <div newline></div> |
| - | === Return Value === | + | ** {{wiki:ProtectedMethod.gif|}} InitializeCore() ** |
| - | ^ Return Type ^ | + | |
| - | | Double<!-- System.Double --> | | + | 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 == | ||
| + | * 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|}} Visibility ** | ||
| + | |||
| + | Gets or sets a value that indicates whether the overlay is visible on the map. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Visibility | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} OverlayElement ** | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== OverlayElement ==== | ||
| An FrameworkElement that contains the overlay. | An FrameworkElement that contains the overlay. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | FrameworkElement<!-- System.Windows.FrameworkElement --> | | + | == Return Value == |
| + | * Type:FrameworkElement | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Name ** |
| - | [[#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 --> | + | Gets or sets the name of an overlay which will display in the OverlaySwitcher. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== PanFrameY ==== | + | N/A |
| - | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. | + | == Return Value == |
| - | === Return Value === | + | * Type:String |
| - | ^ Return Type ^ | + | |
| - | | SplineDoubleKeyFrame<!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Attribution ** |
| - | [[#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 --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== StoryboardForZooming ==== | + | N/A |
| - | Gets the Storyboard object for zooming. | + | == Return Value == |
| - | === Return Value === | + | * Type:String |
| - | ^ Return Type ^ | + | |
| - | | Storyboard<!-- System.Windows.Media.Animation.Storyboard --> | | + | ** {{wiki:PublicProperty.gif|}} TransitionEffect ** |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TransitionEffect ==== | ||
| Gets or Sets the transition effect to use when the map is panned or zoomed. | Gets or Sets the transition effect to use when the map is panned or zoomed. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | [[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]]<!-- ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect --> | | + | == Return Value == |
| + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]] | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Opacity ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== Visibility ==== | + | Gets or sets the opacity level of the overlay. |
| - | Gets or sets a value that indicates whether the overlay is visible on the map. | + | == Remarks == |
| - | === Return Value === | + | The Opacity 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 ^ | + | == Return Value == |
| - | | Visibility<!-- System.Windows.Visibility --> | | + | * Type:Double |
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} ZIndex ** | ||
| - | <!-- 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. | Get or set z-index of overlay, The value is bigger, and the order is higher. | ||
| - | === Remarks === | + | == Remarks == |
| 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 Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:Int32 |
| - | | Int32<!-- System.Int32 --> | | + | |
| + | ** {{wiki:PublicProperty.gif|}} StoryboardForZooming ** | ||
| + | |||
| + | Gets the Storyboard object for zooming. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Storyboard | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} StoryboardForPanning ** | ||
| + | |||
| + | Gets the Storyboard object for panning. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Storyboard | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} PanFrameX ** | ||
| + | |||
| + | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:SplineDoubleKeyFrame | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} PanFrameY ** | ||
| + | |||
| + | Animates from the System.Double value of the previous key frame to its own System.Windows.Media.Animation.DoubleKeyFrame.Value using splined interpolation. | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:SplineDoubleKeyFrame | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} ZoomFrameX ** | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ZoomFrameX ==== | ||
| Gets the SplineDoubleKeyFrame for zooming. | Gets the SplineDoubleKeyFrame for zooming. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | SplineDoubleKeyFrame<!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> | | + | == Return Value == |
| + | * Type:SplineDoubleKeyFrame | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} ZoomFrameY ** | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ZoomFrameY ==== | ||
| Gets the SplineDoubleKeyFrame for zooming. | Gets the SplineDoubleKeyFrame for zooming. | ||
| - | === Return Value === | + | == Remarks == |
| - | ^ Return Type ^ | + | N/A |
| - | | SplineDoubleKeyFrame<!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> | | + | == Return Value == |
| + | * Type:SplineDoubleKeyFrame | ||
| + | |||
| + | ==== Protected Properties ==== | ||
| + | ** {{wiki:ProtectedProperty.gif|}} MapInfo ** | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | ==== MapInfo ==== | ||
| Gets or sets current map information. | Gets or sets current map information. | ||
| - | === Remarks === | + | == Remarks == |
| Gets or sets current map information. | Gets or sets current map information. | ||
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] |
| - | | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> | | + | |
| + | ** {{wiki:ProtectedProperty.gif|}} TranslateTransform ** | ||
| + | |||
| + | Gets the TranslateTransform object of this overlay. | ||
| + | == Remarks == | ||
| + | Gets the TranslateTransform object of this overlay. | ||
| + | == Return Value == | ||
| + | * Type:TranslateTransform | ||
| + | |||
| + | ** {{wiki:ProtectedProperty.gif|}} ScaleTransform ** | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== ScaleTransform ==== | ||
| Gets the ScaleTransform object of this overlay. | Gets the ScaleTransform object of this overlay. | ||
| - | === Remarks === | + | == Remarks == |
| Gets the ScaleTransform object of this overlay. | Gets the ScaleTransform object of this overlay. | ||
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:ScaleTransform |
| - | | ScaleTransform<!-- System.Windows.Media.ScaleTransform --> | | + | |
| + | ** {{wiki:ProtectedProperty.gif|}} TransformGroup ** | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ==== TransformGroup ==== | ||
| Gets the TranslateGroup object for panning and zooming. | Gets the TranslateGroup object for panning and zooming. | ||
| - | === Remarks === | + | == Remarks == |
| Gets the TranslateGroup object for panning and zooming. | Gets the TranslateGroup object for panning and zooming. | ||
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:TransformGroup |
| - | | TransformGroup<!-- System.Windows.Media.TransformGroup --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ==== Public Events ==== |
| - | [[#Protected Properties|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** |
| - | ==== TranslateTransform ==== | + | N/A |
| - | Gets the TranslateTransform object of this overlay. | + | == Remarks == |
| - | === Remarks === | + | N/A |
| - | Gets the TranslateTransform object of this overlay. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | TranslateTransform<!-- System.Windows.Media.TranslateTransform --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] |
| - | [[#Protected Properties|Go Back]] | + | |
| - | ===== Public Events ===== | + | |
| - | ==== DrawingAttribution ==== | + | |
| - | === Event Arguments === | + | |
| - | ^ Event Arguments ^ | + | |
| - | | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** |
| - | [[#Public Events|Go Back]] | + | N/A |
| - | ==== DrawnAttribution ==== | + | == Remarks == |
| - | === Event Arguments === | + | N/A |
| - | ^ Event Arguments ^ | + | |
| - | | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | Event Arguments:[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] |
| - | [[#Public Events|Go Back]] | + | |
| - | __NOTOC__ | ||
| - | [[Category:SilverlightEdition]] | ||
| - | [[Category:ThinkGeo.MapSuite.SilverlightEdition]] | ||
| - | [[Category:UpdateDocumentation]] | ||