This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.desktopedition.mapclickwpfmapeventargs [2015/08/20 03:08] 127.0.0.1 external edit |
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}} | ||
- | |||
- | <!-- Class --> | ||
Provides data for the WinformsMap or WpfMap's MapClick event. | Provides data for the WinformsMap or WpfMap's MapClick event. | ||
- | === Remarks === | ||
- | The MapClick event occurs when you click the mouse button on the map, without dragging (i.e., without moving the mouse between pressing the button down and releasing it). | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **System.EventArgs | + | *System.EventArgs |
- | ***[[ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs]] | + | ***ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} MapClickWpfMapEventArgs(Single,Single,Double,Double,MapMouseButton) ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MapClickWpfMapEventArgs(Single, Single, Double, Double, MapMouseButton)|MapClickWpfMapEventArgs]] | Single, Single, Double, Double, [[ThinkGeo.MapSuite.DesktopEdition.MapMouseButton|MapMouseButton]] | | Initializes a new instance of the WinformsMapClickEventArgs class. | | + | |
- | ==== Protected Constructors ==== | + | * //Initializes a new instance of the WinformsMapClickEventArgs class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //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 == | ||
+ | * //screenX// | ||
+ | * Type:Single | ||
+ | * Description:The X screen coordinate of the mouse cursor during the generating mouse event. | ||
+ | * //screenY// | ||
+ | * Type:Single | ||
+ | * Description:The Y screen coordinate of the mouse cursor during the generating mouse event. | ||
+ | |||
+ | * //worldX// | ||
+ | * Type:Double | ||
+ | * Description:The X world coordinate of the mouse cursor during the generating mouse event. | ||
+ | |||
+ | * //worldY// | ||
+ | * Type:Double | ||
+ | * Description:The Y world coordinate of the mouse cursor during the generating mouse event. | ||
+ | |||
+ | * //mouseButton// | ||
+ | * Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseButton|MapMouseButton]] | ||
+ | * Description:The data provided by the WpfMap system. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | * //N/A// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#ToString.28.29// |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#MouseButton|MouseButton]] | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseButton|MapMouseButton]] | | Gets the mouse button used when the mouse click event is fired. | | + | * Description:N/A |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenX|ScreenX]] | Single | | Gets the screen Y coordinate of the position clicked. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenY|ScreenY]] | Single | | Gets the screen Y coordinate of the position clicked. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldLocation|WorldLocation]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | | Gets the location in world coordinates of the mouse cursor during the generating mouse event. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldX|WorldX]] | Double | | Gets the X world coordinate of the mouse cursor during the generating mouse event. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#WorldY|WorldY]] | Double | | Gets the Y world coordinate of the mouse cursor during the generating mouse event. | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | ==== Public Events ==== | + | * //N/A// |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#Equals.28Object.29// | ||
- | ===== Public Constructors ===== | + | == Return Value == |
- | ==== MapClickWpfMapEventArgs(Single, Single, Double, Double, MapMouseButton) ==== | + | * Type:Boolean |
- | Initializes a new instance of the WinformsMapClickEventArgs class. | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#MapClickWpfMapEventArgs.28Single.2C_Single.2C_Double.2C_Double.2C_MapMouseButton.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#MapClickWpfMapEventArgs.28Single.2C_Single.2C_Double.2C_Double.2C_MapMouseButton.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | screenX | Single<!-- System.Single --> | The X screen coordinate of the mouse cursor during the generating mouse event. | | + | |
- | | screenY | Single<!-- System.Single --> | The Y screen coordinate of the mouse cursor during the generating mouse event. | | + | |
- | | worldX | Double<!-- System.Double --> | The X world coordinate of the mouse cursor during the generating mouse event. | | + | |
- | | worldY | Double<!-- System.Double --> | The Y world coordinate of the mouse cursor during the generating mouse event. | | + | |
- | | mouseButton | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseButton|MapMouseButton]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseButton --> | The data provided by the WpfMap system. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ===== Protected Constructors ===== | + | * //obj// |
- | ===== Public Methods ===== | + | * Type:Object |
- | ==== Equals(Object) ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | | obj | Object<!-- System.Object --> | | | + | |
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetHashCode() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#GetHashCode.28.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#GetHashCode.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== GetType() ==== | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#GetType.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#GetType.28.29// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Type |
- | ==== ToString() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#ToString.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#Finalize.28.29// |
- | ==== Finalize() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#Finalize.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== MemberwiseClone() ==== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#MemberwiseClone.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#MemberwiseClone.28.29// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Object |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== MouseButton ==== | + | |
- | Gets the mouse button used when the mouse click event is fired. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#MapClickWpfMapEventArgs.28Single.2C_Single.2C_Double.2C_Double.2C_MapMouseButton.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#MapClickWpfMapEventArgs.28Single.2C_Single.2C_Double.2C_Double.2C_MapMouseButton.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.DesktopEdition.MapMouseButton|MapMouseButton]]<!-- ThinkGeo.MapSuite.DesktopEdition.MapMouseButton --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== ScreenX ==== | + | ==== Public Properties ==== |
- | Gets the screen Y coordinate of the position clicked. | + | ** {{wiki:PublicProperty.gif|}} ScreenX ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#ScreenX" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#ScreenX</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs --> | + | * //Gets the screen Y coordinate of the position clicked.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ScreenY ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#ScreenX// |
- | Gets the screen Y coordinate of the position clicked. | + | == Return Value == |
- | === Remarks === | + | * Type:Single |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#ScreenY" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#ScreenY</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs --> | + | ** {{wiki:PublicProperty.gif|}} ScreenY ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== 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:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#WorldLocation" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#WorldLocation</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs --> | + | * //Gets the screen Y coordinate of the position clicked.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== WorldX ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#ScreenY// |
- | Gets the X world coordinate of the mouse cursor during the generating mouse event. | + | == Return Value == |
- | === Remarks === | + | * Type:Single |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#WorldX" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#WorldX</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs --> | + | ** {{wiki:PublicProperty.gif|}} WorldX ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== 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:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#WorldY" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#WorldY</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Double<!-- System.Double --> | | + | |
- | <!-- ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs --> | + | * //Gets the X world coordinate of the mouse cursor during the generating mouse event.// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ===== Protected Properties ===== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWpfMapEventArgs#WorldX// |
- | ===== Public Events ===== | + | == Return Value == |
- | __NOTOC__ | + | * Type:Double |
- | [[Category:DesktopEdition]] | + | |
- | [[Category:ThinkGeo.MapSuite.DesktopEdition]] | + | ** {{wiki:PublicProperty.gif|}} WorldY ** |
- | [[Category:UpdateDocumentation]] | + | |
+ | * //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.MapClickWpfMapEventArgs#WorldY// | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} MouseButton ** | ||
+ | |||
+ | * //Gets the mouse button used when the mouse click event is fired.// | ||
+ | == Remarks == | ||
+ | * //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 == | ||
+ | * Type:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseButton|MapMouseButton]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} 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.MapClickWpfMapEventArgs#WorldLocation// | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||