This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.desktopedition.editinteractiveoverlay [2015/09/22 08:10] admin |
thinkgeo.mapsuite.desktopedition.editinteractiveoverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay ====== | ====== ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class inherits from the InterativeOverlay abstract class. This specified overlay describes the EditShape interactive process with the MapControl using the Mouse or Keyboard. | This class inherits from the InterativeOverlay abstract class. This specified overlay describes the EditShape interactive process with the MapControl using the Mouse or Keyboard. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 1633: | Line 1636: | ||
** {{wiki:PublicProperty.gif|}} IsEmpty ** | ** {{wiki:PublicProperty.gif|}} IsEmpty ** | ||
- | This property overrides its property in the base class by watching the feature count in editShapesLayer. If it is empty, we can skip drawing it for better performance. | + | * //This property overrides its property in the base class by watching the feature count in editShapesLayer. If it is empty, we can skip drawing it for better performance.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsEmpty | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsEmpty// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1641: | Line 1644: | ||
** {{wiki:PublicProperty.gif|}} VertexDraggingMode ** | ** {{wiki:PublicProperty.gif|}} VertexDraggingMode ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#VertexDraggingMode | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#VertexDraggingMode// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexDraggingMode|VertexDraggingMode]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.VertexDraggingMode|VertexDraggingMode]] | ||
Line 1649: | Line 1652: | ||
** {{wiki:PublicProperty.gif|}} EditShapesLayer ** | ** {{wiki:PublicProperty.gif|}} EditShapesLayer ** | ||
- | This property gets the InMemoryFeatureLayer which holds the edit shapes. | + | * //This property gets the InMemoryFeatureLayer which holds the edit shapes.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EditShapesLayer | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#EditShapesLayer// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
Line 1657: | Line 1660: | ||
** {{wiki:PublicProperty.gif|}} DragControlPointsLayer ** | ** {{wiki:PublicProperty.gif|}} DragControlPointsLayer ** | ||
- | This property gets the InMemoryFeatureLayer, which holds the control points for dragging. | + | * //This property gets the InMemoryFeatureLayer, which holds the control points for dragging.// |
== Remarks == | == Remarks == | ||
- | Every control point for dragging is not an existing vertex of the edit shapes. | + | * //Every control point for dragging is not an existing vertex of the edit shapes.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
Line 1665: | Line 1668: | ||
** {{wiki:PublicProperty.gif|}} RotateControlPointsLayer ** | ** {{wiki:PublicProperty.gif|}} RotateControlPointsLayer ** | ||
- | This property gets the InMemoryFeatureLayer which holds the control points for rotating. | + | * //This property gets the InMemoryFeatureLayer which holds the control points for rotating.// |
== Remarks == | == Remarks == | ||
- | Every control point for rotating is not an existing vertex of the edit shapes. | + | * //Every control point for rotating is not an existing vertex of the edit shapes.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
Line 1673: | Line 1676: | ||
** {{wiki:PublicProperty.gif|}} ResizeControlPointsLayer ** | ** {{wiki:PublicProperty.gif|}} ResizeControlPointsLayer ** | ||
- | This property gets the InMemoryFeatureLayer which holds the control points for resizing. | + | * //This property gets the InMemoryFeatureLayer which holds the control points for resizing.// |
== Remarks == | == Remarks == | ||
- | Every control point for resizing is not an existing vertex of the edit shapes. | + | * //Every control point for resizing is not an existing vertex of the edit shapes.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
Line 1681: | Line 1684: | ||
** {{wiki:PublicProperty.gif|}} ExistingControlPointsLayer ** | ** {{wiki:PublicProperty.gif|}} ExistingControlPointsLayer ** | ||
- | This property gets the InMemoryFeatureLayer which holds the control points that represent the existing vertices of the edit shapes. | + | * //This property gets the InMemoryFeatureLayer which holds the control points that represent the existing vertices of the edit shapes.// |
== Remarks == | == Remarks == | ||
- | Every control point in this layer is an existing vertex of the edit shapes. | + | * //Every control point in this layer is an existing vertex of the edit shapes.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | * Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureLayer|InMemoryFeatureLayer]] | ||
Line 1689: | Line 1692: | ||
** {{wiki:PublicProperty.gif|}} ControlPointType ** | ** {{wiki:PublicProperty.gif|}} ControlPointType ** | ||
- | This property gets or sets the ControlPointType for the control points of the edit shapes. | + | * //This property gets or sets the ControlPointType for the control points of the edit shapes.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ControlPointType | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#ControlPointType// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointType|ControlPointType]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointType|ControlPointType]] | ||
Line 1697: | Line 1700: | ||
** {{wiki:PublicProperty.gif|}} CanDrag ** | ** {{wiki:PublicProperty.gif|}} CanDrag ** | ||
- | Gets a value that indicates whether or not the shape can be dragged. | + | * //Gets a value that indicates whether or not the shape can be dragged.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanDrag | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanDrag// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1705: | Line 1708: | ||
** {{wiki:PublicProperty.gif|}} CanReshape ** | ** {{wiki:PublicProperty.gif|}} CanReshape ** | ||
- | Gets a value that indicates whether or not the shape can be reshaped. | + | * //Gets a value that indicates whether or not the shape can be reshaped.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanReshape | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanReshape// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1713: | Line 1716: | ||
** {{wiki:PublicProperty.gif|}} CanResize ** | ** {{wiki:PublicProperty.gif|}} CanResize ** | ||
- | Gets a value that indicates whether or not the shape can be resized. | + | * //Gets a value that indicates whether or not the shape can be resized.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanResize | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanResize// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1721: | Line 1724: | ||
** {{wiki:PublicProperty.gif|}} CanRotate ** | ** {{wiki:PublicProperty.gif|}} CanRotate ** | ||
- | Gets a value that indicates whether or not the shape can be rotated. | + | * //Gets a value that indicates whether or not the shape can be rotated.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanRotate | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanRotate// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1729: | Line 1732: | ||
** {{wiki:PublicProperty.gif|}} CanAddVertex ** | ** {{wiki:PublicProperty.gif|}} CanAddVertex ** | ||
- | Gets a value that indicates whether or not the shape can Add new vertex. | + | * //Gets a value that indicates whether or not the shape can Add new vertex.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanAddVertex | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanAddVertex// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1737: | Line 1740: | ||
** {{wiki:PublicProperty.gif|}} CanRemoveVertex ** | ** {{wiki:PublicProperty.gif|}} CanRemoveVertex ** | ||
- | Gets a value that indicates whether or not the shape can remove a existing vertex. | + | * //Gets a value that indicates whether or not the shape can remove a existing vertex.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanRemoveVertex | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#CanRemoveVertex// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1745: | Line 1748: | ||
** {{wiki:PublicProperty.gif|}} Attribution ** | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawAttributionCore.28GeoCanvas.29// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 1753: | Line 1756: | ||
** {{wiki:PublicProperty.gif|}} Lock ** | ** {{wiki:PublicProperty.gif|}} Lock ** | ||
- | This property gets the OverlayLock object. | + | * //This property gets the OverlayLock object.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Lock | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Lock// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] | ||
Line 1761: | Line 1764: | ||
** {{wiki:PublicProperty.gif|}} IsBase ** | ** {{wiki:PublicProperty.gif|}} IsBase ** | ||
- | Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false. | + | * //Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsBase | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsBase// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1769: | Line 1772: | ||
** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ||
- | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | + | * //This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawingExceptionMode | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#DrawingExceptionMode// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
Line 1777: | Line 1780: | ||
** {{wiki:PublicProperty.gif|}} IsVisible ** | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
- | Gets or sets a value that indicates whether the overlay is visible on the map. | + | * //Gets or sets a value that indicates whether the overlay is visible on the map.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsVisible | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#IsVisible// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1785: | Line 1788: | ||
** {{wiki:PublicProperty.gif|}} Name ** | ** {{wiki:PublicProperty.gif|}} Name ** | ||
- | Gets or sets the name of the overlay, which can be used to represent a specific overlay. | + | * //Gets or sets the name of the overlay, which can be used to represent a specific overlay.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Name | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#Name// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 1793: | Line 1796: | ||
** {{wiki:PublicProperty.gif|}} TileCache ** | ** {{wiki:PublicProperty.gif|}} TileCache ** | ||
- | This property gets or sets the TileCache used for the overlay. | + | * //This property gets or sets the TileCache used for the overlay.// |
== Remarks == | == Remarks == | ||
- | The TileCache system is always used for better performance, especially in the case where your application tiles can be pregenerated. | + | * //The TileCache system is always used for better performance, especially in the case where your application tiles can be pregenerated.// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
Line 1801: | Line 1804: | ||
** {{wiki:PublicProperty.gif|}} PreviewTileCache ** | ** {{wiki:PublicProperty.gif|}} PreviewTileCache ** | ||
- | This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set. | + | * //This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#PreviewTileCache | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#PreviewTileCache// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
Line 1809: | Line 1812: | ||
** {{wiki:PublicProperty.gif|}} DrawingTime ** | ** {{wiki:PublicProperty.gif|}} DrawingTime ** | ||
- | This property gets the last drawing time for the Overlay. | + | * //This property gets the last drawing time for the Overlay.// |
== Remarks == | == Remarks == | ||
- | We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays. | + | * //We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays.// |
== Return Value == | == Return Value == | ||
* Type:TimeSpan | * Type:TimeSpan | ||
Line 1817: | Line 1820: | ||
** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here: | + | * //For the most updated Info for this topic, please check it here:// |
== Return Value == | == Return Value == | ||
* Type:TimeSpan | * Type:TimeSpan | ||
Line 1826: | Line 1829: | ||
** {{wiki:ProtectedProperty.gif|}} SelectControlPointFeature ** | ** {{wiki:ProtectedProperty.gif|}} SelectControlPointFeature ** | ||
- | This property gets the feature that represents the selected control points of the edit shapes. | + | * //This property gets the feature that represents the selected control points of the edit shapes.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#SelectControlPointFeature | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#SelectControlPointFeature// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
Line 1834: | Line 1837: | ||
** {{wiki:ProtectedProperty.gif|}} OriginalEditingFeature ** | ** {{wiki:ProtectedProperty.gif|}} OriginalEditingFeature ** | ||
- | This property gets the feature that represents the original editing feature. | + | * //This property gets the feature that represents the original editing feature.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OriginalEditingFeature | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OriginalEditingFeature// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
Line 1842: | Line 1845: | ||
** {{wiki:ProtectedProperty.gif|}} xRM= ** | ** {{wiki:ProtectedProperty.gif|}} xRM= ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1850: | Line 1853: | ||
** {{wiki:ProtectedProperty.gif|}} rxM= ** | ** {{wiki:ProtectedProperty.gif|}} rxM= ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | ||
Line 1858: | Line 1861: | ||
==== Public Events ==== | ==== Public Events ==== | ||
** {{wiki:PublicEvent.gif|}} FeatureDragged ** | ** {{wiki:PublicEvent.gif|}} FeatureDragged ** | ||
- | This event will be fired after dragging the feature. | + | * //This event will be fired after dragging the feature.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragged.28FeatureDraggedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggedEditInteractiveOverlayEventArgs|FeatureDraggedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} FeatureDragging ** | ** {{wiki:PublicEvent.gif|}} FeatureDragging ** | ||
- | This event will be fired before dragging the feature. | + | * //This event will be fired before dragging the feature.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureDragging.28FeatureDraggingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureDraggingEditInteractiveOverlayEventArgs|FeatureDraggingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} FeatureResized ** | ** {{wiki:PublicEvent.gif|}} FeatureResized ** | ||
- | This event will be fired after resizing the feature. | + | * //This event will be fired after resizing the feature.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResized.28FeatureResizedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizedEditInteractiveOverlayEventArgs|FeatureResizedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} FeatureResizing ** | ** {{wiki:PublicEvent.gif|}} FeatureResizing ** | ||
- | This event will be fired before resizing the feature. | + | * //This event will be fired before resizing the feature.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureResizing.28FeatureResizingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureResizingEditInteractiveOverlayEventArgs|FeatureResizingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} FeatureRotated ** | ** {{wiki:PublicEvent.gif|}} FeatureRotated ** | ||
- | This event will be fired after rotating the feature. | + | * //This event will be fired after rotating the feature.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotated.28FeatureRotatedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatedEditInteractiveOverlayEventArgs|FeatureRotatedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} FeatureRotating ** | ** {{wiki:PublicEvent.gif|}} FeatureRotating ** | ||
- | This event will be fired before rotating the feature. | + | * //This event will be fired before rotating the feature.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnFeatureRotating.28FeatureRotatingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.FeatureRotatingEditInteractiveOverlayEventArgs|FeatureRotatingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} VertexAdded ** | ** {{wiki:PublicEvent.gif|}} VertexAdded ** | ||
- | This event will be fired after adding the vertex. | + | * //This event will be fired after adding the vertex.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdded.28VertexAddedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddedEditInteractiveOverlayEventArgs|VertexAddedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} VertexAdding ** | ** {{wiki:PublicEvent.gif|}} VertexAdding ** | ||
- | This event will be fired before adding the vertex. | + | * //This event will be fired before adding the vertex.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexAdding.28VertexAddingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexAddingEditInteractiveOverlayEventArgs|VertexAddingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} VertexMoved ** | ** {{wiki:PublicEvent.gif|}} VertexMoved ** | ||
- | This event will be fired after moving the vertex. | + | * //This event will be fired after moving the vertex.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoved.28VertexMovedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexMovedEditInteractiveOverlayEventArgs|VertexMovedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} VertexMoving ** | ** {{wiki:PublicEvent.gif|}} VertexMoving ** | ||
- | This event will be fired before moving the vertex. | + | * //This event will be fired before moving the vertex.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexMoving.28VertexMovingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexMovingEditInteractiveOverlayEventArgs|VertexMovingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} VertexRemoved ** | ** {{wiki:PublicEvent.gif|}} VertexRemoved ** | ||
- | This event will be fired after removing the vertex. | + | * //This event will be fired after removing the vertex.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoved.28VertexRemovedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovedEditInteractiveOverlayEventArgs|VertexRemovedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} VertexRemoving ** | ** {{wiki:PublicEvent.gif|}} VertexRemoving ** | ||
- | This event will be fired before removing the vertex. | + | * //This event will be fired before removing the vertex.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnVertexRemoving.28VertexRemovingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.VertexRemovingEditInteractiveOverlayEventArgs|VertexRemovingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} ControlPointSelected ** | ** {{wiki:PublicEvent.gif|}} ControlPointSelected ** | ||
- | This event will be fired after selecting the control point. | + | * //This event will be fired after selecting the control point.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelected.28ControlPointSelectedEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectedEditInteractiveOverlayEventArgs|ControlPointSelectedEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} ControlPointSelecting ** | ** {{wiki:PublicEvent.gif|}} ControlPointSelecting ** | ||
- | This event will be fired before selecting the control point. | + | * //This event will be fired before selecting the control point.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnControlPointSelecting.28ControlPointSelectingEditInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.ControlPointSelectingEditInteractiveOverlayEventArgs|ControlPointSelectingEditInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseDown ** | ** {{wiki:PublicEvent.gif|}} MapMouseDown ** | ||
- | This event will be fired when the Mouse button is pressed (down) on the Map. | + | * //This event will be fired when the Mouse button is pressed (down) on the Map.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseMove ** | ** {{wiki:PublicEvent.gif|}} MapMouseMove ** | ||
- | This event will be fired when the Mouse is moved on the Map. | + | * //This event will be fired when the Mouse is moved on the Map.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseUp ** | ** {{wiki:PublicEvent.gif|}} MapMouseUp ** | ||
- | This event will be fired when the Mouse button is released (up) on the Map. | + | * //This event will be fired when the Mouse button is released (up) on the Map.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseClick ** | ** {{wiki:PublicEvent.gif|}} MapMouseClick ** | ||
- | This event will be fired when the Mouse button is clicked (mouse up and mouse down in the same postion) on the Map. | + | * //This event will be fired when the Mouse button is clicked (mouse up and mouse down in the same postion) on the Map.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseDoubleClick ** | ** {{wiki:PublicEvent.gif|}} MapMouseDoubleClick ** | ||
- | This event will be fired when the Mouse button is double-clicked on the Map. | + | * //This event will be fired when the Mouse button is double-clicked on the Map.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapMouseWheel ** | ** {{wiki:PublicEvent.gif|}} MapMouseWheel ** | ||
- | This event will be fired when the Mouse wheel is scrolled while the cursor is over the Map. | + | * //This event will be fired when the Mouse wheel is scrolled while the cursor is over the Map.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapKeyDown ** | ** {{wiki:PublicEvent.gif|}} MapKeyDown ** | ||
- | This event will be fired when the key is pressed down when focusing on the Map. | + | * //This event will be fired when the key is pressed down when focusing on the Map.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} MapKeyUp ** | ** {{wiki:PublicEvent.gif|}} MapKeyUp ** | ||
- | This event will be fired when the key is released up when focusing on the Map. | + | * //This event will be fired when the key is released up when focusing on the Map.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} Drawing ** | ** {{wiki:PublicEvent.gif|}} Drawing ** | ||
- | This event will be fired before the Overlay is drawn. | + | * //This event will be fired before the Overlay is drawn.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} Drawn ** | ** {{wiki:PublicEvent.gif|}} Drawn ** | ||
- | This event will be fired after the Overlay is drawn. | + | * //This event will be fired after the Overlay is drawn.// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.EditInteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here: | + | * //For the most updated Info for this topic, please check it here:// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | For the most updated Info for this topic, please check it here: | + | * //For the most updated Info for this topic, please check it here:// |
Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] | ||