====== ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState ====== {{section>upgrade_map_suite_to_10.0}} 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 == * //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 ==
==== 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 == * //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// == 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.
** {{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 ==
** {{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
** {{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 ==
** {{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 ==
==== 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.DesktopEdition.PanAndTrackZoomState#Finalize.28.29// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{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.DesktopEdition.PanAndTrackZoomState#MemberwiseClone.28.29// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== 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 == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsLeftClickDragKeyPressed// == 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 == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsRightClickDragKeyPressed// == 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 == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsMouseLeftButtonDown// == 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 == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#IsMouseRightButtonDown// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} 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:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#MouseMoveStartExtent// == 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 == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#StartXInScreen// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} 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:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#StartYInScreen// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} EndXInScreen ** * //This property gets or sets the ending screen X when interative action ends.// == Remarks == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#EndXInScreen// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} 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:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#EndYInScreen// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} OffsetXInScreen ** * //This property gets screen offset X distance.// == Remarks == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#OffsetXInScreen// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} OffsetYInScreen ** * //This property gets screen offset Y distance.// == Remarks == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#OffsetYInScreen// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} UpperLeftPoint ** * //This property gets the upper left screen point.// == Remarks == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#UpperLeftPoint// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] ** {{wiki:PublicProperty.gif|}} LowRightPoint ** * //This property gets the lower right screen point.// == Remarks == * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#LowRightPoint// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] ==== Protected Properties ==== ==== Public Events ====