This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.silverlightedition.layeroverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightedition.layeroverlay [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.SilverlightEdition.LayerOverlay ====== | ====== ThinkGeo.MapSuite.SilverlightEdition.LayerOverlay ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- Class --> | ||
| This class represents an Overlay that contains layers such as ShapeFileFeatureLayer, InMemoryFeatureLayer.. | This class represents an Overlay that contains layers such as ShapeFileFeatureLayer, InMemoryFeatureLayer.. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.SilverlightEdition.Overlay]] | + | *ThinkGeo.MapSuite.SilverlightEdition.Overlay |
| - | ***[[ThinkGeo.MapSuite.SilverlightEdition.LayerOverlay]] | + | ***ThinkGeo.MapSuite.SilverlightEdition.LayerOverlay** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} LayerOverlay() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#LayerOverlay()|LayerOverlay]] | | | This is constructor of LayerOverlay class. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#LayerOverlay(String)|LayerOverlay]] | String | | This is constructor of LayerOverlay class. | | + | |
| + | * //This is constructor of LayerOverlay class.// | ||
| + | == Remarks == | ||
| + | * //This is constructor of LayerOverlay class.// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} LayerOverlay(String) ** | ||
| + | |||
| + | * //This is constructor of LayerOverlay class.// | ||
| + | == Remarks == | ||
| + | * //This is constructor of LayerOverlay class.// | ||
| + | == Parameters == | ||
| + | * //name// | ||
| + | * Type:String | ||
| + | * Description:A string value indicating the name of this overlay. | ||
| + | |||
| + | <div newline></div> | ||
| ==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} Refresh() ** |
| - | | {{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}}[[#Refresh()|Refresh]] | | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method re-draws this overlay in current extent. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(Point)|ToScreenCoordinate]] | Point | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method returns a screen point from a point shape in world coordinates. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(Double, Double)|ToScreenCoordinate]] | Double, Double | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method returns a point shape in screen coordinates from the specified X, Y world coordinates. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToScreenCoordinate(PointShape)|ToScreenCoordinate]] | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method returns a screen point from a point shape in world coordinates. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(PointShape)|ToWorldCoordinate]] | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method returns a point shape in world coordinates from a ScreenPointF structure. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToWorldCoordinate(Double, Double)|ToWorldCoordinate]] | Double, Double | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. | | + | |
| - | | {{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. | | + | |
| - | ==== Protected Methods ==== | + | * //N/A// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawAttributionCore(GeoCanvas)|DrawAttributionCore]] | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | | | + | * //N/A// |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(RectangleShape)|DrawCore]] | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) | This method draws the features in the specified extent. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#InitializeCore()|InitializeCore]] | | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]](overriden) | This method initializes the properties of 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}}[[#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}}[[#PanAnimationCompletedCore()|PanAnimationCompletedCore]] | | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method raised when Panning animation plays completed. | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ZoomStoryCompletedCore()|ZoomStoryCompletedCore]] | | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | This method raised when zooming animation plays completed. | | + | |
| - | ==== Public Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Attribution|Attribution]] | String | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | | | + | * Description:N/A |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DrawMode|DrawMode]] | [[ThinkGeo.MapSuite.SilverlightEdition.DrawMode|DrawMode]] | | The DrawMode property specity the mode to render the map. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Layers|Layers]] | [[ThinkGeo.MapSuite.SilverlightCore.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]]> | | Gets a GeoCollection that contains the layers that will draw on the image that is sent to the browser. | | + | |
| - | | {{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 ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#MapInfo|MapInfo]] | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | Gets or sets current map information. | | + | ** {{wiki:PublicMethod.gif|}} Draw(RectangleShape,OverlayDrawType) ** |
| - | | {{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 ==== | + | * //N/A// |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawingAttribution|DrawingAttribution]] | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | | | + | * //N/A// |
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#DrawnAttribution|DrawnAttribution]] | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | [[ThinkGeo.MapSuite.SilverlightEdition.Overlay|Overlay]] | | | + | |
| - | ===== Public Constructors ===== | + | == Return Value == |
| - | ==== LayerOverlay() ==== | + | * Type:Void |
| - | This is constructor of LayerOverlay class. | + | * Description:N/A |
| - | === Overloads === | + | |
| - | This is constructor of LayerOverlay class. | + | |
| - | === Remarks === | + | |
| - | This is constructor of <strong>LayerOverlay</strong> class. | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Public Constructors|Go Back]] | + | == Parameters == |
| - | ==== LayerOverlay(String) ==== | + | * //worldExtent// |
| - | This is constructor of LayerOverlay class. | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] |
| - | === Overloads === | + | * Description:N/A |
| - | This is constructor of LayerOverlay class. | + | |
| - | === Remarks === | + | |
| - | This is constructor of <strong>LayerOverlay</strong> class. | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | name | String<!-- System.String --> | A string value indicating the name of this overlay. | | + | |
| - | [[#Public Constructors|Go Back]] | + | * //overlayDrawType// |
| - | ===== Protected Constructors ===== | + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]] |
| - | ===== Public Methods ===== | + | * Description:N/A |
| - | ==== 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 === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} Initialize(Map) ** |
| - | | worldExtent | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | The new world extent of the map. | | + | |
| - | | overlayDrawType | [[ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType|OverlayDrawType]]<!-- ThinkGeo.MapSuite.SilverlightEdition.OverlayDrawType --> | The enum value indecating that the map draws features or not. | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== Equals(Object) ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| - | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //currentMap// |
| - | ==== GetHashCode() ==== | + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] |
| - | === Return Value === | + | * Description:N/A |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToWorldCoordinate(Double,Double) ** |
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetType() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //screenX// |
| - | ==== Initialize(Map) ==== | + | * Type:Double |
| - | This method initializes the overlay canvas such as width, height and z-index for first time. | + | * Description:N/A |
| - | === 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 === | + | * //screenY// |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Double |
| - | | currentMap | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> | Current map information. | | + | * Description:N/A |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToWorldCoordinate(PointShape) ** |
| - | ==== 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 === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
| - | ==== ToScreenCoordinate(Point) ==== | + | * Description:N/A |
| - | This method returns a screen point from a point shape in world coordinates. | + | |
| - | === Remarks === | + | |
| - | This method converts the coordinates of a point shape to a point in screen coordinates. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A screen point in pixels. | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //screenCoordinate// |
| - | | worldCoordinate | Point<!-- System.Windows.Point --> | A point in world coordinates. | | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToWorldCoordinate(Point) ** |
| - | ==== 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 === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | worldX | Double<!-- System.Double --> | The X world coordinate. | | + | * //N/A// |
| - | | worldY | Double<!-- System.Double --> | The Y world coordinate. | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
| - | ==== ToScreenCoordinate(PointShape) ==== | + | * Description:N/A |
| - | This method returns a screen point from a point shape in world coordinates. | + | |
| - | === Remarks === | + | |
| - | This method converts the coordinates of a point shape to a point in screen coordinates. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A screen point in pixels. | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //screenCoordinate// |
| - | | worldCoordinate | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A point shape in world coordinates. | | + | * Type:Point |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | <div newline></div> |
| - | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToScreenCoordinate(Double,Double) ** |
| - | ==== ToString() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
| - | ==== ToWorldCoordinate(PointShape) ==== | + | * Description:N/A |
| - | This method returns a point shape in world coordinates from a ScreenPointF structure. | + | |
| - | === Remarks === | + | |
| - | This method converts a screen point to a point in world coordinates. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A point shape in world coordinates. | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //worldX// |
| - | | screenCoordinate | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | The point (in screen coordinates) to convert to world coordinates. | | + | * Type:Double |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | * //worldY// |
| - | [[#Public Methods|Go Back]] | + | * Type:Double |
| - | ==== ToWorldCoordinate(Double, Double) ==== | + | * Description:N/A |
| - | This method returns a point shape in world coordinates from the specified X, Y screen coordinates. | + | |
| - | === Remarks === | + | |
| - | This method converts X, Y screen coordinates to a point shape in world coodinates. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A point shape in world coordinates. | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToScreenCoordinate(PointShape) ** |
| - | | 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. | + | |
| - | === 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 | 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]] | + | * //worldCoordinate// |
| - | ===== Protected Methods ===== | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
| - | ==== DrawAttributionCore(GeoCanvas) ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToScreenCoordinate(Point) ** |
| - | | canvas | [[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoCanvas --> | | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== DrawCore(RectangleShape) ==== | + | * //N/A// |
| - | This method draws the features in the specified extent. | + | |
| - | === Overloads === | + | |
| - | Zooms the overlay to the extent that you specify. | + | |
| - | === Remarks === | + | |
| - | This method draws the features in the specified extent. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
| - | | worldExtent | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> | The new world extent of the map. | | + | * Description:N/A |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | * //worldCoordinate// |
| - | ==== Finalize() ==== | + | * Type:Point |
| - | === Return Value === | + | * Description:N/A |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== InitializeCore() ==== | + | * //N/A// |
| - | This method initializes the properties of the overlay canvas such as width, height and z-index for first time. | + | |
| - | === Remarks === | + | |
| - | This method initializes the properties of 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:String |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay(overriden) --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ==== MemberwiseClone() ==== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Boolean |
| - | ==== OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | * //obj// |
| - | | args | [[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs --> | | | + | * Type:Object |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | <div newline></div> |
| - | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | ==== OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | args | [[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs --> | | | + | * //N/A// |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Return Value == |
| - | [[#Protected Methods|Go Back]] | + | * Type:Int32 |
| - | ==== PanAnimationCompletedCore() ==== | + | * Description: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 === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== ZoomStoryCompletedCore() ==== | + | * //N/A// |
| - | 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 === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
| + | * Description:N/A | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ===== Public Properties ===== | + | ==== Protected Methods ==== |
| - | ==== Attribution ==== | + | ** {{wiki:ProtectedMethod.gif|}} InitializeCore() ** |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | * //This method initializes the properties of the overlay canvas such as width, height and z-index for first time.// |
| - | | String<!-- System.String --> | | + | == Remarks == |
| + | * //This method initializes the properties of 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|}} DrawCore(RectangleShape) ** | ||
| + | |||
| + | * //This method draws the features in the specified extent.// | ||
| + | == Remarks == | ||
| + | * //This method draws the features in the specified extent.// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //worldExtent// | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] | ||
| + | * Description:The new world extent of the map. | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} DxU=(GeoCanvas) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //canvas// | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //canvas// | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionOverlayEventArgs) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //args// | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionOverlayEventArgs) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //args// | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} ZoomStoryCompletedCore() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} PanAnimationCompletedCore() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Object | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Public Properties ==== | ||
| + | ** {{wiki:PublicProperty.gif|}} Layers ** | ||
| + | |||
| + | Gets a GeoCollection that contains the layers that will draw on the image that is sent to the browser. | ||
| + | == Remarks == | ||
| + | The Layers property holds all of the layers that are used by the Draw method. The Draw method loops through all layers to filter out features and draw with specified styles to the image that will be sent to the browser. | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCollection<T>[[ThinkGeo.MapSuite.SilverlightCore.Layer, SilverlightMapSuiteCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]|GeoCollection<T>]] | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} DrawMode ** | ||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DrawMode ==== | ||
| The DrawMode property specity the mode to render the map. | The DrawMode property specity the mode to render the map. | ||
| - | === Remarks === | + | == Remarks == |
| DrawMode.WritableBitmap is more responsive. DrawMode.Shape draws faster. | DrawMode.WritableBitmap is more responsive. DrawMode.Shape draws faster. | ||
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.DrawMode|DrawMode]] |
| - | | [[ThinkGeo.MapSuite.SilverlightEdition.DrawMode|DrawMode]]<!-- ThinkGeo.MapSuite.SilverlightEdition.DrawMode --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.LayerOverlay --> | + | ** {{wiki:PublicProperty.gif|}} Visibility ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== Layers ==== | + | |
| - | Gets a GeoCollection that contains the layers that will draw on the image that is sent to the browser. | + | |
| - | === Remarks === | + | |
| - | The <strong>Layers</strong> property holds all of the layers that are used by the <strong>Draw</strong> method. The Draw method loops through all layers to filter out features and draw with specified styles to the image that will be sent to the browser. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.GeoCollection|GeoCollection]]<[[ThinkGeo.MapSuite.SilverlightCore.Layer|Layer]]><!-- ThinkGeo.MapSuite.SilverlightCore.GeoCollection{ThinkGeo.MapSuite.SilverlightCore.Layer} --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.LayerOverlay --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== Name ==== | + | N/A |
| - | Gets or sets the name of an overlay which will display in the OverlaySwitcher. | + | == Return Value == |
| - | === Return Value === | + | * Type:Visibility |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} OverlayElement ** |
| - | [[#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 --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== OverlayElement ==== | + | N/A |
| - | An FrameworkElement that contains the overlay. | + | == Return Value == |
| - | === Return Value === | + | * Type:FrameworkElement |
| - | ^ Return Type ^ | + | |
| - | | FrameworkElement<!-- System.Windows.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 --> | + | N/A |
| - | [[#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 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} TransitionEffect ** |
| - | [[#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 --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== Visibility ==== | + | N/A |
| - | Gets or sets a value that indicates whether the overlay is visible on the map. | + | == Return Value == |
| - | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.TransitionEffect|TransitionEffect]] |
| - | ^ Return Type ^ | + | |
| - | | Visibility<!-- System.Windows.Visibility --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} Opacity ** |
| - | [[#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 --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== ZoomFrameX ==== | + | N/A |
| - | Gets the SplineDoubleKeyFrame for zooming. | + | == Return Value == |
| - | === Return Value === | + | * Type:Double |
| - | ^ Return Type ^ | + | |
| - | | SplineDoubleKeyFrame<!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} ZIndex ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== ZoomFrameY ==== | + | |
| - | Gets the SplineDoubleKeyFrame for zooming. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | SplineDoubleKeyFrame<!-- System.Windows.Media.Animation.SplineDoubleKeyFrame --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ===== Protected Properties ===== | + | N/A |
| - | ==== MapInfo ==== | + | == Return Value == |
| - | Gets or sets current map information. | + | * Type:Int32 |
| - | === Remarks === | + | |
| - | Gets or sets current map information. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]]<!-- ThinkGeo.MapSuite.SilverlightEdition.Map --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} StoryboardForZooming ** |
| - | [[#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 --> | + | N/A |
| - | [[#Protected Properties|Go Back]] | + | == Remarks == |
| - | ==== TransformGroup ==== | + | N/A |
| - | Gets the TranslateGroup object for panning and zooming. | + | == Return Value == |
| - | === Remarks === | + | * Type:Storyboard |
| - | Gets the TranslateGroup object for panning and zooming. | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | TransformGroup<!-- System.Windows.Media.TransformGroup --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.Overlay --> | + | ** {{wiki:PublicProperty.gif|}} StoryboardForPanning ** |
| - | [[#Protected Properties|Go Back]] | + | |
| - | ==== TranslateTransform ==== | + | N/A |
| - | Gets the TranslateTransform object of this overlay. | + | == Remarks == |
| - | === Remarks === | + | N/A |
| - | Gets the TranslateTransform object of this overlay. | + | == Return Value == |
| - | === Return Value === | + | * Type:Storyboard |
| - | ^ Return Type ^ | + | |
| - | | TranslateTransform<!-- System.Windows.Media.TranslateTransform --> | | + | ** {{wiki:PublicProperty.gif|}} PanFrameX ** |
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:SplineDoubleKeyFrame | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} PanFrameY ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:SplineDoubleKeyFrame | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} ZoomFrameX ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:SplineDoubleKeyFrame | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} ZoomFrameY ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:SplineDoubleKeyFrame | ||
| + | |||
| + | ==== Protected Properties ==== | ||
| + | ** {{wiki:ProtectedProperty.gif|}} MapInfo ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightEdition.Map|Map]] | ||
| + | |||
| + | ** {{wiki:ProtectedProperty.gif|}} TranslateTransform ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:TranslateTransform | ||
| + | |||
| + | ** {{wiki:ProtectedProperty.gif|}} ScaleTransform ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:ScaleTransform | ||
| + | |||
| + | ** {{wiki:ProtectedProperty.gif|}} TransformGroup ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:TransformGroup | ||
| + | |||
| + | ==== Public Events ==== | ||
| + | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| - | <!-- 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]] | ||