User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.customformattedmousecoordinatemaptooleventargs

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.wpfdesktopedition.customformattedmousecoordinatemaptooleventargs [2015/09/22 08:51]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WpfDesktopEdition.CustomFormattedMouseCoordinateMapToolEventArgs ====== 
-This class represents the event arguments for customizing mouse coordinates tool. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *System.EventArgs 
-      ***ThinkGeo.MapSuite.WpfDesktopEdition.CustomFormattedMouseCoordinateMapToolEventArgs** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} CustomFormattedMouseCoordinateMapToolEventArgs() ** 
- 
-  * //​Constructor of CustomFormattedMouseCoordinateMapToolEventArgs class.// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CustomFormattedMouseCoordinateMapToolEventArgs#​CustomFormattedMouseCoordinateMapToolEventArgs.28.29//​ 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} CustomFormattedMouseCoordinateMapToolEventArgs(PointShape) ** 
- 
-  * //​Constructor of CustomFormattedMouseCoordinateMapToolEventArgs class.// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CustomFormattedMouseCoordinateMapToolEventArgs#​CustomFormattedMouseCoordinateMapToolEventArgs.28PointShape.29//​ 
-== Parameters == 
-  * //​worldCoordinate//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​This parameter is current world coordinates. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CustomFormattedMouseCoordinateMapToolEventArgs#​ToString.28.29//​ 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CustomFormattedMouseCoordinateMapToolEventArgs#​Equals.28Object.29//​ 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CustomFormattedMouseCoordinateMapToolEventArgs#​GetHashCode.28.29//​ 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CustomFormattedMouseCoordinateMapToolEventArgs#​GetType.28.29//​ 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CustomFormattedMouseCoordinateMapToolEventArgs#​Finalize.28.29//​ 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CustomFormattedMouseCoordinateMapToolEventArgs#​MemberwiseClone.28.29//​ 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} WorldCoordinate ** 
- 
-Gets or sets current world coordinate. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CustomFormattedMouseCoordinateMapToolEventArgs#​WorldCoordinate 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
- 
-** {{wiki:​PublicProperty.gif|}} Result ** 
- 
-Gets or sets the formated result which displays by the custom coordinates type. 
-== Remarks == 
-For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CustomFormattedMouseCoordinateMapToolEventArgs#​Result 
-== Return Value == 
-  * Type:String 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.wpfdesktopedition.customformattedmousecoordinatemaptooleventargs.1442911883.txt.gz ยท Last modified: 2015/09/22 08:51 by admin