User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.mapclickwpfmapeventargs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.mapclickwpfmapeventargs [2015/09/18 03:02]
admin
thinkgeo.mapsuite.desktopedition.mapclickwpfmapeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs ====== ====== ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Provides data for the WinformsMap or WpfMap'​s MapClick event. Provides data for the WinformsMap or WpfMap'​s MapClick event.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} MapClickWpfMapEventArgs(Single,​Single,​Double,​Double,​MapMouseButton) ** ** {{wiki:​PublicMethod.gif|}} MapClickWpfMapEventArgs(Single,​Single,​Double,​Double,​MapMouseButton) **
  
-Initializes a new instance of the WinformsMapClickEventArgs class.+  * //Initializes a new instance of the WinformsMapClickEventArgs class.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​MapClickWpfMapEventArgs.28Single.2C_Single.2C_Double.2C_Double.2C_MapMouseButton.29/​/
 == Parameters == == Parameters ==
   * //screenX//   * //screenX//
Line 38: Line 41:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 50: Line 53:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 66: Line 69:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 78: Line 81:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 91: Line 94:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 103: Line 106:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 116: Line 119:
 ** {{wiki:​PublicProperty.gif|}} ScreenX ** ** {{wiki:​PublicProperty.gif|}} ScreenX **
  
-Gets the screen Y coordinate of the position clicked.+  * //Gets the screen Y coordinate of the position clicked.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​ScreenX/​/
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 124: Line 127:
 ** {{wiki:​PublicProperty.gif|}} ScreenY ** ** {{wiki:​PublicProperty.gif|}} ScreenY **
  
-Gets the screen Y coordinate of the position clicked.+  * //Gets the screen Y coordinate of the position clicked.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​ScreenY/​/
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 132: Line 135:
 ** {{wiki:​PublicProperty.gif|}} WorldX ** ** {{wiki:​PublicProperty.gif|}} WorldX **
  
-Gets the X world coordinate of the mouse cursor during the generating mouse event.+  * //Gets the X world coordinate of the mouse cursor during the generating mouse event.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​WorldX/​/
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 140: Line 143:
 ** {{wiki:​PublicProperty.gif|}} WorldY ** ** {{wiki:​PublicProperty.gif|}} WorldY **
  
-Gets the Y world coordinate of the mouse cursor during the generating mouse event.+  * //Gets the Y world coordinate of the mouse cursor during the generating mouse event.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​WorldY/​/
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 148: Line 151:
 ** {{wiki:​PublicProperty.gif|}} MouseButton ** ** {{wiki:​PublicProperty.gif|}} MouseButton **
  
-Gets the mouse button used when the mouse click event is fired.+  * //Gets the mouse button used when the mouse click event is fired.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​MapClickWpfMapEventArgs.28Single.2C_Single.2C_Double.2C_Double.2C_MapMouseButton.29/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapMouseButton|MapMouseButton]]   * Type:​[[ThinkGeo.MapSuite.DesktopEdition.MapMouseButton|MapMouseButton]]
Line 156: Line 159:
 ** {{wiki:​PublicProperty.gif|}} WorldLocation ** ** {{wiki:​PublicProperty.gif|}} WorldLocation **
  
-Gets the location in world coordinates of the mouse cursor during the generating mouse event.+  * //Gets the location in world coordinates of the mouse cursor during the generating mouse event.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#​WorldLocation/​/
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]   * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
thinkgeo.mapsuite.desktopedition.mapclickwpfmapeventargs.1442545376.txt.gz · Last modified: 2015/09/18 03:02 by admin