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
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
Provides data for the WinformsMap or WpfMap's MapClick event.
 
 MapClickWinformsMapEventArgs(Single,Single,Double,Double,MapMouseButton) 
 ScreenY 
  * Gets the screen Y coordinate of the position clicked.
== Remarks ==
  * For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#ScreenY//
 WorldY 
  * Gets the Y world coordinate of the mouse cursor during the generating mouse event.
== Remarks ==
  * For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#WorldY//
 WorldLocation 
  * Gets the location in world coordinates of the mouse cursor during the generating mouse event.
== Remarks ==
  * For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#WorldLocation//