ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class stores the information for Pan and Track Zoom.
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>
*System.Object **ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Default constructor of this class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | ScreenPointF, RectangleShape, Double, Double | This method is used to get an updated extent for interative action. | |
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Single | This property gets or sets the ending screen X when interative action ends. | |
![]() | Single | This property gets or sets the ending screen Y when interative action ends. | |
![]() | Boolean | This property gets or sets the status of whether the left click drag key is pressed or not. | |
![]() | Boolean | This property gets or sets the status of whether the left mouse button is pressed down or not. | |
![]() | Boolean | This property gets or sets the status of whether the right mouse button is pressed down or not. | |
![]() | Boolean | This property gets or sets the status of whether the right click drag key is pressed or not. | |
![]() | ScreenPointF | This property gets the lower right screen point. | |
![]() | RectangleShape | This property gets and sets the extent when the mouse move starts. | |
![]() | Int32 | This property gets screen offset X distance. | |
![]() | Int32 | This property gets screen offset Y distance. | |
![]() | Single | This property gets or sets the starting screen X when interative action starts. | |
![]() | Single | This property gets or sets the starting screen Y when interative action starts. | |
![]() | ScreenPointF | This property gets the upper left screen point. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Default constructor of this class.
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>
Name | Type | Description |
---|
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 Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
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>
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method is used to get an updated extent for interative action.
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 Type | Description |
---|---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> | Returns a updated extent which will replace the current extent. |
Name | Type | Description |
---|---|---|
location | ScreenPointF<!– ThinkGeo.MapSuite.Core.ScreenPointF –> | This parameter specifies the current location of the mouse. |
currentExtent | 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 –> Go Back
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>
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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>
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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:<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 Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back
This property gets or sets the ending screen Y when interative action ends.
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 Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back
This property gets or sets the status of whether the left click drag key is pressed or not.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back
This property gets or sets the status of whether the left mouse button is pressed down or not.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back
This property gets or sets the status of whether the right mouse button is pressed down or not.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back
This property gets or sets the status of whether the right click drag key is pressed or not.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back
This property gets the lower right screen point.
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 Type |
---|
ScreenPointF<!– ThinkGeo.MapSuite.Core.ScreenPointF –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back
This property gets and sets the extent when the mouse move starts.
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 Type |
---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back
This property gets screen offset X distance.
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 Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back
This property gets screen offset Y distance.
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 Type |
---|
Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back
This property gets or sets the starting screen X when interative action starts.
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 Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back
This property gets or sets the starting screen Y when interative action starts.
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 Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back
This property gets the upper left screen point.
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 Type |
---|
ScreenPointF<!– ThinkGeo.MapSuite.Core.ScreenPointF –> |
<!– ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState –> Go Back