This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.wpfdesktopedition.maptapwpfmapeventargs [2015/09/18 03:12] admin |
thinkgeo.mapsuite.wpfdesktopedition.maptapwpfmapeventargs [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs ====== | ||
| - | This class provides the data for the click event of the map control. | + | |
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| *System.Object | *System.Object | ||
| Line 9: | Line 12: | ||
| ** {{wiki:PublicMethod.gif|}} MapTapWpfMapEventArgs() ** | ** {{wiki:PublicMethod.gif|}} MapTapWpfMapEventArgs() ** | ||
| - | Constructor of MapClickWpfMapEventArgs class. | + | * //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.WpfDesktopEdition.MapTapWpfMapEventArgs#MapTapWpfMapEventArgs.28.29// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:PublicMethod.gif|}} MapTapWpfMapEventArgs(Single,Single,Double,Double) ** | ** {{wiki:PublicMethod.gif|}} MapTapWpfMapEventArgs(Single,Single,Double,Double) ** | ||
| - | Constructor of MapClickWpfMapEventArgs class. | + | * //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.WpfDesktopEdition.MapTapWpfMapEventArgs#MapTapWpfMapEventArgs.28Single.2C_Single.2C_Double.2C_Double.29// |
| == Parameters == | == Parameters == | ||
| * //screenX// | * //screenX// | ||
| * Type:Single | * Type:Single | ||
| - | * Description:Clicked screen x. | + | * Description:N/A |
| * //screenY// | * //screenY// | ||
| * Type:Single | * Type:Single | ||
| - | * Description:Clicked screen y. | + | * Description:N/A |
| * //worldX// | * //worldX// | ||
| * Type:Double | * Type:Double | ||
| - | * Description:Clicked world x. | + | * Description:N/A |
| * //worldY// | * //worldY// | ||
| * Type:Double | * Type:Double | ||
| - | * Description:Clicked world y. | + | * Description:N/A |
| <div newline></div> | <div newline></div> | ||
| Line 41: | Line 44: | ||
| ** {{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.WpfDesktopEdition.MapTapWpfMapEventArgs#ToString.28.29// |
| == Return Value == | == Return Value == | ||
| Line 53: | Line 56: | ||
| ** {{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.WpfDesktopEdition.MapTapWpfMapEventArgs#Equals.28Object.29// |
| == Return Value == | == Return Value == | ||
| Line 69: | Line 72: | ||
| ** {{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.WpfDesktopEdition.MapTapWpfMapEventArgs#GetHashCode.28.29// |
| == Return Value == | == Return Value == | ||
| Line 81: | Line 84: | ||
| ** {{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.WpfDesktopEdition.MapTapWpfMapEventArgs#GetType.28.29// |
| == Return Value == | == Return Value == | ||
| Line 94: | Line 97: | ||
| ** {{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.WpfDesktopEdition.MapTapWpfMapEventArgs#Finalize.28.29// |
| == Return Value == | == Return Value == | ||
| Line 106: | Line 109: | ||
| ** {{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.WpfDesktopEdition.MapTapWpfMapEventArgs#MemberwiseClone.28.29// |
| == Return Value == | == Return Value == | ||
| Line 119: | Line 122: | ||
| ** {{wiki:PublicProperty.gif|}} ScreenX ** | ** {{wiki:PublicProperty.gif|}} ScreenX ** | ||
| - | Gets and sets clicked screen x. | ||
| - | == Remarks == | ||
| N/A | N/A | ||
| + | == Remarks == | ||
| + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs#ScreenX | ||
| == Return Value == | == Return Value == | ||
| * Type:Single | * Type:Single | ||
| Line 127: | Line 130: | ||
| ** {{wiki:PublicProperty.gif|}} ScreenY ** | ** {{wiki:PublicProperty.gif|}} ScreenY ** | ||
| - | Gets and sets clicked screen y. | ||
| - | == Remarks == | ||
| N/A | N/A | ||
| + | == Remarks == | ||
| + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs#ScreenY | ||
| == Return Value == | == Return Value == | ||
| * Type:Single | * Type:Single | ||
| Line 135: | Line 138: | ||
| ** {{wiki:PublicProperty.gif|}} WorldX ** | ** {{wiki:PublicProperty.gif|}} WorldX ** | ||
| - | Gets and sets clicked world x. | ||
| - | == Remarks == | ||
| N/A | N/A | ||
| + | == Remarks == | ||
| + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs#WorldX | ||
| == Return Value == | == Return Value == | ||
| * Type:Double | * Type:Double | ||
| Line 143: | Line 146: | ||
| ** {{wiki:PublicProperty.gif|}} WorldY ** | ** {{wiki:PublicProperty.gif|}} WorldY ** | ||
| - | Gets and sets clicked world y. | ||
| - | == Remarks == | ||
| N/A | N/A | ||
| + | == Remarks == | ||
| + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.MapTapWpfMapEventArgs#WorldY | ||
| == Return Value == | == Return Value == | ||
| * Type:Double | * Type:Double | ||