ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> Provides data for the MouseMoved event.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs</a>
*System.Object System.EventArgs *ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the default constructor of this parameter. | ||
![]() | Vertex, Feature | This is the commonly used constructor. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Feature | This property gets or sets the Feature to be affected. | |
![]() | Vertex | This property gets or sets the vertex to be moved. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the default constructor of this parameter.
If you use this constructor, you must set the properties manually before use.
Name | Type | Description |
---|
This is the commonly used constructor.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#MouseMovedTrackInteractiveOverlayEventArgs.28Vertex.2C_Feature.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#MouseMovedTrackInteractiveOverlayEventArgs.28Vertex.2C_Feature.29</a>
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#Equals.28Object.29</a>
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#GetHashCode.28.29</a>
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#GetType.28.29</a>
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#ToString.28.29</a>
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#Finalize.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property gets or sets the Feature to be affected.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#AffectedFeature” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#AffectedFeature</a>
Return Type |
---|
Feature<!– ThinkGeo.MapSuite.Core.Feature –> |
<!– ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs –> Go Back
This property gets or sets the vertex to be moved.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#MovedVertex” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs#MovedVertex</a>
Return Type |
---|
Vertex<!– ThinkGeo.MapSuite.Core.Vertex –> |
<!– ThinkGeo.MapSuite.DesktopEdition.MouseMovedTrackInteractiveOverlayEventArgs –> Go Back