ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
Serves as the base class that defines the properties and methods shared by all types of overlays.
This is constructor of Overlay class.
N/A
This method re-draws this overlay in current extent.
The overlay will be panned to the center and zoomlevel of the extent that you specify.
This method initializes the overlay canvas such as width, height and z-index for first time.
This method initializes the overlay canvas such as width, height and z-index for first time.
ToWorldCoordinate(Double,Double)
This method returns a point shape in world coordinates from the specified X, Y screen coordinates.
This method converts X, Y screen coordinates to a point shape in world coodinates.
This method returns a point shape in world coordinates from a ScreenPointF structure.
This method converts a screen point to a point in world coordinates.
This method returns a point shape in world coordinates from a ScreenPointF structure.
This method converts a screen point to a point in world coordinates.
ToScreenCoordinate(Double,Double)
This method returns a point shape in screen coordinates from the specified X, Y world coordinates.
This method converts X, Y world coordinates to a point in screen coordinates.
ToScreenCoordinate(PointShape)
This method returns a screen point from a point shape in world coordinates.
This method converts the coordinates of a point shape to a point in screen coordinates.
This method returns a screen point from a point shape in world coordinates.
This method converts the coordinates of a point shape to a point in screen coordinates.
N/A
N/A
N/A
N/A
This method draws the features in the specified extent.
N/A
N/A
N/A
N/A
This method raised when zooming animation plays completed.
This method raised when zooming animation plays completed.
This method raised when Panning animation plays completed.
This method initializes the overlay canvas such as width, height and z-index for first time.
This method initializes the overlay canvas such as width, height and z-index for first time.
N/A
N/A
N/A
N/A
Gets or sets the name of an overlay which will display in the OverlaySwitcher.
N/A
N/A
Gets or Sets the transition effect to use when the map is panned or zoomed.
N/A
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.
Get or set z-index of overlay, The value is bigger, and the order is higher.
N/A
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.
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.
N/A
N/A
N/A
Gets or sets current map information.
Gets the TranslateTransform object of this overlay.
Gets the ScaleTransform object of this overlay.
Gets the TranslateGroup object for panning and zooming.
N/A
Event Arguments:DrawnAttributionOverlayEventArgs