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!
This class inherits from Overlay abstract class. This specified overlay describle the interative process with MapControl using Mouse or Keyborad.
MouseMove(InteractionArguments)
MouseClick(InteractionArguments)
MouseDoubleClick(InteractionArguments)
MouseWheel(InteractionArguments)
ToScreenCoordinate(PointShape)
MouseDownCore(InteractionArguments)
MouseMoveCore(InteractionArguments)
MouseUpCore(InteractionArguments)
MouseClickCore(InteractionArguments)
MouseDoubleClickCore(InteractionArguments)
MouseWheelCore(InteractionArguments)
OnMapMouseDown(MapMouseDownInteractiveOverlayEventArgs)
OnMapMouseMove(MapMouseMoveInteractiveOverlayEventArgs)
OnMapMouseUp(MapMouseUpInteractiveOverlayEventArgs)
OnMapMouseClick(MapMouseClickInteractiveOverlayEventArgs)
OnMapMouseDoubleClick(MapMouseDoubleClickInteractiveOverlayEventArgs)
OnMapMouseWheel(MapMouseWheelInteractiveOverlayEventArgs)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Event Arguments:MapMouseDownInteractiveOverlayEventArgs
MapMouseMove
This event will be fired when Mouse moved on the Map.
N/A
Event Arguments:MapMouseMoveInteractiveOverlayEventArgs
MapMouseUp
This event will be fired when Mouse released up on the Map.
N/A
Event Arguments:MapMouseUpInteractiveOverlayEventArgs
MapMouseClick
This event will be fired when Mouse clicked(mouse up and mouse down in the same postion) on the Map.
N/A
Event Arguments:MapMouseClickInteractiveOverlayEventArgs
MapMouseDoubleClick
This event will be fired when Mouse double clicked on the Map.
N/A
Event Arguments:MapMouseDoubleClickInteractiveOverlayEventArgs
MapMouseWheel
This event will be fired when Mouse wheel on the Map.
N/A
Event Arguments:DrawnAttributionOverlayEventArgs