thinkgeo.mapsuite.wpfdesktopedition.interactionarguments

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.interactionarguments [2015/09/18 03:11]
admin
thinkgeo.mapsuite.wpfdesktopedition.interactionarguments [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class encapsulates the information and simple method for interative actions. This class encapsulates the information and simple method for interative actions.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 8: Line 11:
 ** {{wiki:​PublicMethod.gif|}} InteractionArguments() ** ** {{wiki:​PublicMethod.gif|}} InteractionArguments() **
  
-Constructor of InteractionArguments class.+  * //Constructor of InteractionArguments class.//
 == Remarks == == Remarks ==
-If you use this constructor,​ you have to set the properties manually before use.+  * //If you use this constructor,​ you have to set the properties manually before use.//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
Line 17: Line 20:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-Override the ToString API for object.+  * //Override the ToString API for object.//
 == Remarks == == Remarks ==
-N/A+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​ToString.28.29/​/
  
 == Return Value == == Return Value ==
Line 29: Line 32:
 ** {{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.InteractionArguments#​Equals.28Object.29/​/
  
 == Return Value == == Return Value ==
Line 45: Line 48:
 ** {{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.InteractionArguments#​GetHashCode.28.29/​/
  
 == Return Value == == Return Value ==
Line 57: Line 60:
 ** {{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.InteractionArguments#​GetType.28.29/​/
  
 == Return Value == == Return Value ==
Line 70: Line 73:
 ** {{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.InteractionArguments#​Finalize.28.29/​/
  
 == Return Value == == Return Value ==
Line 82: Line 85:
 ** {{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.InteractionArguments#​MemberwiseClone.28.29/​/
  
 == Return Value == == Return Value ==
Line 97: Line 100:
 Gets or sets the screen X position. Gets or sets the screen X position.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​ScreenX
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 105: Line 108:
 Gets or sets the screen Y position. Gets or sets the screen Y position.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​ScreenY
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 113: Line 116:
 Gets or sets the world X position. Gets or sets the world X position.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​WorldX
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 121: Line 124:
 Gets or sets the world Y position. Gets or sets the world Y position.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​WorldY
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 129: Line 132:
 Gets and sets which button is clicked on the map canvas. Gets and sets which button is clicked on the map canvas.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​MouseButton
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseButton|MapMouseButton]]   * Type:​[[ThinkGeo.MapSuite.WpfDesktopEdition.MapMouseButton|MapMouseButton]]
Line 137: Line 140:
 Gets or sets the current extent used in the MapControl. Gets or sets the current extent used in the MapControl.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​CurrentExtent
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
Line 145: Line 148:
 Gets or sets the searching tolearance for tracking and editing. Gets or sets the searching tolearance for tracking and editing.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​SearchingTolerance
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 153: Line 156:
 Gets or sets the with for the Map Control. Gets or sets the with for the Map Control.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​MapWidth
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 161: Line 164:
 Gets or sets the height for the Map Control. Gets or sets the height for the Map Control.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​MapHeight
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 169: Line 172:
 N/A N/A
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:
 == Return Value == == Return Value ==
   * Type:​ManipulationDelta   * Type:​ManipulationDelta
Line 177: Line 180:
 Gets or sets the unit for the Map Control. Gets or sets the unit for the Map Control.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​MapUnit
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]   * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]
Line 185: Line 188:
 Gets or sets the ZoomLevelSet used in the Map Control. Gets or sets the ZoomLevelSet used in the Map Control.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​ZoomLevelSet
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]   * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]
Line 193: Line 196:
 Gets or sets the Mouse wheel delta used in the MouseWheel method in InterativeOverlay. Gets or sets the Mouse wheel delta used in the MouseWheel method in InterativeOverlay.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​MouseWheelDelta
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 201: Line 204:
 Gets or sets the scale in current status. Gets or sets the scale in current status.
 == Remarks == == Remarks ==
-N/A+For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.InteractionArguments#​Scale
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
thinkgeo.mapsuite.wpfdesktopedition.interactionarguments.1442545890.txt.gz · Last modified: 2015/09/18 03:11 by admin