This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.desktopedition.panandtrackzoomstate [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.desktopedition.panandtrackzoomstate [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState ====== | ====== ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- Class --> | ||
| This class stores the information for Pan and Track Zoom. | This class stores the information for Pan and Track Zoom. | ||
| - | === Remarks === | ||
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState</a> | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState]] | + | ***ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} PanAndTrackZoomState() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#PanAndTrackZoomState()|PanAndTrackZoomState]] | | | Default constructor of this class. | | + | |
| + | * //Default constructor of this class.// | ||
| + | == Remarks == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#PanAndTrackZoomState.28.29// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| ==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GetNewExtent(ScreenPointF,RectangleShape,Double,Double) ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | * //This method is used to get an updated extent for interative action.// |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetNewExtent(ScreenPointF, RectangleShape, Double, Double)|GetNewExtent]] | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]], [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], Double, Double | | This method is used to get an updated extent for interative action. | | + | == Remarks == |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#GetNewExtent.28ScreenPointF.2C_RectangleShape.2C_Double.2C_Double.29// |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| + | == 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 == | ||
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#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.DesktopEdition.PanAndTrackZoomState#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.DesktopEdition.PanAndTrackZoomState#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.DesktopEdition.PanAndTrackZoomState#GetType.28.29// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Type | ||
| + | * Description:N/A | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| ==== Protected Methods ==== | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | ==== Public Properties ==== | + | * //N/A// |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#EndXInScreen|EndXInScreen]] | Single | | This property gets or sets the ending screen X when interative action ends. | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#Finalize.28.29// |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#EndYInScreen|EndYInScreen]] | Single | | This property gets or sets the ending screen Y when interative action ends. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsLeftClickDragKeyPressed|IsLeftClickDragKeyPressed]] | Boolean | | This property gets or sets the status of whether the left click drag key is pressed or not. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsMouseLeftButtonDown|IsMouseLeftButtonDown]] | Boolean | | This property gets or sets the status of whether the left mouse button is pressed down or not. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsMouseRightButtonDown|IsMouseRightButtonDown]] | Boolean | | This property gets or sets the status of whether the right mouse button is pressed down or not. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsRightClickDragKeyPressed|IsRightClickDragKeyPressed]] | Boolean | | This property gets or sets the status of whether the right click drag key is pressed or not. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#LowRightPoint|LowRightPoint]] | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | | This property gets the lower right screen point. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MouseMoveStartExtent|MouseMoveStartExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | This property gets and sets the extent when the mouse move starts. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OffsetXInScreen|OffsetXInScreen]] | Int32 | | This property gets screen offset X distance. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OffsetYInScreen|OffsetYInScreen]] | Int32 | | This property gets screen offset Y distance. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#StartXInScreen|StartXInScreen]] | Single | | This property gets or sets the starting screen X when interative action starts. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#StartYInScreen|StartYInScreen]] | Single | | This property gets or sets the starting screen Y when interative action starts. | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#UpperLeftPoint|UpperLeftPoint]] | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | | This property gets the upper left screen point. | | + | |
| - | ==== Protected Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | ==== Public Events ==== | + | == Parameters == |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
| + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | ===== Public Constructors ===== | + | * //N/A// |
| - | ==== PanAndTrackZoomState() ==== | + | == Remarks == |
| - | Default constructor of this class. | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#MemberwiseClone.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.PanAndTrackZoomState#PanAndTrackZoomState.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#PanAndTrackZoomState.28.29</a> | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Public Constructors|Go Back]] | + | == Return Value == |
| - | ===== Protected Constructors ===== | + | * Type:Object |
| - | ===== Public Methods ===== | + | * Description:N/A |
| - | ==== Equals(Object) ==== | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#Equals.28Object.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| - | | obj | Object<!-- System.Object --> | | | + | ==== Public Properties ==== |
| + | ** {{wiki:PublicProperty.gif|}} IsLeftClickDragKeyPressed ** | ||
| - | <!-- System.Object --> | + | * //This property gets or sets the status of whether the left click drag key is pressed or not.// |
| - | [[#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.PanAndTrackZoomState#IsLeftClickDragKeyPressed// |
| - | === Remarks === | + | == Return Value == |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#GetHashCode.28.29</a> | + | * Type:Boolean |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} IsRightClickDragKeyPressed ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | <!-- System.Object --> | + | * //This property gets or sets the status of whether the right click drag key is pressed or not.// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetNewExtent(ScreenPointF, RectangleShape, Double, Double) ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsRightClickDragKeyPressed// |
| - | This method is used to get an updated extent for interative action. | + | == Return Value == |
| - | === Remarks === | + | * Type:Boolean |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#GetNewExtent.28ScreenPointF.2C_RectangleShape.2C_Double.2C_Double.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#GetNewExtent.28ScreenPointF.2C_RectangleShape.2C_Double.2C_Double.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | Returns a updated extent which will replace the current extent. | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} IsMouseLeftButtonDown ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | location | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | This parameter specifies the current location of the mouse. | | + | |
| - | | currentExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | This parameter specifies the current extent. | | + | |
| - | | width | Double<!-- System.Double --> | This parameter specifies the width of the extent in screen units. | | + | |
| - | | height | Double<!-- System.Double --> | This parameter specifies the height of the extent in screen units. | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | * //This property gets or sets the status of whether the left mouse button is pressed down or not.// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetType() ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsMouseLeftButtonDown// |
| - | === Remarks === | + | == Return Value == |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#GetType.28.29</a> | + | * Type:Boolean |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} IsMouseRightButtonDown ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | <!-- System.Object --> | + | * //This property gets or sets the status of whether the right mouse button is pressed down or not.// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== ToString() ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsMouseRightButtonDown// |
| - | === Remarks === | + | == Return Value == |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#ToString.28.29</a> | + | * Type:Boolean |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} MouseMoveStartExtent ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | <!-- System.Object --> | + | * //This property gets and sets the extent when the mouse move starts.// |
| - | [[#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.PanAndTrackZoomState#MouseMoveStartExtent// |
| - | ==== Finalize() ==== | + | == Return Value == |
| - | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#Finalize.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} StartXInScreen ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | <!-- System.Object --> | + | * //This property gets or sets the starting screen X when interative action starts.// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== MemberwiseClone() ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#StartXInScreen// |
| - | === Remarks === | + | == Return Value == |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#MemberwiseClone.28.29</a> | + | * Type:Single |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | ** {{wiki:PublicProperty.gif|}} StartYInScreen ** |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | <!-- System.Object --> | + | * //This property gets or sets the starting screen Y when interative action starts.// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ===== Public Properties ===== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#StartYInScreen// |
| - | ==== EndXInScreen ==== | + | == Return Value == |
| - | This property gets or sets the ending screen X when interative action ends. | + | * Type:Single |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#EndXInScreen" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#EndXInScreen</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Single<!-- System.Single --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | ** {{wiki:PublicProperty.gif|}} EndXInScreen ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== EndYInScreen ==== | + | |
| - | This property gets or sets the ending screen Y when interative action ends. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#EndYInScreen" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#EndYInScreen</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Single<!-- System.Single --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | * //This property gets or sets the ending screen X when interative action ends.// |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== IsLeftClickDragKeyPressed ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#EndXInScreen// |
| - | This property gets or sets the status of whether the left click drag key is pressed or not. | + | == 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.PanAndTrackZoomState#IsLeftClickDragKeyPressed" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsLeftClickDragKeyPressed</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | ** {{wiki:PublicProperty.gif|}} EndYInScreen ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== IsMouseLeftButtonDown ==== | + | |
| - | This property gets or sets the status of whether the left mouse button is pressed down or not. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsMouseLeftButtonDown" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsMouseLeftButtonDown</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | * //This property gets or sets the ending screen Y when interative action ends.// |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== IsMouseRightButtonDown ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#EndYInScreen// |
| - | This property gets or sets the status of whether the right mouse button is pressed down or not. | + | == 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.PanAndTrackZoomState#IsMouseRightButtonDown" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsMouseRightButtonDown</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | ** {{wiki:PublicProperty.gif|}} OffsetXInScreen ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== IsRightClickDragKeyPressed ==== | + | |
| - | This property gets or sets the status of whether the right click drag key is pressed or not. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsRightClickDragKeyPressed" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsRightClickDragKeyPressed</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | * //This property gets screen offset X distance.// |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== LowRightPoint ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#OffsetXInScreen// |
| - | This property gets the lower right screen point. | + | == Return Value == |
| - | === Remarks === | + | * Type:Int32 |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#LowRightPoint" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#LowRightPoint</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | ** {{wiki:PublicProperty.gif|}} OffsetYInScreen ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== MouseMoveStartExtent ==== | + | |
| - | This property gets and sets the extent when the mouse move starts. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#MouseMoveStartExtent" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#MouseMoveStartExtent</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | * //This property gets screen offset Y distance.// |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== OffsetXInScreen ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#OffsetYInScreen// |
| - | This property gets screen offset X distance. | + | == Return Value == |
| - | === Remarks === | + | * Type:Int32 |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#OffsetXInScreen" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#OffsetXInScreen</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Int32<!-- System.Int32 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | ** {{wiki:PublicProperty.gif|}} UpperLeftPoint ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== OffsetYInScreen ==== | + | |
| - | This property gets screen offset Y distance. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#OffsetYInScreen" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#OffsetYInScreen</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Int32<!-- System.Int32 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | * //This property gets the upper left screen point.// |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== StartXInScreen ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#UpperLeftPoint// |
| - | This property gets or sets the starting screen X when interative action starts. | + | == Return Value == |
| - | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#StartXInScreen" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#StartXInScreen</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Single<!-- System.Single --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | ** {{wiki:PublicProperty.gif|}} LowRightPoint ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== StartYInScreen ==== | + | |
| - | This property gets or sets the starting screen Y when interative action starts. | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#StartYInScreen" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#StartYInScreen</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Single<!-- System.Single --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | * //This property gets the lower right screen point.// |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== UpperLeftPoint ==== | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#LowRightPoint// |
| - | This property gets the upper left screen point. | + | == Return Value == |
| - | === Remarks === | + | * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#UpperLeftPoint" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#UpperLeftPoint</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> | | + | |
| - | <!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> | + | ==== Protected Properties ==== |
| - | [[#Public Properties|Go Back]] | + | ==== Public Events ==== |
| - | ===== Protected Properties ===== | + | |
| - | ===== Public Events ===== | + | |
| - | __NOTOC__ | + | |
| - | [[Category:DesktopEdition]] | + | |
| - | [[Category:ThinkGeo.MapSuite.DesktopEdition]] | + | |
| - | [[Category:UpdateDocumentation]] | + | |