User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.panandtrackzoomstate

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.panandtrackzoomstate [2015/09/18 03:04]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState ====== 
-This class stores the information for Pan and Track Zoom. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} PanAndTrackZoomState() ** 
- 
-Default constructor of this class. 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} GetNewExtent(ScreenPointF,​RectangleShape,​Double,​Double) ** 
- 
-This method is used to get an updated extent for interative action. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * Description:​Returns a updated extent which will replace the current extent. 
- 
-== Parameters == 
-  * //​location//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-    * Description:​This parameter specifies the current location of the mouse. 
- 
-  * //​currentExtent//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​This parameter specifies the current extent. 
- 
-  * //width// 
-    * Type:Double 
-    * Description:​This parameter specifies the width of the extent in screen units. 
- 
-  * //height// 
-    * Type:Double 
-    * Description:​This parameter specifies the height of the extent in screen units. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} IsLeftClickDragKeyPressed ** 
- 
-This property gets or sets the status of whether the left click drag key is pressed or not. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsRightClickDragKeyPressed ** 
- 
-This property gets or sets the status of whether the right click drag key is pressed or not. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsMouseLeftButtonDown ** 
- 
-This property gets or sets the status of whether the left mouse button is pressed down or not. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} IsMouseRightButtonDown ** 
- 
-This property gets or sets the status of whether the right mouse button is pressed down or not. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} MouseMoveStartExtent ** 
- 
-This property gets and sets the extent when the mouse move starts. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
- 
-** {{wiki:​PublicProperty.gif|}} StartXInScreen ** 
- 
-This property gets or sets the starting screen X when interative action starts. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} StartYInScreen ** 
- 
-This property gets or sets the starting screen Y when interative action starts. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} EndXInScreen ** 
- 
-This property gets or sets the ending screen X when interative action ends. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} EndYInScreen ** 
- 
-This property gets or sets the ending screen Y when interative action ends. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} OffsetXInScreen ** 
- 
-This property gets screen offset X distance. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} OffsetYInScreen ** 
- 
-This property gets screen offset Y distance. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Int32 
- 
-** {{wiki:​PublicProperty.gif|}} UpperLeftPoint ** 
- 
-This property gets the upper left screen point. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
- 
-** {{wiki:​PublicProperty.gif|}} LowRightPoint ** 
- 
-This property gets the lower right screen point. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.desktopedition.panandtrackzoomstate.1442545462.txt.gz ยท Last modified: 2015/09/18 03:04 by admin